Skip to content

Commit 5246bce

Browse files
committed
Fix incorrect image/geotiff -> image/tiff
1 parent 11bedd1 commit 5246bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/topics/MapExport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The [MapExport](../references/qwc2_plugins.md#mapexport) plugin allows exporting a selected portion of the map to a variety of formats, as supported by the QGIS Server, among which:
44

5-
* Image formats (`image/png`, `image/jpeg`, `image/geotiff`, ...)
5+
* Image formats (`image/png`, `image/jpeg`, `image/tiff`, ...)
66
* DXF (`application/dxf`)
77
* GeoPDF (`application/pdf`)
88

@@ -36,7 +36,7 @@ For each format, if multiple configurations are defined, a combobox will be disp
3636
## Export to image formats
3737
For image formats, it may be desired to override the background layer for the exported map. To this end, specify a `baseLayer` in the format configuration to the name of a background `printLayer`.
3838

39-
For GeoTIFF image export to become available, set up the `wms_geotiff_output` [QGIS Server plugin](https://github.com/qwc-services/qwc-qgis-server-plugins):
39+
For GeoTIFF image export to become available (image format `image/tiff`), set up the `wms_geotiff_output` [QGIS Server plugin](https://github.com/qwc-services/qwc-qgis-server-plugins):
4040

4141
```yml
4242
qwc-qgis-server:

0 commit comments

Comments
 (0)