From cb1bff05a85ecaa16a479ad791d64499d6b774b3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 2 Aug 2016 19:48:05 +0200 Subject: Remove MapQuest reference --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 988fcd3..86b61e3 100644 --- a/settings.py +++ b/settings.py @@ -73,7 +73,7 @@ CHIMERE_MINIATURE_BY_DEFAULT = False # OSM mapnik map CHIMERE_DEFAULT_MAP_LAYER = """new ol.layer.Tile({ style: 'Road', - source: new ol.source.MapQuest({layer: 'osm'}) + source: new ol.source.OSM() })""" CHIMERE_XAPI_URL = 'http://open.mapquestapi.com/xapi/api/0.6/' -- cgit v1.2.3