diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-03-17 20:35:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-03-17 20:35:22 +0100 |
commit | 796416c3a0e20763596badebabd459fa369c79ee (patch) | |
tree | 840731291481b06badf150ca07688521b63566d4 | |
parent | 4a05733a15d51a253ff114948bb24885f689b105 (diff) | |
download | Chimère - projet de référence-796416c3a0e20763596badebabd459fa369c79ee.tar.bz2 Chimère - projet de référence-796416c3a0e20763596badebabd459fa369c79ee.zip |
Import OSM data
-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 |