Show layer bounds in preview (#146)
This commit is contained in:
parent
4049d484dc
commit
e049dbf42a
5 changed files with 1488 additions and 4 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue