Increase max tileLayer zoom past 19 default

This commit is contained in:
Chandler Swift 2025-01-02 23:53:39 -06:00
parent beb4592233
commit abb9c1b724
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -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],