I am trying to get the node (for the GPS) of all driveable junctions in a city.
But I get an empty result. Is there something I am missing ? asked 18 Dec '20, 09:17 Dykay edited 18 Dec '20, 10:15 scai ♦ |
One Answer:
Your query is searching for nodes with all of those tags together. Make a separate query for each tag:
and so on. Some junctions might be modeled as ways, tagged as roundabouts (rather than mini_roundabouts). answered 18 Dec '20, 16:31 maxerickson |
Thank you @maxerickson