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

just print warning when multipolyton ring has wrong type #1510

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

Karry
Copy link
Collaborator

@Karry Karry commented Sep 28, 2023

When multipolygon contains more than one level of nested rings, second nested rigns should be outer. But is not so big problem when even these rings are with inner type (two nested inner rings). So, instead of skipping such rings with invalid type, just log warning and continue.

When ring is skipped, ring grouping fail and whole multipolygon is omitted from import. It is too strict.

Fixing #1508

When multipolygon contains more than one level of nested
rings, second nested rigns should be outer. But is not
so big problem when even these rings are with inner type
(two nested inner rings). So, instead of skipping such
rings with invalid type, just log warning and continue.

When ring is skipped, ring grouping fail and whole
multipolygon is omitted from import. It is too strict.
@Karry Karry temporarily deployed to SONAR September 28, 2023 21:19 — with GitHub Actions Inactive
@sonarcloud
Copy link

sonarcloud bot commented Sep 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@Framstag Framstag merged commit 3843684 into Framstag:master Sep 29, 2023
20 checks passed
@Karry Karry deleted the ring-type-warning branch September 29, 2023 05:45
Copy link

github-actions bot commented Jun 2, 2024

🎉 This issue has been resolved in v2024.06.02.1 (Release Notes)

@github-actions github-actions bot added the released Issue has been released label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants