From 8a73bb09fe6f10ad7c0bb8e3af999b2d6dc127ae Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 21 Aug 2012 21:43:40 +0200 Subject: Map: change the pan to a cleaner one (thanks to OpenStreetMap website) --- settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index a7c14d5..38bc916 100644 --- a/settings.py +++ b/settings.py @@ -25,6 +25,7 @@ JQUERY_CSS_URLS = ('/javascript/jquery-ui/css/smoothness/jquery-ui.css', OSM_CSS_URLS = ["http://www.openlayers.org/api/theme/default/style.css"] OSM_JS_URLS = [STATIC_URL + "chimere/js/OpenLayers.js", + STATIC_URL + "chimere/js/SimplePanZoom.js", "http://www.openstreetmap.org/openlayers/OpenStreetMap.js"] GPSBABEL = '/usr/bin/gpsbabel' -- cgit v1.2.3