{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Quarry Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.59316,
            50.930035
          ],
          [
            -2.593591,
            50.932364
          ],
          [
            -2.594023,
            50.934692
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013014437, DT9 6RP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5939872615934108,
          50.93468882157506
        ]
      }
    }
  ]
}