{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Water Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.25156,
            52.513182
          ],
          [
            -2.252894,
            52.512823
          ],
          [
            -2.254228,
            52.512465
          ],
          [
            -2.255482,
            52.512147
          ],
          [
            -2.256736,
            52.511829
          ],
          [
            -2.257933,
            52.511505
          ],
          [
            -2.259129,
            52.511182
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003691173, DY7 5DZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2591365862171675,
          52.51115172536615
        ]
      }
    }
  ]
}