Skip to content
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

Fixed count limit for response paging in two situations #1118

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 19, 2021

  1. fix: limit GetFeature count to maximum features

    Previously when using a count that is higher than the maximum features
    that can be retrieved, the request URIs generated for the next requests
    would have gaps, as the start index would still be increased by the
    given count and the count would be retained as well.
    stempler committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    808a5c3 View commit details
    Browse the repository at this point in the history
  2. fix: limit count for previous GetFeature URI

    Limit the count for the previous paged response in case the difference
    to the current start index is less than the original count.
    stempler committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    0b60ab1 View commit details
    Browse the repository at this point in the history