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

Support replacing geometry for nodes and ways #2688

Merged
merged 4 commits into from
Oct 17, 2024
Merged

Conversation

simonpoole
Copy link
Collaborator

This add supports for two different operations that however traditionally run under the same name:

  • replacing a node with a way, maintaining history as far as possible and adding tags from the node to the way.

  • using the position of nodes in a way to to recreate the same geometry in an existing way.

Resolves #1053

@simonpoole simonpoole force-pushed the replace_geometry branch 2 times, most recently from 0e8e11c to 5403f53 Compare October 3, 2024 15:01
This add supports for two different operations that however
traditionally run under the same name:

- replacing a node with a way, maintaining history as far as possible
and adding tags from the node to the way.

- using the position of nodes in a way to to recreate the same geometry
in an existing way.

Resolves #1053
This adds code to show a modal in the style of the tag conflict one if
we needed to extract a tagged node and a preference to determine the
distance at which we start doing that.
@simonpoole simonpoole merged commit bc7bc34 into master Oct 17, 2024
3 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.

Feature request: ability to merge node to polygons (replace geometry)
1 participant