Preview layer

This commit is contained in:
Norbert Renner 2019-02-22 11:32:28 +01:00
parent 8162cd9460
commit be7db71f4f
2 changed files with 85 additions and 10 deletions

View file

@ -63,7 +63,8 @@ BR.Map = {
map = new L.Map('map', {
zoomControl: false, // add it manually so that we can translate it
worldCopyJump: true
worldCopyJump: true,
maxZoom: maxZoom
});
L.control.zoom({
zoomInTitle: i18next.t('map.zoomInTitle'),