{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Rake",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.469506,
            54.153018
          ],
          [
            -2.469288,
            54.153356
          ],
          [
            -2.469069,
            54.153693
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024101865, LA6 3HQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.469505819601082,
          54.15302666286118
        ]
      }
    }
  ]
}