diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
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' |