You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This improvement will change the featureEditor plugin to allow to limit attributes table features loading by a geometric area (WKT or GeoJSON) for non ADMIN users.
To activate this restriction, the user (with correct access) will configure FeatureEditor plugin to set a new restricedArea params section :
Description
This improvement will change the featureEditor plugin to allow to limit attributes table features loading by a geometric area (WKT or GeoJSON) for non ADMIN users.
To activate this restriction, the user (with correct access) will configure FeatureEditor plugin to set a new
restricedArea
params section :Where :
Operator <string>
: WITHIN or INTERSECTS or CONTAINSraw <string>
: geometry GEOJSON or WKTurl <string>
: path or URI (Will be use instead of raw if both are defined)About sync and request, this area will be insert in SpatialField array filters with Viewport and others Filters.
In addition, an icon show that the restriction by area is currently active (left) :
The text was updated successfully, but these errors were encountered: