{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ashcroft Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.569074,
            53.529934
          ],
          [
            -2.568961,
            53.530066
          ],
          [
            -2.568849,
            53.530198
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063923, WN2 3XD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.56889572856654,
          53.53013229463197
        ]
      }
    }
  ]
}