{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dene Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.408219,
            53.60737
          ],
          [
            -2.408031,
            53.60742
          ],
          [
            -2.407842,
            53.60747
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070912027, BL2 3DY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4082193679138606,
          53.60737000887719
        ]
      }
    }
  ]
}