{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Whitethorn Park",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.526115,
            50.745018
          ],
          [
            -3.525804,
            50.745003
          ],
          [
            -3.525776,
            50.745009
          ],
          [
            -3.525449,
            50.745072
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023115921, EX4 5BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5262299200377356,
          50.74508308280694
        ]
      }
    }
  ]
}