{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rainbow Rise",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.208964,
            52.201324
          ],
          [
            -2.209033,
            52.201246
          ],
          [
            -2.209093,
            52.201179
          ],
          [
            -2.209223,
            52.201035
          ],
          [
            -2.209509,
            52.200716
          ],
          [
            -2.209796,
            52.200396
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014145747, WR3 8EY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2089852220597916,
          52.201324161239384
        ]
      }
    }
  ]
}