{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bagnold Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.669864,
            53.765626
          ],
          [
            -2.669748,
            53.765482
          ],
          [
            -2.669632,
            53.765339
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013166151, PR1 5XE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6696319306677117,
          53.765348217098044
        ]
      }
    }
  ]
}