3liz / qgis-atlasprint

Export PDF using composer atlas feature, usable in server
13 stars 14 forks source link

QGIS >= 3.6, new ATLAS_PK parameter #14

Closed Gustry closed 1 year ago

Gustry commented 5 years ago

https://github.com/qgis/QGIS-Documentation/pull/3349 which should more or less cover this plugin.

Gustry commented 2 years ago

I think we need to check for SCALE or SCALES parameter and maybe other things.

If the query match what is supported by native QGIS Server, we could forward the request to native QGIS Server GetPrint request. If it doesn't match, we keep our own implementation.

Documentation for ATLAS_PK : https://docs.qgis.org/3.16/en/docs/server_manual/services.html#server-wms-getprint

Gustry commented 2 years ago

On standby, waiting for https://github.com/3liz/lizmap-web-client/issues/2590