{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bell Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.342592,
            51.955112
          ],
          [
            0.342593,
            51.954831
          ],
          [
            0.342594,
            51.954683
          ],
          [
            0.342594,
            51.954678
          ],
          [
            0.342594,
            51.954551
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002184174, CM6 2PE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.3425948193029576,
          51.95455967609118
        ]
      }
    }
  ]
}