{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Barber's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.36149,
            52.475189
          ],
          [
            1.361786,
            52.475208
          ],
          [
            1.362928,
            52.475467
          ],
          [
            1.363949,
            52.475812
          ],
          [
            1.363963,
            52.475815
          ],
          [
            1.366487,
            52.476398
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2630000069, NR35 2AT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.3615086916013197,
          52.47518858722388
        ]
      }
    }
  ]
}