{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Birkdale Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.58506,
            54.530117
          ],
          [
            -1.584573,
            54.530138
          ],
          [
            -1.584086,
            54.530158
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003074326, DL3 9AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5850596469797684,
          54.53011671801607
        ]
      }
    }
  ]
}