{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Short Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.182069,
            52.412111
          ],
          [
            0.180321,
            52.412559
          ],
          [
            0.178572,
            52.413007
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002595027, CB6 2DH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.18041328883189675,
          52.4125190827194
        ]
      }
    }
  ]
}