Skip to content

Commit

Permalink
Document trustWmsCapabilityURLs
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 17, 2023
1 parent aa68b2e commit 34558a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/ViewerConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ All settings are optional, with fallback to the default values as documented.
|`startupTask` | Task to automatically aktivate on application start, in the format `{key: "<Task>", "mode": "<Mode>"}`. |
|`storeAllLayersInPermalink` | Whether to store the full layertree in the permalink data, rather than only local (i.e. redlining) layers. If `false`, remote layers are re-queried from the respective services, if `true`, they are statically reloaded (meaning restored layers may be outdated compared to current service capabilities).
|`urlRegEx` | A [JSON-escaped](https://www.freeformatter.com/json-escape.html) regular expression used to match URLs in feature attribute values. Default: see `qwc2/utils/MiscUtils.js`. |

|`trustWmsCapabilityURLs` | Whether to trust the GetMap etc. URLs reported in WMS service capabilities. If not `true`, the protocol, host and pathname portion of the URLs are inherited from the called capabilities URL. |
### Global settings, overridable per theme<a name="theme-overridable-settings"></a>

The following options can be specified globally, and also overriden per theme, see [`themesConfig.json`](ThemesConfiguration.md).
Expand Down

0 comments on commit 34558a7

Please sign in to comment.