{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Keats Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.749832,
            51.990289
          ],
          [
            -0.749277,
            51.990355
          ],
          [
            -0.748721,
            51.990421
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "25128870, MK3 5BQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.7498320026423536,
          51.990289006443724
        ]
      }
    }
  ]
}