{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Luxford Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.048247,
            51.491327
          ],
          [
            -0.048143,
            51.491088
          ],
          [
            -0.048039,
            51.490849
          ],
          [
            -0.047985,
            51.490726
          ],
          [
            -0.047932,
            51.490603
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009790503, SE16 2AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.048233828060029335,
          51.49129112435179
        ]
      }
    }
  ]
}