Commit graph

15 commits

Author SHA1 Message Date
Chandler Swift f7f662bed1
Use true, not naïve, centroid 2025-01-03 23:42:46 -06:00
Chandler Swift 2842dd75ab
Remove unnecessary initial location definition 2025-01-03 22:59:43 -06:00
Chandler Swift f6dac0bbb9
Bump minZoom to 15 2025-01-03 22:59:05 -06:00
Chandler Swift 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
Chandler Swift abb9c1b724
Increase max tileLayer zoom past 19 default 2025-01-02 23:53:39 -06:00
Chandler Swift beb4592233
Place track on top of plats 2025-01-02 23:26:59 -06:00
Chandler Swift adba133d75
Set track color to maroon 2025-01-02 23:26:59 -06:00
Chandler Swift 5aec4b7e2b
Switch satellite imagery PNG->JPG for better compression 2025-01-02 23:26:59 -06:00
Chandler Swift fb1ad615d0
Constrain map Zoom and bounds 2025-01-02 22:12:05 -06:00
Chandler Swift c014bacf4b
Add 2023 Itasca County Leaf Off Imagery 2025-01-02 22:12:04 -06:00
Chandler Swift 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
Chandler Swift 6099269de2
Remove popup on track (which didn't work) 2024-11-30 12:34:33 -06:00
Chandler Swift 30b163de7e
Hide plats for our property 2024-11-30 12:34:33 -06:00
Chandler Swift b2a9c1eaf8
Use labels instead of popups for plat info 2024-11-27 20:35:22 -06:00
Chandler Swift 73ea6a9413
Initial commit 2024-11-26 20:41:37 -06:00