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
According to the documentation of VRT the SrcRegion on OGRVRTLayer should have a clip attribute.
SrcRegion (optional) : This element is used to define an initial spatial filter for the source features. This spatial filter will be combined with any spatial filter explicitly set on the VRT layer with the SetSpatialFilter() method. The value of the element must be a valid WKT string defining a polygon. An optional clip attribute can be set to "TRUE" to clip the geometries to the source region, otherwise the source geometries are not modified.
For the GeometryField the SrcRegion clip="true" is working but looking at the source code its not implemented for OGRVRTLayer.
What is the bug?
According to the documentation of VRT the SrcRegion on OGRVRTLayer should have a clip attribute.
For the GeometryField the SrcRegion clip="true" is working but looking at the source code its not implemented for OGRVRTLayer.
Steps to reproduce the issue
Not working VRT for SrcRegion clip on VRTLayer
Working VRT for GeometryField
Versions and provenance
GDAL 3.6, 3.9.3, 3.10.0 self-built from binaries.
Additional context
No response
The text was updated successfully, but these errors were encountered: