{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Vernon Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.863254,
            51.290379
          ],
          [
            -2.863994,
            51.291418
          ],
          [
            -2.864047,
            51.291515
          ],
          [
            -2.864688,
            51.292689
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013416021, BS26 2HB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8646878441464687,
          51.29267965712726
        ]
      }
    }
  ]
}