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/ViewerConfiguration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ All settings are optional, with fallback to the default values as documented.
42
42
|`wmsWktPrecision`| Precision (as number of decimals) of WKT geometries passed in WMS requests. Default: 4. |
43
43
|`qgisServerVersion`| The QGIS Server major version in use, defaults to `3`.|
44
44
|`defaultColorScheme`| The color scheme to use. See [Color schemes](#color-schemes) for details. |
45
-
|`startupTask`| Task to automatically aktivate on application start, in the format `{key: "<Task>", "mode": "<Mode>"}`. |
45
+
|`startupTask`| Task to automatically activate on application start, in the format `{key: "<Task>", "mode": "<Mode>"}`. |
46
46
|`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).
47
47
|`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`. |
48
48
|`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. |
0 commit comments