{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alderbury Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.306188,
            50.698372
          ],
          [
            -1.304816,
            50.698292
          ],
          [
            -1.303443,
            50.698212
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023709865, PO30 5DP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3061878074224647,
          50.69837193122226
        ]
      }
    }
  ]
}