From 8d12c16e4489d2e9079d328c7d673a216444533a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 1 Feb 2013 23:23:49 +0100 Subject: Fix path according to Chimère reorganization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings.py') 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"] -- cgit v1.2.3