Show layer bounds in preview (#146)

This commit is contained in:
Norbert Renner 2019-04-26 15:19:04 +02:00
parent 4049d484dc
commit e049dbf42a
5 changed files with 1488 additions and 4 deletions

View file

@ -11,6 +11,7 @@ BR.Map = {
map = new L.Map('map', {
zoomControl: false, // add it manually so that we can translate it
worldCopyJump: true,
minZoom: 0,
maxZoom: maxZoom
});
L.control.zoom({