{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Nelson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.537813,
            53.598609
          ],
          [
            -2.537824,
            53.598356
          ],
          [
            -2.537836,
            53.598103
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070909266, BL6 6AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.537812095993475,
          53.59862418242351
        ]
      }
    }
  ]
}