{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Canterbury Close",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.490433,
            51.578772
          ],
          [
            0.490612,
            51.578712
          ],
          [
            0.490792,
            51.578653
          ],
          [
            0.490994,
            51.578615
          ],
          [
            0.491195,
            51.578576
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090451674, SS14 3QS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.49043277957357156,
          51.57877182787839
        ]
      }
    }
  ]
}