How to obtain the ways that a node is part of? #791
Unanswered
SomeoneElseOSM
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There's no way to do this at present I'm afraid, and I suspect it wouldn't be easy to implement. I'll give it some thought but it's not likely to be something that could arrive in the near future. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With nodes and ways that are members of relations, it's easy (see https://github.com/systemed/tilemaker/blob/master/docs/RELATIONS.md , #749 , etc.). Is there an equivalent mechanism for ways?
As an example, https://www.openstreetmap.org/node/21512878 is a
highway=motorway_junction
, but is not actually on a motorway - it'd be great to treat it differently to "real" motorway junctions. Is there any way of optionally obtaining the ways that certain specific nodes are part of, in a similar way tolocal rel, role = NextRelation()
for relations?Beta Was this translation helpful? Give feedback.
All reactions