{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blackrow Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.591783,
            54.928695
          ],
          [
            -1.592221,
            54.928616
          ],
          [
            -1.592659,
            54.928538
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070830590, NE9 6PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5915025978341109,
          54.928749734306976
        ]
      }
    }
  ]
}