From 796416c3a0e20763596badebabd459fa369c79ee Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 17 Mar 2012 20:35:22 +0100 Subject: Import OSM data --- settings.py.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.py.example') diff --git a/settings.py.example b/settings.py.example index 9b3235b..a42a1be 100644 --- a/settings.py.example +++ b/settings.py.example @@ -68,6 +68,8 @@ CHIMERE_DEFAULT_CATEGORIES = [1] #displayOutsideMaxExtent: true, wrapDateLine: true})''' # OSM cyclemap CHIMERE_MAP_LAYER = "new OpenLayers.Layer.OSM.Mapnik('Mapnik')" # OSM mapnik map +CHIMERE_XAPI_URL = 'http://open.mapquestapi.com/xapi/api/0.6/' + DEBUG = True TEMPLATE_DEBUG = DEBUG -- cgit v1.2.3