{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sunny Bank",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.500936,
            51.488682
          ],
          [
            -2.500808,
            51.488648
          ],
          [
            -2.50068,
            51.488614
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "656877, BS16 6AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5011069035373548,
          51.48883283026705
        ]
      }
    }
  ]
}