{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West End",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.637218,
            53.759976
          ],
          [
            -1.637216,
            53.760236
          ],
          [
            -1.637397,
            53.760354
          ],
          [
            -1.637421,
            53.760412
          ],
          [
            -1.637529,
            53.760673
          ],
          [
            -1.637498,
            53.760884
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72648878, LS27 7AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6375442097031032,
          53.76083043891591
        ]
      }
    }
  ]
}