{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Davies' Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.826152,
            53.319037
          ],
          [
            -3.826706,
            53.318783
          ],
          [
            -3.827259,
            53.31853
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023739688, LL30 1DU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.8272594691385966,
          53.31852854173634
        ]
      }
    }
  ]
}