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 5787ad4..092caec 100644
--- a/settings.py
+++ b/settings.py
@@ -74,6 +74,7 @@ CHIMERE_MINIATURE_BY_DEFAULT = False
# OSM mapnik map
CHIMERE_DEFAULT_MAP_LAYER = """new ol.layer.Tile({
style: 'Road',
+ title: 'OpenStreetMap',
source: new ol.source.OSM()
})"""