Preview layer
This commit is contained in:
parent
8162cd9460
commit
be7db71f4f
2 changed files with 85 additions and 10 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue