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

ArcGIS GroupLayers #293

Merged
merged 5 commits into from
Oct 10, 2024
Merged

ArcGIS GroupLayers #293

merged 5 commits into from
Oct 10, 2024

Conversation

KatKatKateryna
Copy link
Contributor

Treat all Collection-alike layers as GroupLayers (converting to Collections). Otherwise, they are passed to the Converter and justifiably failing.

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.62%. Comparing base (460719e) to head (14aba6d).
Report is 1 commits behind head on dev.

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.
📢 Have feedback on the report? Share it here.

Comment on lines +319 to +322
if (rowCursor is null)
{
return;
}
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a comment 🙌

@KatKatKateryna KatKatKateryna merged commit 56d0eb0 into dev Oct 10, 2024
5 checks passed
@KatKatKateryna KatKatKateryna deleted the arcgis_group_layers branch October 10, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants