-
-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
Describe the bug
When opening the indoor map overlay, which is rendered using L.CRS.Simple
, on top of the main geographical map (which uses the default CRS L.CRS.EPSG3857
), the interaction behavior of the base map unexpectedly changes. The coordinate reference system (CRS) settings and zoom behavior of the main map start to behave according to L.CRS.Simple.
Even after closing the indoor map overlay, the main map does not revert to its original CRS, and any interaction with the geo map becomes broken.
Steps To Reproduce
Steps to reproduce the behavior:
- Open example
Indoor map as Overlay of Geographic map
. - Click on any node, and it will open an indoor map as an overlay.
- Close the overlay.
- Interact with the geo map by zooming or moving the map in any way that requires new tile rendering.
See the api failure in the console.
Expected behavior
The indoor map should not override the interaction functionalities, or even if it overrides should revert back on closing the overlay
Screenrecodding
Screencast.from.2025-07-14.23-31-47.webm
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do (general)
Status
Backlog