{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rye Bank",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.226683,
            53.013408
          ],
          [
            -2.226874,
            53.013209
          ],
          [
            -2.226908,
            53.013174
          ],
          [
            -2.227015,
            53.013063
          ],
          [
            -2.227065,
            53.013011
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002246478, ST5 2BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2267683935095093,
          53.013383247427
        ]
      }
    }
  ]
}