{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Worsley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.434692,
            53.568134
          ],
          [
            -2.434785,
            53.568218
          ],
          [
            -2.434879,
            53.568301
          ],
          [
            -2.43497,
            53.568381
          ],
          [
            -2.435061,
            53.568461
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013876705, BL3 6ST",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4350537991605608,
          53.56846372103658
        ]
      }
    }
  ]
}