not sure if the function is used anymore, but restored it anyways.

This commit is contained in:
Tom Vogt 2019-09-14 23:29:41 +02:00
parent ee93b37b99
commit 57b246719b

View file

@ -3,11 +3,9 @@
// download map data as GeoJSON // download map data as GeoJSON
function saveGeoJSON() { function saveGeoJSON() {
/*
saveGeoJSON_Cells(); saveGeoJSON_Cells();
saveGeoJSON_Roads(); saveGeoJSON_Roads();
saveGeoJSON_Rivers(); saveGeoJSON_Rivers();
*/
saveGeoJSON_Markers(); saveGeoJSON_Markers();
} }