{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Netherton Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.225188,
            52.193676
          ],
          [
            -2.225333,
            52.193824
          ],
          [
            -2.225478,
            52.193972
          ],
          [
            -2.225515,
            52.194134
          ],
          [
            -2.225552,
            52.194296
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014145129, WR1 3AT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.224796176854094,
          52.19432750150833
        ]
      }
    }
  ]
}