Account created on 28 August 2011, about 13 years ago
#

Recent comments

πŸ‡©πŸ‡ͺGermany cbeier

I set the ticket to "outdated", as the corresponding places in the code have been removed with πŸ“Œ Validate each component for Bootstrap 5 Fixed .

πŸ‡©πŸ‡ͺGermany cbeier

cbeier β†’ made their first commit to this issue’s fork.

πŸ‡©πŸ‡ͺGermany cbeier

I would say this ticket (and patch) is finished as the change has already been made within #3290508 .

πŸ‡©πŸ‡ͺGermany cbeier

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,
      ...
]
πŸ‡©πŸ‡ͺGermany cbeier

Patch attached to fix regression bug.

πŸ‡©πŸ‡ͺGermany cbeier

First attempt for Drupal 10.

πŸ‡©πŸ‡ͺGermany cbeier

cbeier β†’ created an issue.

Production build 0.71.5 2024