{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rupert Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.128895,
            51.56112
          ],
          [
            -0.128933,
            51.561088
          ],
          [
            -0.128971,
            51.561056
          ],
          [
            -0.12909,
            51.560955
          ],
          [
            -0.129209,
            51.560855
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010437722, N19 3NU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.12692583678159075,
          51.562689014593005
        ]
      }
    }
  ]
}