summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-17 11:51:08 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-17 11:51:08 +0100
commit3b8df33035c6a28aa05d665a49190e511a8b0ee2 (patch)
tree0ea7007410b3a77bcd25b257d50a891cc36330b4 /settings.py
parentc9951801e500de2b91255e7ac9c37f5135138fb6 (diff)
downloadChimère-3b8df33035c6a28aa05d665a49190e511a8b0ee2.tar.bz2
Chimère-3b8df33035c6a28aa05d665a49190e511a8b0ee2.zip
ol3: new layer switcher management
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()
})"""