Edit filter
If you wish to use the getFeaturesByExtent call together with a filter on the properties you can register properties as filters using this endpoint.
Description
Edits the allowed property filters of a vector layer.
Endpoint
/path/{pathId}/vector/filter
Method
POST
Access Level Rules
Access Level
edit+
Processing Units
Processing units
2
Parameters
Name
Description
Required
Default
pathId
The id of the vector layer.
true
filter
A array of JSONs with required string property "propertyId" and optional boolean property "id'"containing the new filter on the properties.
true
Last updated