Fix OGC feature drilldown provider filtering - #516
Merged
Conversation
Skip tile and other non-feature collections before requesting collection items. Add a regression covering the mixed-provider response reported in geopython#515.
justb4
self-requested a review
July 21, 2026 10:41
justb4
added a commit
that referenced
this pull request
Jul 21, 2026
justb4
approved these changes
Jul 21, 2026
justb4
left a comment
Member
There was a problem hiding this comment.
Thanks @Sanjays2402 . Out of curiosity and given your profile: have you used AI for this PR?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #515
Skip tile and other non-feature collections during a full OGC API Features drilldown, while retaining legacy feature collections that expose an
itemslink withoutitemType.The focused mixed-provider regression fails on the original loop and passes with this filter; Flake8 and Python compilation pass for both changed files.