summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 6e7610f..fb24270 100644
--- a/settings.py
+++ b/settings.py
@@ -75,7 +75,7 @@ CHIMERE_DEFAULT_MAP_LAYER = """new ol.layer.Tile({
source: new ol.source.OSM()
})"""
-CHIMERE_XAPI_URL = "http://api.openstreetmap.fr/xapi?"
+CHIMERE_XAPI_URL = "http://www.overpass-api.de/api/xapi_meta?"
CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL
CHIMERE_OSM_USER = 'test'
CHIMERE_OSM_PASSWORD = 'test'