{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ashton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.612054,
            53.545604
          ],
          [
            -2.612089,
            53.545467
          ],
          [
            -2.612125,
            53.545331
          ],
          [
            -2.612139,
            53.545274
          ],
          [
            -2.612154,
            53.545217
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024145672, WN1 3HE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6121110730512225,
          53.545387997699
        ]
      }
    }
  ]
}