{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Langdale Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.949966,
            54.887586
          ],
          [
            -2.949718,
            54.887509
          ],
          [
            -2.94947,
            54.887433
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008700817, CA2 5QG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9499887823456943,
          54.887599397682585
        ]
      }
    }
  ]
}