diff options
-rw-r--r-- | settings.py.example | 2 |
1 files changed, 2 insertions, 0 deletions
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 |