{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Larkhill Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.23159,
            53.502679
          ],
          [
            -2.231834,
            53.502684
          ],
          [
            -2.232078,
            53.50269
          ],
          [
            -2.232196,
            53.502693
          ],
          [
            -2.232314,
            53.502695
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023066788, M8 8WQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2323144469980676,
          53.502758393378116
        ]
      }
    }
  ]
}