[BUG] OpenStreetMap attribution not visible on the image details page #1774

Closed
opened 2026-02-05 03:43:20 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @CaldeiraG on GitHub (Dec 12, 2023).

The bug

When viewing an image details page, the attribution banner for OpenStreetMap is not visible. It could be collapsing automatically if the embed is too small

Relevant documentation: https://maplibre.org/maplibre-gl-js/docs/API/classes/maplibregl.AttributionControl/

The OS that Immich Server is running on

Ubuntu 20.04 LTS

Version of Immich Server

v1.90.2

Version of Immich Mobile App

v1.90.2

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

1. Open an image with geolocation data
2. Click on the details button and the map will appear with the photo location without the attribution banner

Additional information

No response

Originally created by @CaldeiraG on GitHub (Dec 12, 2023). ### The bug When viewing an image details page, the attribution banner for OpenStreetMap is not visible. It could be collapsing automatically if the embed is too small Relevant documentation: https://maplibre.org/maplibre-gl-js/docs/API/classes/maplibregl.AttributionControl/ ### The OS that Immich Server is running on Ubuntu 20.04 LTS ### Version of Immich Server v1.90.2 ### Version of Immich Mobile App v1.90.2 ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML N/A ``` ### Your .env content ```Shell N/A ``` ### Reproduction steps ```bash 1. Open an image with geolocation data 2. Click on the details button and the map will appear with the photo location without the attribution banner ``` ### Additional information _No response_
OVERLORD added the 🖥️web label 2026-02-05 03:43:20 +03:00
Author
Owner

@bo0tzz commented on GitHub (Dec 12, 2023):

@danieldietzler can you take a look at this?

@bo0tzz commented on GitHub (Dec 12, 2023): @danieldietzler can you take a look at this?
Author
Owner

@danieldietzler commented on GitHub (Dec 12, 2023):

In fact, this was intentional. Setting compact: true in our case still resulted in the attribution being expanded by default; only with the option to compact it by clicking on it. Thus, we decided it would be fine to just disable it, given that this map is a minified version of the "main" map anyways.

@danieldietzler commented on GitHub (Dec 12, 2023): In fact, this was intentional. Setting `compact: true` in our case still resulted in the attribution being expanded by default; only with the option to compact it by clicking on it. Thus, we decided it would be fine to just disable it, given that this map is a minified version of the "main" map anyways.
Author
Owner

@bo0tzz commented on GitHub (Dec 12, 2023):

Compact intentionally still leaves the attribution expanded, it just allows it to collapse when interacting with the map. The attribution can be pretty small - from the osm attribution guidelines I understand that just a link with the text "OpenStreetMap" is sufficient.

@bo0tzz commented on GitHub (Dec 12, 2023): Compact intentionally still leaves the attribution expanded, it just allows it to collapse when interacting with the map. The attribution can be pretty small - from the osm attribution guidelines I understand that just a link with the text "OpenStreetMap" is sufficient.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1774