{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wyther Green",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.605643,
            53.812887
          ],
          [
            -1.605814,
            53.812837
          ],
          [
            -1.606092,
            53.812774
          ],
          [
            -1.606549,
            53.81267
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72650006, LS5 3AP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6057493180750917,
          53.812860771406136
        ]
      }
    }
  ]
}