{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bremner Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.180037,
            51.500065
          ],
          [
            -0.179987,
            51.500069
          ],
          [
            -0.179936,
            51.500073
          ],
          [
            -0.179539,
            51.500102
          ],
          [
            -0.179141,
            51.500132
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033550187, SW7 5HF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.17963268526620432,
          51.500094890935785
        ]
      }
    }
  ]
}