{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cannon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.604031,
            54.966716
          ],
          [
            -1.603509,
            54.966785
          ],
          [
            -1.603268,
            54.966817
          ],
          [
            -1.60299,
            54.966771
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070830971, NE8 2AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.604081919849751,
          54.96670454691858
        ]
      }
    }
  ]
}