{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Duncan Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.538553,
            53.598599
          ],
          [
            -2.538557,
            53.598358
          ],
          [
            -2.538561,
            53.598117
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070910903, BL6 6AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5385524633467087,
          53.59862085112793
        ]
      }
    }
  ]
}