Add 2023 Itasca County Leaf Off Imagery
This commit is contained in:
parent
6d81afb395
commit
c014bacf4b
4 changed files with 42 additions and 0 deletions
9
map.html
9
map.html
|
|
@ -68,6 +68,15 @@
|
|||
// maxZoom: 19,
|
||||
// attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
// }).addTo(map);
|
||||
L.tileLayer('./satellite/{z}/{x}/{y}.png', {
|
||||
minNativeZoom: 12,
|
||||
maxNativeZoom: 20,
|
||||
bounds: [
|
||||
[47.517085, -93.427584],
|
||||
[47.457925, -93.340026],
|
||||
],
|
||||
}).addTo(map);
|
||||
|
||||
|
||||
// Make these requests in parallel
|
||||
const track_req_promise = fetch('data/track.geojson');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue