{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Pikes Lane West",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.450726,
            53.571147
          ],
          [
            -2.450176,
            53.571266
          ],
          [
            -2.449753,
            53.571358
          ],
          [
            -2.449626,
            53.571385
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070912523, BL3 5HL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4507255194188597,
          53.571147123317346
        ]
      }
    }
  ]
}