Skip to content

Commit

Permalink
Document wmsOnly theme config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Dec 9, 2024
1 parent 4a1291b commit b716828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/configuration/ThemesConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ The format of the theme definitions is as follows:
|-------------------------------------------------|-----------------------------------------------------------------------------------|
| `"id": "<id>",` | Theme identificator. Autogenerated if not specified. |
| `"url": "<WMS URL>",` | The address of desired WMS served by QGIS Server. |
| `"mapCrs: "<EPSG code>",` | Optional, map projection, defaults to `defaultMapCrs`. |
| `"mapCrs": "<EPSG code>",` | Optional, map projection, defaults to `defaultMapCrs`. |
| `"wmsOnly": <true|false>` | Optional, whether the entry should only be configured as a WMS, and not as a theme. |
| `"title": "<Custom title>",` | Optional, override WMS title. |
| `"description": "<Description>",` | Optional, an additional description to show below the theme title. |
| `"thumbnail": "<Filename>",` | Optional, image file in `assets/img/mapthumbs` (see [Viewer assets](ViewerConfiguration.md#viewer-asset)). If omitted, `<project_basename>.png` will be used if it exists below `assets/img/mapthumbs`, otherwise it is autogenerated via WMS GetMap. |
Expand Down

0 comments on commit b716828

Please sign in to comment.