-
Notifications
You must be signed in to change notification settings - Fork 7
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
ArcGIS GroupLayers #293
ArcGIS GroupLayers #293
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #293 +/- ##
=====================================
Coverage 8.62% 8.62%
=====================================
Files 231 231
Lines 4635 4635
Branches 542 542
=====================================
Hits 400 400
Misses 4218 4218
Partials 17 17 ☔ View full report in Codecov by Sentry. |
if (rowCursor is null) | ||
{ | ||
return; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that we can skip an item in a layer if it's null?
Could this happen for a valid layer with valid fields?
Maybe I'm understanding this wrong 😅 but if this is the case we should at least log it somehow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a comment 🙌
Treat all Collection-alike layers as GroupLayers (converting to Collections). Otherwise, they are passed to the Converter and justifiably failing.