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

Fix SplitLongLinearWaysVisitor #5268

Merged
merged 4 commits into from
Feb 28, 2022

Conversation

bmarchant
Copy link
Contributor

  • Renamed SplitLongLinearWaysVisitor because it should split all ways including those that aren't considered linear, i.e. buildings to prepare them for API ingest
  • For "loose" ways, one that isn't part of a relation already, a multilinestring relation is created and all splits become part of that relation
  • For ways that are part of a relation already, the way is just replaced in all parent relations with a list of all way splits in the correct order

Closes #5265

@bmarchant bmarchant merged commit 04a1fcc into master Feb 28, 2022
@bmarchant bmarchant deleted the fix_split_long_linear_ways_visitor_5265 branch February 28, 2022 19:38
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.

Fix SplitLongLinearWaysVisitor
1 participant