{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Savery Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.935098,
            53.905977
          ],
          [
            -1.935116,
            53.906183
          ],
          [
            -1.935133,
            53.90639
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094180884, BD20 0FH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.935091508176313,
          53.90637095619912
        ]
      }
    }
  ]
}