{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gillingham Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.524022,
            51.449952
          ],
          [
            -2.52397,
            51.449768
          ],
          [
            -2.523917,
            51.449584
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "313612, BS5 8SF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5240075628962475,
          51.449915983757165
        ]
      }
    }
  ]
}