-
Notifications
You must be signed in to change notification settings - Fork 300
Open
Description
Description
The following configuration options are not working as expected in the latest build of TerriaMap (ghcr.io/terriajs/terriamap:latest):
disableSplitter: Despite being set totrue, the splitter is still visible and functional in the map interface.disablePedestrianMode: Setting this tofalsedoes not enable pedestrian mode, nor does changing it totruedisable the feature as expected.disableMyLocation: Even when set totrue, the "My Location" feature remains accessible in the user interface.
Steps to Reproduce
- Pull the latest version of TerriaMap:
docker pull ghcr.io/terriajs/terriamap:latest - Set the following configuration in
config.json:parameters{ "disableSplitter": true, "disablePedestrianMode": true, "disableMyLocation": true, "otherThings":{} }
- Restart the TerriaMap application and observe the interface.
Expected Behavior
- When
disableSplitteris set totrue, the splitter should be hidden or disabled. - When
disablePedestrianModeis set tofalse, pedestrian mode should be enabled. - When
disableMyLocationis set totrue, the "My Location" button should be hidden or non-functional.
Actual Behavior
- The splitter remains visible and functional.
- Pedestrian mode does not toggle as expected.
- The "My Location" feature is still accessible.
Environment
- TerriaMap Version:
ghcr.io/terriajs/terriamap:latest
Thank you for looking into this issue!
Metadata
Metadata
Assignees
Labels
No labels