{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bullfinch Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.433955,
            54.810283
          ],
          [
            -1.43404,
            54.810404
          ],
          [
            -1.434125,
            54.810524
          ],
          [
            -1.434281,
            54.810693
          ],
          [
            -1.434437,
            54.810863
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45150086, DH5 0GF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.434423086882192,
          54.81083797759611
        ]
      }
    }
  ]
}