Closed (fixed)
Project:
Leaflet More Maps
Version:
2.2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2024 at 12:53 UTC
Updated:
2 Oct 2024 at 10:44 UTC
Jump to comment: Most recent
If you enable the Leaflet Demo module, and visit the Leaflet Demo page at /admin/config/system/leaflet-more-maps/demo, you get this JavaScript error:
Uncaught DOMException: Document.querySelectorAll: '#esri-ocean/world_ocean_base' is not a valid selector
Also, the map under <label for="edit-esri-oceanworld-ocean-base" class="form-item__label">Esri Ocean (zoom 0..10)</label> is not shown.
Comments
Comment #2
berramou commentedThank you @ressa, for reporting this.
And yes there is a problem with the ERSI Ocean/World Ocean Base that code generate an html ID 'esri-ocean/world_ocean_base' which is not good.
Comment #4
ressaYou're welcome @berramou, thanks for a fast reply and update. I guess since you're not yet Maintainer on Gitlab, you can't make a branch and MR against 2.2-dev, since it doesn't exist yet ... as we discussed in #3449579-12: Add support for GDPR-friendly openstreetmap.de.
Comment #5
berramou commentedYes still don't have maintainer access.
Comment #6
berramou commentedFixed in 2.2.2
Comment #7
berramou commentedComment #8
ressaNice, thanks @berramou and @itamair!