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