mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
Allow zooming in to level 3
This commit is contained in:
parent
db5dbe26d8
commit
410106b798
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ window.createMap = function () {
|
|||
center: [0, 0],
|
||||
zoom: 0,
|
||||
minZoom: 0,
|
||||
maxZoom: 1,
|
||||
maxZoom: 3,
|
||||
crs: L.CRS.Simple,
|
||||
maxBounds: [
|
||||
[-512*(info.info.maxZ+1), 512*info.info.minX],
|
||||
|
|
Loading…
Add table
Reference in a new issue