From 433597411084d3c60a9cceeb58798e65a76aab36 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) --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index a7c14d5..38bc916 100644 --- a/example_project/settings.py +++ b/example_project/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