Fix #12788 style missing geometry in imported vector files - #12797
Merged
allyoucanmap merged 3 commits intoAug 18, 2026
Merged
Conversation
fixing also createFeatureId more tests for LayersUtils.createFeatureId add test for shape import add test for shape import, more tests add test for shape import, more tests 2
allyoucanmap
requested changes
Aug 14, 2026
allyoucanmap
approved these changes
Aug 18, 2026
Contributor
|
@ElenaGallo please test this fix on dev, thanks |
Member
|
Successfully created backport PR for |
Member
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2026.02.xx
git worktree add -d .worktree/backport-12797-to-2026.02.xx origin/2026.02.xx
cd .worktree/backport-12797-to-2026.02.xx
git switch --create backport-12797-to-2026.02.xx
git cherry-pick -x ff4cb0e459bdd1545c9f3d0fefbcc1b18b346d33 |
Member
|
Request failed due to following response errors:
|
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.
Description
Fix #12788
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
#12788
What is the new behavior?
does not filter some features of new imported vector layers, does not create features with duplicate ids
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)