We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following configuration options are not working as expected in the latest build of TerriaMap (ghcr.io/terriajs/terriamap:latest):
ghcr.io/terriajs/terriamap:latest
disableSplitter
true
disablePedestrianMode
false
disableMyLocation
docker pull ghcr.io/terriajs/terriamap:latest
config.json
parameters{ "disableSplitter": true, "disablePedestrianMode": true, "disableMyLocation": true, "otherThings":{} }
Thank you for looking into this issue!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 tofalse
does not enable pedestrian mode, nor does changing it totrue
disable 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
disableSplitter
is set totrue
, the splitter should be hidden or disabled.disablePedestrianMode
is set tofalse
, pedestrian mode should be enabled.disableMyLocation
is set totrue
, the "My Location" button should be hidden or non-functional.Actual Behavior
Environment
ghcr.io/terriajs/terriamap:latest
Thank you for looking into this issue!
The text was updated successfully, but these errors were encountered: