summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htdocs/mapscript.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/mapscript.js b/htdocs/mapscript.js
index aafc624..7463f19 100644
--- a/htdocs/mapscript.js
+++ b/htdocs/mapscript.js
@@ -146,7 +146,7 @@ function load_geojson(name, url, iconname, iconcolor, active=1, style={}) {
geojson.addTo(mymap);
return geojson;
} else {
- alert("Error: Could not load geojson map layer (" + name + ").");
+ console.log("Error: Could not load geojson map layer (" + name + ").");
}
}
}