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 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/'