{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stanley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.285857,
            51.550497
          ],
          [
            -0.285986,
            51.550644
          ],
          [
            -0.286115,
            51.550791
          ],
          [
            -0.286241,
            51.550935
          ],
          [
            -0.286368,
            51.55108
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "202043459, HA9 6BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.2863538696306137,
          51.55107966343584
        ]
      }
    }
  ]
}