{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Eden Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.606846,
            54.695608
          ],
          [
            -1.606952,
            54.69567
          ],
          [
            -1.607058,
            54.695732
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014015630, DL16 7SG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6085760838490386,
          54.695012971706554
        ]
      }
    }
  ]
}