{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Top Cliff",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.514316,
            50.540728
          ],
          [
            -3.514201,
            50.540658
          ],
          [
            -3.513396,
            50.540521
          ],
          [
            -3.513023,
            50.540457
          ],
          [
            -3.512495,
            50.540267
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10032982483, TQ14 0AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5143158856065715,
          50.54072847434988
        ]
      }
    }
  ]
}