{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alice Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.372841,
            53.432974
          ],
          [
            -1.37282,
            53.43303
          ],
          [
            -1.372765,
            53.433171
          ],
          [
            -1.372688,
            53.433368
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023205867, S61 1RL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3728562644324578,
          53.43298257418033
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024956560, S61 1RL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3725638213048612,
          53.433421483542475
        ]
      }
    }
  ]
}