summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 431d6b1..eaeac4a 100644
--- a/settings.py
+++ b/settings.py
@@ -250,7 +250,7 @@ if 'CHIMERE_SHARE_NETWORKS' not in globals():
if 'OSM_JS_URLS' not in globals():
global OSM_JS_URLS
- OSM_JS_URLS = [STATIC_URL + "chimere/js/OpenLayers.js",
- STATIC_URL + "chimere/js/SimplePanZoom.js",
+ OSM_JS_URLS = [STATIC_URL + "openlayers/OpenLayers.js",
+ STATIC_URL + "openlayers/SimplePanZoom.js",
"http://www.openstreetmap.org/openlayers/OpenStreetMap.js"]