Skip to content

fix: eliminate 404 error when clicking on the map - #1633

Merged
CarlSchwan merged 1 commit into
nextcloud:masterfrom
sim6:fix_eliminate_404_error_when_clicking_on_the_map
Jul 30, 2026
Merged

fix: eliminate 404 error when clicking on the map#1633
CarlSchwan merged 1 commit into
nextcloud:masterfrom
sim6:fix_eliminate_404_error_when_clicking_on_the_map

Conversation

@sim6

@sim6 sim6 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

The ClickSearchPopup marker icon was created with L.icon({ iconUrl: 'noIcon' }), a relative URL that resolved to /apps/maps/noIcon which does not exist on the server.

Replace with L.divIcon producing a zero-size invisible element. The marker only serves as an anchor for the popup and does not need a visual icon, so a div element with no dimensions is sufficient.

The ClickSearchPopup marker icon was created with L.icon({ iconUrl:
'noIcon' }), a relative URL that resolved to /apps/maps/noIcon which
does not exist on the server.

Replace with L.divIcon producing a zero-size invisible element. The
marker only serves as an anchor for the popup and does not need a
visual icon, so a div element with no dimensions is sufficient.

Signed-off-by: Sim贸 Albert i Beltran <sim6@probeta.net>
@sim6

sim6 commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

@CarlSchwan Could you review it?

@CarlSchwan
CarlSchwan enabled auto-merge July 30, 2026 14:21
@CarlSchwan
CarlSchwan merged commit 434dc28 into nextcloud:master Jul 30, 2026
29 checks passed
@sim6

sim6 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants