| Age | Commit message (Collapse) | Author |
|
some functionalities still broken
|
|
By making thumbnails original aspect ratio and making them square with
CSS
|
|
- 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
|
|
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
|