{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bethell Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.569479,
            54.981873
          ],
          [
            -1.569367,
            54.981734
          ],
          [
            -1.569256,
            54.981595
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510711926, NE6 2UT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5694789504512006,
          54.981872715638566
        ]
      }
    }
  ]
}