{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Victoria Walk",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.13398,
            53.551
          ],
          [
            -2.134195,
            53.551052
          ],
          [
            -2.13441,
            53.551103
          ],
          [
            -2.134473,
            53.551004
          ],
          [
            -2.134555,
            53.550878
          ],
          [
            -2.134606,
            53.55089
          ],
          [
            -2.135031,
            53.550994
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000129732, OL9 0BY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1345928158030976,
          53.55080760505204
        ]
      }
    }
  ]
}