Switch satellite imagery PNG->JPG for better compression
This commit is contained in:
parent
068a0e908b
commit
5aec4b7e2b
2 changed files with 3 additions and 3 deletions
2
map.html
2
map.html
|
|
@ -75,7 +75,7 @@
|
|||
// maxZoom: 19,
|
||||
// attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
// }).addTo(map);
|
||||
L.tileLayer('./satellite/{z}/{x}/{y}.png', {
|
||||
L.tileLayer('./satellite/{z}/{x}/{y}.jpg', {
|
||||
minNativeZoom: 12,
|
||||
maxNativeZoom: 20,
|
||||
bounds: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue