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

Find Nodes Associated With a Way #4

Open
manesioz opened this issue Oct 15, 2019 · 1 comment
Open

Find Nodes Associated With a Way #4

manesioz opened this issue Oct 15, 2019 · 1 comment

Comments

@manesioz
Copy link

Hello again,

Since the parsing is layer-specific, I was wondering if its possible to associated each WayId to a list of NodeIds? This information does not seem to be available but maybe it's possible, any thoughts?

Something like this:

{
    'osm_id': some_way_id, 
    'connected_nodes': [list of node id's associated with this way], 
    ...
}
@manesioz
Copy link
Author

Seems like the only way would be to match on coordinates, which seems pretty sub-optimal

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

No branches or pull requests

1 participant