Skip to content

Commit

Permalink
Further improve MapFilter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Apr 3, 2024
1 parent a67b01a commit 72c9241
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/topics/MapFilter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
The [`MapFilter`](../references/qwc2_plugins.md#mapfilter) plugin allows filtering the map content via QGIS Server WMS FILTER.

It can be configured to support predefined filters, geometry filters, temporal filters and custom filters, see [`MapFilter`](../references/qwc2_plugins.md#mapfilter).

*Note*: Geometry filters requires the `filter_geom` plugin from [qwc-qgis-server-plugins](https://github.com/qwc-services/qwc-qgis-server-plugins), and the filter will currently only be applied to postgis layers.

You can set predefined filter expressions for a theme item as follows:

```json
Expand Down

0 comments on commit 72c9241

Please sign in to comment.