{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Old Wellington Passage",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.732871,
            52.602102
          ],
          [
            1.733,
            52.602104
          ],
          [
            1.733128,
            52.602107
          ],
          [
            1.733295,
            52.602111
          ],
          [
            1.733462,
            52.602114
          ],
          [
            1.733507,
            52.602115
          ],
          [
            1.733552,
            52.602116
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023459570, NR30 3BB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.7328700238522132,
          52.60209322388211
        ]
      }
    }
  ]
}