summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index ed4aee9..048ae43 100644
--- a/settings.py
+++ b/settings.py
@@ -337,7 +337,7 @@ if 'MAP_JS_URLS' not in globals():
'openlayers':[
STATIC_URL + "openlayers/OpenLayers.js",
STATIC_URL + "openlayers/SimplePanZoom.js",
- "http://www.openstreetmap.org/openlayers/OpenStreetMap.js",
+ STATIC_URL + "openlayers/OpenStreetMap.js",
STATIC_URL + "chimere/js/jquery.chimere-ol.js"
],
'leaflet':[