{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodlands",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.49893,
            51.487287
          ],
          [
            -2.49884,
            51.487008
          ],
          [
            -2.498954,
            51.486936
          ],
          [
            -2.499012,
            51.4869
          ],
          [
            -2.499242,
            51.486908
          ],
          [
            -2.499342,
            51.487087
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "656898, BS16 5QR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.498972907213446,
          51.48729538510764
        ]
      }
    }
  ]
}