Commit graph

19 commits

Author SHA1 Message Date
f7f662bed1
Use true, not naïve, centroid 2025-01-03 23:42:46 -06:00
2842dd75ab
Remove unnecessary initial location definition 2025-01-03 22:59:43 -06:00
f6dac0bbb9
Bump minZoom to 15 2025-01-03 22:59:05 -06:00
a9ec95272b
Exclude unused and clean up when deploying 2025-01-03 00:13:42 -06:00
9d33189bd6
Add images and thumbnails, and lightbox code
Images generated with this:

    for file in *.jpg; do magick $file -resize 600x600 -quality 80 thumbs/$file; done
2025-01-03 00:02:04 -06:00
abb9c1b724
Increase max tileLayer zoom past 19 default 2025-01-02 23:53:39 -06:00
beb4592233
Place track on top of plats 2025-01-02 23:26:59 -06:00
adba133d75
Set track color to maroon 2025-01-02 23:26:59 -06:00
5aec4b7e2b
Switch satellite imagery PNG->JPG for better compression 2025-01-02 23:26:59 -06:00
068a0e908b
Multithread satellite imagery downloading 2025-01-02 23:14:29 -06:00
fb1d3947b7
Add basic detection/recovery of corrupt partial downloads 2025-01-02 22:34:29 -06:00
fb1ad615d0
Constrain map Zoom and bounds 2025-01-02 22:12:05 -06:00
4533956902
Add Makefile deploy target 2025-01-02 22:12:04 -06:00
c014bacf4b
Add 2023 Itasca County Leaf Off Imagery 2025-01-02 22:12:04 -06:00
6d81afb395
Fix mobile popups to window
This doesn't really do all that great a job; Leaflet doesn't really seem
to be equipped to do this well (or, more likely, I'm just not figuring
out how to do it!).

The hack with the extra container is necessary because the transform on
the `.leaflet-map-pane` element creates a new stacking context, which
messes up even `position: fixed`. I wasn't able to figure out a way to
get around this.

Written on an airplane without an internet connection, so per the XKCD
I'd link but can't, "my apparent IQ goes down like 30 points when
[I don't have docs handy; orig "Wikipedia is down"]"!
2024-11-30 12:34:33 -06:00
6099269de2
Remove popup on track (which didn't work) 2024-11-30 12:34:33 -06:00
30b163de7e
Hide plats for our property 2024-11-30 12:34:33 -06:00
b2a9c1eaf8
Use labels instead of popups for plat info 2024-11-27 20:35:22 -06:00
73ea6a9413
Initial commit 2024-11-26 20:41:37 -06:00