From 607d573b8387b535b8593f7fec5b0bbab9dd6cee Mon Sep 17 00:00:00 2001 From: Tom Vogt Date: Tue, 3 Sep 2019 16:30:13 +0200 Subject: [PATCH] bugfix --- modules/save-and-load.js | 2 -- 1 file changed, 2 deletions(-) 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;