aboutsummaryrefslogtreecommitdiff
path: root/static/thumbnail
AgeCommit message (Collapse)Author
2026-04-14merge upstream main 2026-04-14 onto map libremaplibreuser@node5.net
some functionalities still broken
2025-11-09Image fix aspect ratio jump on open transitionuser@node5.net
By making thumbnails original aspect ratio and making them square with CSS
2025-11-09Cluster marker preview images + more map styleuser@node5.net
- Map style muted grey scale positron from: https://openfreemap.org/quick_start/ - Marker images grey color toned down a tad, 40px² -> 100px² cd static/images/ && find . -name '*' -exec magick convert {} -resize 100x100^ -gravity center -extent 100x100 -modulate 100,75 ../thumbnail/{} \; - Clustering working - On zoom in, changes to image preview - Marker image border - Hover on image brings it to from, highlight border, scales 1.75
2025-11-07MapLibre POCuser@node5.net
Switch out leaflet for MapLibre Switch to vector map Add thumbnail images Map image preview Data image name only, not full path, for preview / regular image Only the map preview works for now