Skip to content

Commit 232a631

Browse files
committed
Document startupView
1 parent f4e1a36 commit 232a631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configuration/ThemesConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ The format of the theme definitions is as follows:
222222
| `"predefinedFilters": [{<filter_config>}, ...],` | Optional: predefined filter configuration, see [MapFilter](../references/qwc2_plugins.md#mapfilter). |
223223
| `"visibilityPresetsBlacklist": ["<name>", ...],` | Optional: list of visibility presets (QGIS layer themes) to exclude. You can use`*` as a wildcard character. |
224224
| `"lockedVisibilityPreset":  "<name>",` | Optional: lock styles of theme layers to those set in the specified visibility preset. |
225+
| `"startupView":  "<view>",` | Optional: the view mode to initially display the theme in. Allowed values are `2d`, `3d` and `3d2d`. Default is `2d`. |
225226

226227

227228
A bare minimum theme entry might look as follows:

0 commit comments

Comments
 (0)