Add 2023 Itasca County Leaf Off Imagery

This commit is contained in:
Chandler Swift 2025-01-02 22:07:10 -06:00
parent 6d81afb395
commit c014bacf4b
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
4 changed files with 42 additions and 0 deletions

View file

@ -68,6 +68,15 @@
// maxZoom: 19,
// attribution: '&copy; <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');