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

startIndex #75

Open
cportele opened this issue Mar 8, 2018 · 2 comments
Open

startIndex #75

cportele opened this issue Mar 8, 2018 · 2 comments
Labels
Future work support in an additional part of OGC API Features OGC API: Features Issue related to feature resources (see #190)

Comments

@cportele
Copy link
Member

cportele commented Mar 8, 2018

Discussed during the WFS 3.0 Hackathon:

In #23 we removed startIndex, because it can be hard to implement in some environments. It, however, is useful and it should be added in an extension.

@pvgenuchten
Copy link

consider this use case:

Client software, supporting OWS and OGCAPI standards, which has an embedded pagination mechanism based on counters (no links) would need to parse the self-link to extract the startindex to be used in the generic pagination mechanism. This is quite error prone.

Personally I would make startindex a required response parameter in OGC API Common

@cportele
Copy link
Member Author

It was a deliberate decision to also support servers and clients that do not page via counters and I think that still makes sense. So, the idea is to add an offset/startindex query parameter in a future requirements class. This extension is part of the list (#451), but this wasn't mentioned as a priority by anyone when it was recently discussed, so it is not part of the current charter update request.

Also, offset/startindex should not be mandatory in Common Part 2, at least if it is the idea that a future Features Core would normatively reference Common.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Future work support in an additional part of OGC API Features OGC API: Features Issue related to feature resources (see #190)
Projects
None yet
Development

No branches or pull requests

2 participants