{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pump Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.798794,
            54.137066
          ],
          [
            -0.798529,
            54.137214
          ],
          [
            -0.798263,
            54.137361
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070748251, YO17 7JF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.7987764235866829,
          54.137069277190946
        ]
      }
    }
  ]
}