{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Becks Croft",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.780099,
            52.291459
          ],
          [
            -1.78067,
            52.291439
          ],
          [
            -1.781242,
            52.291419
          ],
          [
            -1.781245,
            52.291428
          ],
          [
            -1.781247,
            52.291436
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024065964, B95 5BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7801499718572522,
          52.29143346054416
        ]
      }
    }
  ]
}