I set the ticket to "outdated", as the corresponding places in the code have been removed with π Validate each component for Bootstrap 5 Fixed .
cbeier β made their first commit to this issueβs fork.
I would say this ticket (and patch) is finished as the change has already been made within #3290508 .
cbeier β created an issue.
I had the same error and after some debugging, I have the cause (at least for me).
In my settings array for Leaflet, the key "zoomControlPosition" was missing.
$leaflet_map_settings = [
'dragging' => TRUE,
'touchZoom' => TRUE,
'scrollWheelZoom' => FALSE,
'doubleClickZoom' => TRUE,
'zoomControl' => TRUE,
'zoomControlPosition' => 'topleft', // <-- Important
'attributionControl' => TRUE,
'trackResize' => TRUE,
'fadeAnimation' => TRUE,
'zoomAnimation' => TRUE,
'closePopupOnClick' => TRUE,
'map_position_force' => FALSE,
...
]
cbeier β created an issue.
cbeier β created an issue.
Patch attached to fix regression bug.
First attempt for Drupal 10.
cbeier β created an issue.
Some hacky patch.
cbeier β created an issue. See original summary β .