{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "East Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.493722,
            51.355187
          ],
          [
            -0.493354,
            51.355019
          ],
          [
            -0.492986,
            51.35485
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002015399, KT15 3NB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4937208673638451,
          51.355178705448544
        ]
      }
    }
  ]
}