{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Mary's Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.518938,
            53.497987
          ],
          [
            -2.519248,
            53.497959
          ],
          [
            -2.519608,
            53.497926
          ],
          [
            -2.519666,
            53.497935
          ],
          [
            -2.520378,
            53.498049
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014062770, WN7 1EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.51968309639033,
          53.497934914977535
        ]
      }
    }
  ]
}