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

SyntheticBoundaryNode tag corner cases for Raw Atlas #72

Open
matthieun opened this issue Feb 1, 2018 · 1 comment
Open

SyntheticBoundaryNode tag corner cases for Raw Atlas #72

matthieun opened this issue Feb 1, 2018 · 1 comment
Assignees

Comments

@matthieun
Copy link
Collaborator

There are some corner cases related to SyntheticBoundaryNodeTag assignment that are handled in the legacy OsmPbfProcessor.

  • Walk ways outside boundaries
    • The Edges that span out of a country and do not belong to any other country need to be added to the current country build, as long as they are connected to at least one Edge that is inside the boundary.
    • That should cover for bridges and ferries that span outside of country boundaries.
  • Add synthetic boundary node tags at the end of those ways
    • All the above mentioned ways that are added end at some node. That node needs to have a synthetic boundary node tag, as that tag is not added right at the boundary.
    • Avoid the bug fixed here: Remove false positive existing boundary tag #71
@matthieun
Copy link
Collaborator Author

Sub-task of #17

gitclonefun pushed a commit to gitclonefun/atlas that referenced this issue Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants