{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pharmacy Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.854388,
            53.350158
          ],
          [
            -2.854408,
            53.350081
          ],
          [
            -2.85444,
            53.349963
          ],
          [
            -2.854536,
            53.349607
          ],
          [
            -2.854684,
            53.349056
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38262806, L24 9PB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.854251056348349,
          53.35084209780904
        ]
      }
    }
  ]
}