Skip to content

Commit 173641f

Browse files
committed
Add qwc-map-viewer:v2025.11.12 upgrade note
1 parent 660d4d3 commit 173641f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/release_notes/QwcDockerUpgradeNotes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Updating to qwc-map-viewer:v2025.11.12
2+
3+
`qwc-map-viewer:v2025.11.12` now supports reading editConfigs from imported layers if the service capabilities, returned by a `qwc-ogc-service`, report an `EditConfig` address. For this to work, also update to `qwc-config-generator:v2025.11.12` and `qwc-ogc-service:v2025.11.12` and ensure your `tenantConfig.json` contains an `edit_config` entry in the `ogc` service configuration as follows:
4+
```
5+
"name": "ogc",
6+
"generator_config": {
7+
"wms_services": {
8+
"online_resources": {
9+
"service": "/ows/",
10+
"feature_info": "/api/v1/featureinfo/",
11+
"legend": "/api/v1/legend/",
12+
"edit_config": "/editConfig.json?map="
13+
}
14+
}
15+
},
16+
...
17+
```
18+
119
# Updating to qwc-admin-gui:v2025.11.05
220

321
The `qwc-admin-gui:v2025.11.05` uses the new possibilities to abort the config generator workers introduced in `qwc-config-generator:v2025.11.05`. When updating to `qwc-admin-gui:v2025.11.05`, also update to `qwc-config-generator:v2025.11.05`.

0 commit comments

Comments
 (0)