Skip to content

Commit

Permalink
Fix missing backtick in dockstring
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 27, 2024
1 parent 63a3614 commit d5ecf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/MapFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import './style/MapFilter.css';
*
* 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 d5ecf94

Please sign in to comment.