{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bennison Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.662384,
            54.483418
          ],
          [
            -0.661171,
            54.48321
          ],
          [
            -0.659958,
            54.483002
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023873027, YO21 3QY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.6625867706279545,
          54.483350952280965
        ]
      }
    }
  ]
}