Increase max tileLayer zoom past 19 default
This commit is contained in:
parent
beb4592233
commit
abb9c1b724
1 changed files with 1 additions and 0 deletions
1
map.html
1
map.html
|
@ -78,6 +78,7 @@
|
|||
L.tileLayer('./satellite/{z}/{x}/{y}.jpg', {
|
||||
minNativeZoom: 12,
|
||||
maxNativeZoom: 20,
|
||||
maxZoom: 21,
|
||||
bounds: [
|
||||
[47.517085, -93.427584],
|
||||
[47.457925, -93.340026],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue