diff --git a/modules/save-and-load.js b/modules/save-and-load.js index 339efd16..de08d9a1 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -69,8 +69,6 @@ function getRiverPoints(node) { function saveGeoJSON_Cells() { let data = "{ \"type\": \"FeatureCollection\", \"features\": [\n"; - data += "{\n \"type\": \"Feature\",\n \"geometry\": { \"type\": \"Polygon\", \"coordinates\": [["; - const cells = pack.cells; const v = pack.vertices;