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 to true, the splitter is still visible and functional in the map interface.
disablePedestrianMode: Setting this to false does not enable pedestrian mode, nor does changing it to true disable the feature as expected.
disableMyLocation: Even when set to true, 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
disableSplitter is set to true, the splitter should be hidden or disabled.
- When
disablePedestrianMode is set to false, pedestrian mode should be enabled.
- When
disableMyLocation is set to true, 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!
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
config.json:Expected Behavior
disableSplitteris set totrue, the splitter should be hidden or disabled.disablePedestrianModeis set tofalse, pedestrian mode should be enabled.disableMyLocationis set totrue, the "My Location" button should be hidden or non-functional.Actual Behavior
Environment
ghcr.io/terriajs/terriamap:latestThank you for looking into this issue!