{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Drift Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.408023,
            51.149088
          ],
          [
            -1.408169,
            51.148916
          ],
          [
            -1.408084,
            51.148062
          ],
          [
            -1.407933,
            51.14766
          ],
          [
            -1.407678,
            51.147192
          ],
          [
            -1.407158,
            51.14624
          ],
          [
            -1.406217,
            51.145494
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023625625, SO20 6BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4062112405835974,
          51.14551642817961
        ]
      }
    }
  ]
}