-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WFS: Two requests issued for each page #8666
Comments
craigds
pushed a commit
to koordinates/gdal
that referenced
this issue
Nov 6, 2023
…de (fixes OSGeo#8666, master only)
craigds
pushed a commit
to koordinates/gdal
that referenced
this issue
Nov 6, 2023
…de (fixes OSGeo#8666, master only)
craigds
pushed a commit
to koordinates/gdal
that referenced
this issue
Nov 6, 2023
…de (fixes OSGeo#8666, master only)
craigds
pushed a commit
to koordinates/gdal
that referenced
this issue
Nov 6, 2023
…de (fixes OSGeo#8666, master only)
rouault
added a commit
that referenced
this issue
Nov 6, 2023
WFS: avoid GetFeature request to be emitted twice in GML streaming mode (fixes #8666, master only)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the fix in #8654 ! Unfortunately it seems to have introduced a bug...
Expected behavior and actual behavior.
ogr2ogr should issue one request for each page when paginating a WFS datasource.
Instead, it now issues two requests for each page before moving on to the next page:
Steps to reproduce the problem.
Note two requests are issued for each value of
STARTINDEX
. This seems to be independent of the value ofOGR_WFS_PAGE_SIZE
Operating system
MacOS 14.0
GDAL version and provenance
Master build (bug occurs with 7abdaf6 and doesn't occur with a10feb7)
The text was updated successfully, but these errors were encountered: