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
*[Config: Allow overriding plugin config per theme](../../configuration/ThemesConfiguration.md#manual-theme-configuration)
17
+
*[Allow adding custom plugins via QWC2 API](../../references/qwc2_plugins.md#api)
18
+
*[Allow registering identify exporters and attribute calculators via QWC2 API](../../references/qwc2_plugins.md#api)
19
+
20
+
### General
21
+
* Allow detaching QWC2 dialogs (i.e. Attribute Table) to separate browser windows
22
+
*[Allow specifying OverviewMap layer independent from current background layer](../../references/qwc2_plugins.md#overviewmap)
23
+
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))
26
+
* Allow limiting Attibute Table to current map extent
27
+
* Add CSV export to Attribute Table
28
+
* Highlight hovered / filtered features in Attribute Table
29
+
30
+
### Redlining
31
+
* Add support for rotating labels
32
+
*[Allow configuring available tools / default color / unit length](../../references/qwc2_plugins.md#redlining)
33
+
* Add CTRL / SHIFT support to transform tool to scale objects from corner / preserving aspect ratio
34
+
35
+
### Measure
36
+
* Show measurement labels in map of height profile print output
37
+
38
+
### Print
39
+
* Reworked plugin with new series print mode
40
+
41
+
### Layer tree
42
+
* Allow importing (zipped) Shapefiles
43
+
*[Add option to only show groups](../../references/qwc2_plugins.md#layertree)
44
+
*[Add option to show a link to the Attribute Table of a layer](../../references/qwc2_plugins.md#layertree)
@@ -13,28 +136,28 @@ When upgrading from a 2023-lts setup, please note the entries marked with *\[202
13
136
14
137
### General
15
138
16
-
*[Support common plugin configuration applied to both mobile and desktop](https://qwc-services.github.io/2024-lts/configuration/ViewerConfiguration/#plugin-configuration)
17
-
*[Support resource syntax in background layer definitions](https://qwc-services.github.io/2024-lts/configuration/ThemesConfiguration/#background-layers)
*[Support spearate mobile/desktop sections for toplevel config properties](https://qwc-services.github.io/2024-lts/configuration/ViewerConfiguration/#separate-mobile-desktop-global-settings)
20
-
*[Add support for tenantConfig templates](https://qwc-services.github.io/2024-lts/topics/MultiTenancy/#tenantconfig-template)
21
-
*[Add config option for redirect to login if requesting a restricted theme](https://qwc-services.github.io/2024-lts/configuration/ResourcesPermissions/#restricted-themes)
22
-
*[Add support for configuring projects stored in database](https://qwc-services.github.io/2024-lts/configuration/ThemesConfiguration/#projects-in-database)
23
-
*[Add support for qgz projects](https://qwc-services.github.io/2024-lts/configuration/ThemesConfiguration/#using-the-qgz-project-file-format)
139
+
*[Support common plugin configuration applied to both mobile and desktop](../../configuration/ViewerConfiguration.md#plugin-configuration)
140
+
*[Support resource syntax in background layer definitions](../../configuration/ThemesConfiguration.md#background-layers)
*[Support spearate mobile/desktop sections for toplevel config properties](../../configuration/ViewerConfiguration.md#separate-mobile-desktop-global-settings)
143
+
*[Add support for tenantConfig templates](../../topics/MultiTenancy.md#tenantconfig-template)
144
+
*[Add config option for redirect to login if requesting a restricted theme](../../configuration/ResourcesPermissions.md#restricted-themes)
145
+
*[Add support for configuring projects stored in database](../../configuration/ThemesConfiguration.md#projects-in-database)
146
+
*[Add support for qgz projects](../../configuration/ThemesConfiguration.md#using-the-qgz-project-file-format)
24
147
25
148
### Editing
26
149
27
150
* Display clickable links in editable text fields
28
-
* Allow generating nested 1:N relation forms (see [`generate_nested_nrel_forms`](https://qwc-services.github.io/2024-lts/topics/Editing/#1n-relations))
151
+
* Allow generating nested 1:N relation forms (see [`generate_nested_nrel_forms`](../../topics/Editing.md#1n-relations))
29
152
* Joined fields as configured in QGIS the project are now handled by the `qwc-data-service`
30
153
31
154
### FeatureInfo
32
155
33
-
*[Allow specifying a info template path rather than requiring to specify the template inline](https://qwc-services.github.io/2024-lts/topics/FeatureInfo/#custom-html-templates)
156
+
*[Allow specifying a info template path rather than requiring to specify the template inline](../../topics/FeatureInfo.md#custom-html-templates)
The previously deprecated `RasterExport` and `DxfExport` plugins have been removed. Use [`MapExport`](../../references/qwc2_plugins.md#mapexport) instead.
112
+
113
+
Update to qwc2 submodule revision [9cb8bab](https://github.com/qgis/qwc2/tree/9cb8bab) (13.11.2024) \[2024-lts → 2025-lts\]
@@ -143,7 +150,7 @@ The `SelectionSupport` map plugin has been removed, the respective imports and r
143
150
144
151
For custom plugins relying on `SelectionSupport`, use the new `MapSelection` component instead. Look at the `SearchBox` and `Identify` plugins for some examples.
145
152
146
-
Update to qwc2 submodule revision [d04e5fd](https://github.com/qgis/qwc2/tree/d04e5fd) (01.02.2024)
153
+
Update to qwc2 submodule revision [d04e5fd](https://github.com/qgis/qwc2/tree/d04e5fd) (01.02.2024)\[2024-lts → 2025-lts\]
0 commit comments