diff --git a/src/configuration/ThemesConfiguration.md b/src/configuration/ThemesConfiguration.md index a4f6fbe1..a902f543 100644 --- a/src/configuration/ThemesConfiguration.md +++ b/src/configuration/ThemesConfiguration.md @@ -134,7 +134,8 @@ The format of the theme definitions is as follows: |-------------------------------------------------|-----------------------------------------------------------------------------------| | `"id": "",` | Theme identificator. Autogenerated if not specified. | | `"url": "",` | The address of desired WMS served by QGIS Server. | -| `"mapCrs: "",` | Optional, map projection, defaults to `defaultMapCrs`. | +| `"mapCrs": "",` | Optional, map projection, defaults to `defaultMapCrs`. | +| `"wmsOnly": ` | Optional, whether the entry should only be configured as a WMS, and not as a theme. | | `"title": "",` | Optional, override WMS title. | | `"description": "",` | Optional, an additional description to show below the theme title. | | `"thumbnail": "",` | Optional, image file in `assets/img/mapthumbs` (see [Viewer assets](ViewerConfiguration.md#viewer-asset)). If omitted, `.png` will be used if it exists below `assets/img/mapthumbs`, otherwise it is autogenerated via WMS GetMap. |