{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Finham Close",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.945153,
            51.888471
          ],
          [
            0.944998,
            51.888612
          ],
          [
            0.944842,
            51.888753
          ],
          [
            0.944782,
            51.888807
          ],
          [
            0.944722,
            51.888862
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070234101, CO4 3TP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.9451532702243208,
          51.88847137955676
        ]
      }
    }
  ]
}