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-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ All settings are optional, with fallback to the default values as documented.
32
32
|`defaultInteractionStyle`| The default style to use on geometries to measure, snap or edit. Default: see [`qwc2/utils/FeatureStyles.js`](https://raw.githubusercontent.com/qgis/qwc2/refs/heads/master/utils/FeatureStyles.js). |
33
33
|`defaultMarkerStyle`| The default style to use as marker icon. Default: see [`qwc2/utils/FeatureStyles.js`](https://raw.githubusercontent.com/qgis/qwc2/refs/heads/master/utils/FeatureStyles.js). |
34
34
|`editingAddLinkAnchors`| Whether to automatically insert link anchors in text values when editing. Default: `true`, |
35
-
|`editServiceCaptchaSiteKey`| ReCAPTCHA public site key for public editing, see [ReCAPTCHA validation](../Topics/Editing.md#recaptcha). |
35
+
|`editServiceCaptchaSiteKey`| ReCAPTCHA public site key for public editing, see [ReCAPTCHA validation](../topics/Editing.md#recaptcha). |
36
36
|`editTextNullValue`| A text value which represents `NULL` when editing. Default: `""`. |
37
37
|`geodesicMeasurements`| Whether to perform measurements on the geoid. Default: `false`. |
38
38
|`loadTranslationOverrides`| Whether to attempt to load tanslation overrides, see [translations](#translations). Default: `false`. |
Copy file name to clipboardExpand all lines: src/release_notes/ChangeLog.md
+47-47
Original file line number
Diff line number
Diff line change
@@ -13,23 +13,23 @@ When upgrading from a 2025-lts setup, please note the entries marked with *\[202
13
13
14
14
15
15
### Viewer Configuration
16
-
*[Config: Allow overriding plugin config per theme](../../configuration/ThemesConfiguration.md#manual-theme-configuration)
17
-
*[Allow adding custom plugins via QWC API](../../references/qwc2_plugins#api)
18
-
*[Allow registering identify exporters and attribute calculators via QWC2 API](../../references/qwc2_plugins#api)
16
+
*[Config: Allow overriding plugin config per theme](../configuration/ThemesConfiguration#manual-theme-configuration)
17
+
*[Allow adding custom plugins via QWC API](../references/qwc2_plugins#api)
18
+
*[Allow registering identify exporters and attribute calculators via QWC2 API](../references/qwc2_plugins#api)
19
19
20
20
### General
21
21
* Allow detaching QWC dialogs (i.e. Attribute Table) to separate browser windows
22
-
*[Allow specifying OverviewMap layer independent from current background layer](../../references/qwc2_plugins#overviewmap)
22
+
*[Allow specifying OverviewMap layer independent from current background layer](../references/qwc2_plugins#overviewmap)
23
23
24
24
### Editing / AttributeForm / AttributeTable
25
-
*[Honour expressions in QGIS Attributes Form configuration for group box visibility, default value and value-relation filter as defined](../../topics/Editing.md#expressions) (currently [limited grammar](https://github.com/qgis/qwc2/blob/2025-lts/utils/expr_grammar/grammar.ne))
25
+
*[Honour expressions in QGIS Attributes Form configuration for group box visibility, default value and value-relation filter as defined](../topics/Editing.md#expressions) (currently [limited grammar](https://github.com/qgis/qwc2/blob/2025-lts/utils/expr_grammar/grammar.ne))
26
26
* Allow limiting Attibute Table to current map extent
27
27
* Add CSV export to Attribute Table
28
28
* Highlight hovered / filtered features in Attribute Table
29
29
30
30
### Redlining
31
31
* Add support for rotating labels
32
-
*[Allow configuring available tools / default color / unit length](../../references/qwc2_plugins#redlining)
32
+
*[Allow configuring available tools / default color / unit length](../references/qwc2_plugins#redlining)
33
33
* Add CTRL / SHIFT support to transform tool to scale objects from corner / preserving aspect ratio
34
34
35
35
### Measure
@@ -40,21 +40,21 @@ When upgrading from a 2025-lts setup, please note the entries marked with *\[202
40
40
41
41
### Layer tree
42
42
* Allow importing (zipped) Shapefiles
43
-
*[Add option to only show groups](../../references/qwc2_plugins#layertree)
44
-
*[Add option to show a link to the Attribute Table of a layer](../../references/qwc2_plugins#layertree)
43
+
*[Add option to only show groups](../references/qwc2_plugins#layertree)
44
+
*[Add option to show a link to the Attribute Table of a layer](../references/qwc2_plugins#layertree)
Copy file name to clipboardExpand all lines: src/release_notes/QWC2UpgradeNotes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ Update to qwc2 submodule revision [bafb882](https://github.com/qgis/qwc2/tree/ba
152
152
153
153
**Removal of RasterExport and DxfExport plugins**
154
154
155
-
The previously deprecated `RasterExport` and `DxfExport` plugins have been removed. Use [`MapExport`](../../references/qwc2_plugins.md#mapexport) instead.
155
+
The previously deprecated `RasterExport` and `DxfExport` plugins have been removed. Use [`MapExport`](../references/qwc2_plugins.md#mapexport) instead.
156
156
157
157
Update to qwc2 submodule revision [9cb8bab](https://github.com/qgis/qwc2/tree/9cb8bab) (13.11.2024) \[2024-lts → 2025-lts\]
0 commit comments