Skip to content

Fix #12788 style missing geometry in imported vector files - #12797

Merged
allyoucanmap merged 3 commits into
geosolutions-it:masterfrom
stefanocudini:fix-style-missing-geometry
Aug 18, 2026
Merged

Fix #12788 style missing geometry in imported vector files#12797
allyoucanmap merged 3 commits into
geosolutions-it:masterfrom
stefanocudini:fix-style-missing-geometry

Conversation

@stefanocudini

@stefanocudini stefanocudini commented Aug 13, 2026

Copy link
Copy Markdown
Member

Description

Fix #12788

  • fix issue render feature problem
  • added some additional tests to check importing shapefile, previous not covered

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix

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)

  • Yes, and I documented them in migration notes
  • No

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
Comment thread web/client/utils/LayersUtils.js Outdated
Comment thread web/client/utils/LayersUtils.js Outdated
@allyoucanmap
allyoucanmap merged commit ff4cb0e into geosolutions-it:master Aug 18, 2026
15 checks passed
@allyoucanmap

Copy link
Copy Markdown
Contributor

@ElenaGallo please test this fix on dev, thanks

@offtherailz

Copy link
Copy Markdown
Member

Successfully created backport PR for 2026.02.xx:

offtherailz added a commit that referenced this pull request Aug 19, 2026
…12814)

(cherry picked from commit ff4cb0e)

Co-authored-by: Stefano Cudini <stefano.cudini@gmail.com>
@offtherailz

Copy link
Copy Markdown
Member

Backport failed for 2026.02.xx, because it was unable to cherry-pick the commit(s).

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

@offtherailz

Copy link
Copy Markdown
Member

Request failed due to following response errors:

  • Pull request Pull request is in unstable status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vector layer: features with duplicated id are silently not rendered

4 participants