{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Townley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.246595,
            53.498245
          ],
          [
            -2.246716,
            53.498134
          ],
          [
            -2.246836,
            53.498024
          ],
          [
            -2.246986,
            53.497886
          ],
          [
            -2.247135,
            53.497749
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023069782, M8 8AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.247135276027679,
          53.49774905065633
        ]
      }
    }
  ]
}