Find a file
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
data Initial commit 2024-11-26 20:41:37 -06:00
images Add images and thumbnails, and lightbox code 2025-01-03 00:02:04 -06:00
leaflet Initial commit 2024-11-26 20:41:37 -06:00
resources Initial commit 2024-11-26 20:41:37 -06:00
scripts Switch satellite imagery PNG->JPG for better compression 2025-01-02 23:26:59 -06:00
.envrc Initial commit 2024-11-26 20:41:37 -06:00
.gitignore Add 2023 Itasca County Leaf Off Imagery 2025-01-02 22:12:04 -06:00
index.html Initial commit 2024-11-26 20:41:37 -06:00
Makefile Add Makefile deploy target 2025-01-02 22:12:04 -06:00
map.html Add images and thumbnails, and lightbox code 2025-01-03 00:02:04 -06:00
shell.nix Initial commit 2024-11-26 20:41:37 -06:00