{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Albion Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.587739,
            50.855535
          ],
          [
            0.587791,
            50.855434
          ],
          [
            0.587844,
            50.855334
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070600011, TN34 3EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.587724274619917,
          50.855546406187166
        ]
      }
    }
  ]
}