{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bexhill Rise",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.049373,
            52.641708
          ],
          [
            -1.049271,
            52.641977
          ],
          [
            -1.049169,
            52.642246
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2465202877, LE5 2QB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0492631529013843,
          52.64201270418919
        ]
      }
    }
  ]
}