{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cliff Hill Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.539669,
            51.238232
          ],
          [
            0.539059,
            51.238353
          ],
          [
            0.53845,
            51.238474
          ],
          [
            0.535965,
            51.239101
          ],
          [
            0.535763,
            51.239152
          ],
          [
            0.533528,
            51.2398
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022898367, ME17 4LY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5335284582001818,
          51.23980848593928
        ]
      }
    }
  ]
}