{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.647654,
            54.47191
          ],
          [
            -1.6477,
            54.471863
          ],
          [
            -1.647746,
            54.471817
          ],
          [
            -1.647865,
            54.471702
          ],
          [
            -1.647985,
            54.471587
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034647356, DL10 6LB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6476784172410617,
          54.47191795310898
        ]
      }
    }
  ]
}