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

Editing Geometry Fix #1093

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Editing Geometry Fix #1093

merged 1 commit into from
Jan 26, 2024

Conversation

simon-leech
Copy link
Contributor

What
This PR addresses a bug whereby editing a location entry of type geometry would save the changes to the db but not update the geometry shown on the map.

Solution
By adding delete entry.geometry before the update call, this forces the geometry to be re-created and thus re-drawn to the map, fixing the described issue.

@simon-leech simon-leech marked this pull request as ready for review January 26, 2024 15:32
Copy link

sonarcloud bot commented Jan 26, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@dbauszus-glx dbauszus-glx left a comment

Choose a reason for hiding this comment

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

lgtm

@dbauszus-glx dbauszus-glx merged commit db92845 into GEOLYTIX:main Jan 26, 2024
5 checks passed
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.

None yet

2 participants