{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Swann Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.161942,
            51.112786
          ],
          [
            1.162038,
            51.112821
          ],
          [
            1.162134,
            51.112857
          ],
          [
            1.162349,
            51.112926
          ],
          [
            1.162564,
            51.112995
          ],
          [
            1.162604,
            51.113007
          ],
          [
            1.162643,
            51.113018
          ],
          [
            1.163036,
            51.113132
          ],
          [
            1.16343,
            51.113246
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "50105233, CT18 7FH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.1619539650583648,
          51.112773269366194
        ]
      }
    }
  ]
}