{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Shipley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.430337,
            55.017022
          ],
          [
            -1.430118,
            55.017065
          ],
          [
            -1.43008,
            55.016922
          ],
          [
            -1.430031,
            55.016742
          ],
          [
            -1.430088,
            55.016652
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "47228407, NE30 2SB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4303373914483237,
          55.017021560176495
        ]
      }
    }
  ]
}