{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Coton Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.352964,
            52.47458
          ],
          [
            -2.349878,
            52.474832
          ],
          [
            -2.349867,
            52.474836
          ],
          [
            -2.34907,
            52.475095
          ],
          [
            -2.346942,
            52.475489
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070434594, WV15 6HE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.352938235950444,
          52.47456245920808
        ]
      }
    }
  ]
}