Skip to content

v0.12.0 - Map view 🗺

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 18:11
· 55 commits to main since this release
59e506a

map dropdown screenshot 👉 map display screenshot

  • ✨ It shows ALL the photos in the collection/album on the map near to where they were taken ✨
  • Works for photos with embedded exif GPS coordinates
  • Since often there are many photos taken in close proximity, there is a balance struck between "not overlapping with other photos", "distance from taken location", and "displayed size".
  • Uses OpenStreetMap for the background map for now, so it's not fully self-hosted.
    • The photos themselves are rendered locally, but the background map layer is loaded from OSM
    • A future alternative could be using the already-bundled geoBoundaries in the future for a fully local solution.
  • Unrelated: also fixed some unrelated gradual browser slowdown bugs that have persisted for a while, especially noticeable on low-powered devices.

âš  It's still somewhat rough, you might need to refresh after it's done loading. If you haven't reindexed metadata since v0.11.0, you will need to do it for the GPS coordinates to be picked up

What's Changed

Full Changelog: v0.11.1...v0.12.0