[PR #3847] [MERGED] feat(web): add link to external map in leaflet popup #10130

Closed
opened 2026-02-05 14:16:28 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3847
Author: @lefuturiste
Created: 8/23/2023
Status: Merged
Merged: 8/25/2023
Merged by: @jrasm91

Base: mainHead: main


📝 Commits (2)

  • a21d5cc feat(web): add link to external map in leaflet popup
  • 64c1275 chore: cleanup

📊 Changes

2 files changed (+20 additions, -6 deletions)

View changed files

📝 web/src/lib/components/asset-viewer/detail-panel.svelte (+12 -2)
📝 web/src/lib/components/shared-components/leaflet/marker.svelte (+8 -4)

📄 Description

A little life improvement.

Sometimes it's useful to open a geo location to an external map application to not have to copy the coordinates manually. Here I put a link to OpenStreetMap because it's what I personally use. But I known some people would want to use something different. We could instead link to geohacks (eg. https://geohack.toolforge.org/geohack.php?params=048.861085_N_0002.313158_E_globe:Earth) or make it a configurable param.

I'm eager to hear your takes on this.

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/3847 **Author:** [@lefuturiste](https://github.com/lefuturiste) **Created:** 8/23/2023 **Status:** ✅ Merged **Merged:** 8/25/2023 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`a21d5cc`](https://github.com/immich-app/immich/commit/a21d5cc3bcf878b93203d5f326245c211d6814e6) feat(web): add link to external map in leaflet popup - [`64c1275`](https://github.com/immich-app/immich/commit/64c12756876be56b7a89cd38cc8269ae30a1428e) chore: cleanup ### 📊 Changes **2 files changed** (+20 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/asset-viewer/detail-panel.svelte` (+12 -2) 📝 `web/src/lib/components/shared-components/leaflet/marker.svelte` (+8 -4) </details> ### 📄 Description A little life improvement. Sometimes it's useful to open a geo location to an external map application to not have to copy the coordinates manually. Here I put a link to OpenStreetMap because it's what I personally use. But I known some people would want to use something different. We could instead link to geohacks (eg. https://geohack.toolforge.org/geohack.php?params=048.861085_N_0002.313158_E_globe:Earth) or make it a configurable param. I'm eager to hear your takes on this. ![image](https://github.com/immich-app/immich/assets/20988163/247a8ea0-64e3-48e0-ab12-1403df7fa39d) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:16:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#10130