3liz / qgis-lizmap-server-plugin

QGIS Server plugin for Lizmap
GNU General Public License v2.0
6 stars 6 forks source link

[Feature] Extending replaceExpressionText Request with ALL features and GeoJSON format #72

Closed rldhont closed 4 months ago

rldhont commented 4 months ago

For replaceExpressionText request of Expression service, it is possible to perform replaceExpressionText on all features of the layer and to get result as GeoJSON.

To do so, you have to specify FEATURES=ALL and Format=GeoJSON in the request URL.