Skip to content

Commit 86118e4

Browse files
committed
Document hidden_in_ows_landing_page
1 parent 9c9540d commit 86118e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configuration/ThemesConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ The format of the theme definitions is as follows:
168168
| `},` | |
169169
| `"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). |
170170
| `"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`|
171172
| `"layerTreeHiddenSublayers": ["<layername>", ...],` | Optional: list of sublayer names to omit in layertree (but still displayed in map). |
172173
| `"lockedVisibilityPreset":  "<name>",` | Optional: lock styles of theme layers to those set in the specified visibility preset. |
173174
| `"mapCrs": "<EPSG code>",` | Optional, map projection, defaults to project projection. |
@@ -204,7 +205,6 @@ The format of the theme definitions is as follows:
204205
| `"scales": [<Scale denominators>],` | List of denominators of allowed map scales. If omitted, defaults to `defaultScales`. |
205206
| `"snapping": {...},` | Optional, snapping configuration, see [Snapping](../topics/Snapping.md). |
206207
| `"startupView":  "<view>",` | Optional: the view mode to initially display the theme in. Allowed values are `2d`, `3d` and `3d2d`. Default is `2d`. |
207-
| `"wmsOnly": <true|false>,` | Optional, whether the entry should only be configured as a WMS, and not as a theme. |
208208
| `"tiled": <boolean>,` | Optional, use tiled WMS, defaults to `false`. |
209209
| `"tileSize": [<tile_width>, <tile_height>]` | Optional, the WMS tile width and height. |
210210
| `"searchProviders": ["<Provider>"],` | Optional, list of search providers, see [Search](../topics/Search.md). Defaults to `defaultSearchProviders`. |
@@ -223,6 +223,7 @@ The format of the theme definitions is as follows:
223223
| `⁣  "username": <username>,` | Optional: http basic authentication username. |
224224
| `⁣  "password": <password>` | Optional: http basic authentication password. |
225225
| `},` | |
226+
| `"wmsOnly": <true|false>,` | Optional, whether the entry should only be configured as a WMS, and not as a theme. |
226227

227228

228229
A bare minimum theme entry might look as follows:

0 commit comments

Comments
 (0)