{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.172702,
            51.832337
          ],
          [
            0.173105,
            51.832141
          ],
          [
            0.173167,
            51.831971
          ],
          [
            0.173343,
            51.831491
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002185634, CM22 7QS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.1733362797487083,
          51.83149041563294
        ]
      }
    }
  ]
}