From 7d982d10c05cd3bc435546c6c946dfde950b81e4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 24 Jul 2017 09:25:35 +0200 Subject: settings: change XAPI url --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3