{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Isbourne Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.944837,
            51.887643
          ],
          [
            0.944575,
            51.887524
          ],
          [
            0.944313,
            51.887406
          ],
          [
            0.944098,
            51.88731
          ],
          [
            0.943883,
            51.887214
          ],
          [
            0.943769,
            51.887164
          ],
          [
            0.943655,
            51.887115
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070234037, CO4 3TN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.9448374592103184,
          51.88764287567401
        ]
      }
    }
  ]
}