From 57b246719be2509a74c4715fc85b278c0296af7b Mon Sep 17 00:00:00 2001 From: Tom Vogt Date: Sat, 14 Sep 2019 23:29:41 +0200 Subject: [PATCH] not sure if the function is used anymore, but restored it anyways. --- 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 edeaff01..e858085a 100644 --- a/modules/save-and-load.js +++ b/modules/save-and-load.js @@ -3,11 +3,9 @@ // download map data as GeoJSON function saveGeoJSON() { -/* saveGeoJSON_Cells(); saveGeoJSON_Roads(); saveGeoJSON_Rivers(); -*/ saveGeoJSON_Markers(); }