This commit is contained in:
Tom Vogt 2019-09-03 16:30:13 +02:00
parent 08f8348a38
commit 607d573b83

View file

@ -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;