Skip to content

Commit

Permalink
Update plugin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 27, 2024
1 parent d5ecf94 commit 704a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ To control the temporal filter, the filter ID is `__timefilter`, and the field I

To control the spatial filter, the syntax is `"__geomfilter": <GeoJSON polygon coodinates array>`.

To specify custom filters, the syntax is `"__custom": [{"title": "<title>", "layer": "<layername>", "expr": <JSON filter expr>}, ...].
To specify custom filters, the syntax is `"__custom": [{"title": "<title>", "layer": "<layername>", "expr": <JSON filter expr>}, ...]`.

Whenever an startup filter value is specified, the filter is automatically enabled.

Expand Down

0 comments on commit 704a515

Please sign in to comment.