summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index b674977..878d1cd 100644
--- a/settings.py
+++ b/settings.py
@@ -74,6 +74,7 @@ CHIMERE_DEFAULT_MAP_LAYER = """new ol.layer.Tile({
})"""
CHIMERE_XAPI_URL = "http://www.overpass-api.de/api/xapi_meta?"
+CHIMERE_OVERPASS_URL = "https://lz4.overpass-api.de/api/interpreter"
CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL
CHIMERE_OSM_USER = 'test'
CHIMERE_OSM_PASSWORD = 'test'