{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dale-End Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.90725,
            54.871966
          ],
          [
            -2.906528,
            54.871755
          ],
          [
            -2.905807,
            54.871545
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008707129, CA1 3DG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9072499146976627,
          54.87196576050396
        ]
      }
    }
  ]
}