You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/configuration/ThemesConfiguration.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ The format of the theme definitions is as follows:
168
168
|`},`||
169
169
|`"flags": ["<flag1>", "<flag2>", ...],`| Optional, list of arbitrary flag names. The visibility of menu items, toolbar items and map buttons can be controlled based on the flags a theme declares. See [Plugin Configuration](ViewerConfiguration.md#plugin-configuration). |
170
170
|`"format": "<mimetype>",`| Optional, the format to use for WMS GetMap. Defaults to `image/png`. |
171
+
| `"hidden_in_ows_landing_page": <true|false>,` | Optional, whether the service should be hidden from the OGC Service OWS landing page. Default: `false`|
171
172
|`"layerTreeHiddenSublayers": ["<layername>", ...],`| Optional: list of sublayer names to omit in layertree (but still displayed in map). |
172
173
|`"lockedVisibilityPreset": "<name>",`| Optional: lock styles of theme layers to those set in the specified visibility preset. |
0 commit comments