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
| Map projection | Project Properties → CRS | Map projection used in QWC. |
17
18
| Service Metadata | Project Properties → QGIS Server → Service capabilities | Shown in the theme info dialog, invokable from the Layer Tree panel titlebar. |
18
19
| Title, keywords | Project Properties → QGIS Server → Service capabilities | Theme title, displayed in the Theme Switcher, and keywords, useful for filtering. |
19
20
| Map extent | Project Properties → QGIS Server → WMS → Advertised extent | The extent used as initial map extent when loading the theme, unless overridden in `themesConfig.json`. |
@@ -59,7 +60,7 @@ The next step is to configure the theme for QWC. There are two approaches:
When using `qwc-docker`, save your QGIS projects below `qwc-docker/volumes/qgs-resources/scan`. Adjust the default settings (`defaultMapCrs`, `defaultBackgroundLayers`, etc.) as desired in `qwc-docker/volumes/config-in/<tentant>/themesConfig.json`. Then [generate the theme configuration](#generating-theme-configuration).
63
+
When using `qwc-docker`, save your QGIS projects below `qwc-docker/volumes/qgs-resources/scan`. Adjust the default settings (`defaultBackgroundLayers`, `defaultSearchProviders`, etc.) as desired in `qwc-docker/volumes/config-in/<tentant>/themesConfig.json`. Then [generate the theme configuration](#generating-theme-configuration).
63
64
64
65
You can configure an automatically configured theme as default theme by setting `defaultTheme` in `themesConfig.json` to the path to the QGIS project file below `qwc-docker/volumes/qgs-resources`, without the `.qgs` extension. For example to set `qwc-docker/volumes/qgs-resources/scan/project.qgs` as default theme, you'd write
65
66
@@ -112,7 +113,6 @@ The `themesConfig.json` file contains a list of themes, optionally organized in
112
113
...
113
114
],
114
115
},
115
-
"defaultMapCrs": "<Default map crs, defaults to EPSG:3857>",
116
116
"defaultBackgroundLayers": "<Default background layers, see theme definition below>",
117
117
"defaultWMSVersion": "<Default WMS version, i.e. 1.3.0>",
118
118
"defaultScales": [<Scale denominators, see theme definition below>],
@@ -134,7 +134,7 @@ The format of the theme definitions is as follows:
0 commit comments