{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dark Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.287323,
            51.245209
          ],
          [
            -2.284945,
            51.246918
          ],
          [
            -2.283549,
            51.247922
          ],
          [
            -2.282872,
            51.248063
          ],
          [
            -2.282092,
            51.248043
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "250067191, BA11 5JE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2820979456266177,
          51.24804775181361
        ]
      }
    }
  ]
}