{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bermondsey Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.597599,
            54.976164
          ],
          [
            -1.597523,
            54.976182
          ],
          [
            -1.597447,
            54.9762
          ],
          [
            -1.596873,
            54.976337
          ],
          [
            -1.596299,
            54.976474
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510711919, NE2 1AN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.597599080922592,
          54.97616380146546
        ]
      }
    }
  ]
}