{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gallows Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.517878,
            53.620427
          ],
          [
            -1.520791,
            53.622124
          ],
          [
            -1.521528,
            53.622554
          ],
          [
            -1.523598,
            53.623883
          ],
          [
            -1.523742,
            53.624002
          ],
          [
            -1.523886,
            53.624122
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63174346, WF4 2LG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5238377887204622,
          53.624162775847566
        ]
      }
    }
  ]
}