Skip to content

Commit

Permalink
Add some missed config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
piMoll committed Dec 4, 2024
1 parent caf3b43 commit 804df1e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
22 changes: 20 additions & 2 deletions app/static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,13 @@
"allowImport": true,
"groupTogglesSublayers": false,
"grayUnchecked": false,
"layerInfoWindowSize": {"width": 480, "height": 400},
"layerInfoGeometry": {
"initialWidth": 480,
"initialHeight": 400,
"initialX": null,
"initialY": null,
"initiallyDocked": false
},
"bboxDependentLegend": true,
"scaleDependentLegend": "theme",
"showToggleAllLayersCheckbox": true,
Expand Down Expand Up @@ -320,7 +326,7 @@
{
"name": "HeightProfile",
"cfg": {
"heighProfilePrecision": 0
"heightProfilePrecision": 0
}
},
{
Expand Down Expand Up @@ -396,6 +402,18 @@
}
],
"mobile": [
{
"name": "HomeButton",
"cfg": {
"position": 2
}
},
{
"name": "LocateButton",
"cfg": {
"position": 1
}
},
{
"name": "BottomBar",
"cfg": {
Expand Down
4 changes: 1 addition & 3 deletions example_config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@
"stopFollowingOnDrag": true,
"startupMode": "DISABLED"
},
"MeasurementSupport": {
"geodesic": true
},
"MeasurementSupport": {},
"ScaleBarSupport": {
"units": "metric"
}
Expand Down

0 comments on commit 804df1e

Please sign in to comment.