summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-24 09:25:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-24 09:25:35 +0200
commit7d982d10c05cd3bc435546c6c946dfde950b81e4 (patch)
treefac784a80c0ce5c869248493483bb8890f308796 /settings.py
parentafbfe070ed6196659d6cda62b604e5c8de0d0b97 (diff)
downloadChimère-7d982d10c05cd3bc435546c6c946dfde950b81e4.tar.bz2
Chimère-7d982d10c05cd3bc435546c6c946dfde950b81e4.zip
settings: change XAPI url
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index ec67e5a..f8a9ac4 100644
--- a/settings.py
+++ b/settings.py
@@ -83,7 +83,7 @@ CHIMERE_DEFAULT_MAP_LAYER = """new ol.layer.Tile({
source: new ol.source.OSM()
})"""
-CHIMERE_XAPI_URL = 'http://open.mapquestapi.com/xapi/api/0.6/'
+CHIMERE_XAPI_URL = "http://api.openstreetmap.fr/xapi?"
CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL
CHIMERE_OSM_USER = 'test'
CHIMERE_OSM_PASSWORD = 'test'