-
Notifications
You must be signed in to change notification settings - Fork 26
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
add support for optional limit parameter for some query types #455
Labels
API EDR V1.2
Non-breaking change for Version 1.2
Comments
When the data response is in formats such as GeoJSON, I think it could also be useful for |
Addressed by PR #472 |
Closed
Merged
chris-little
moved this to In progress (Assignees working on it)
in OGC API-EDR Part 1: Core, V1.2 Backward compatible functional changes
Oct 3, 2024
chris-little
moved this from In progress (Assignees working on it)
to To do (SWG agreed to add to project)
in OGC API-EDR Part 1: Core, V1.2 Backward compatible functional changes
Oct 3, 2024
chris-little
moved this from To do (SWG agreed to add to project)
to Final Review (PR ready, no conflicts, reviewers requested)
in OGC API-EDR Part 1: Core, V1.2 Backward compatible functional changes
Oct 3, 2024
chris-little
moved this from Final Review (PR ready, no conflicts, reviewers requested)
to Initial Review (agreed as feasible, reasonable, achievable, and assigned)
in OGC API-EDR Part 1: Core, V1.2 Backward compatible functional changes
Oct 3, 2024
chris-little
moved this from Initial Review (agreed as feasible, reasonable, achievable, and assigned)
to Final Review (PR ready, no conflicts, reviewers requested)
in OGC API-EDR Part 1: Core, V1.2 Backward compatible functional changes
Oct 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For discrete data, It would be valuable for
.../radius
,.../locations
, and.../instances
query types to support an optionallimit
parameter as per OGC API - Features (note:limit
is already supported (naturally) via the.../items
query type).The text was updated successfully, but these errors were encountered: