{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Green Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.365067,
            52.142783
          ],
          [
            1.365065,
            52.142812
          ],
          [
            1.365062,
            52.142842
          ],
          [
            1.365546,
            52.143334
          ],
          [
            1.365933,
            52.143539
          ],
          [
            1.366103,
            52.143629
          ],
          [
            1.366186,
            52.143673
          ],
          [
            1.367029,
            52.144119
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009912364, IP13 0TF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.3702179096109204,
          52.147310934928555
        ]
      }
    }
  ]
}