{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stanley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.646853,
            54.96609
          ],
          [
            -1.646892,
            54.965973
          ],
          [
            -1.646931,
            54.965855
          ],
          [
            -1.646948,
            54.965802
          ],
          [
            -1.646966,
            54.965749
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510715291, NE4 7RT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6468532321864502,
          54.96609030774232
        ]
      }
    }
  ]
}