Hello, I am trying to develop a query that returns the nearest bounding way of a node. For example, I pass in Node 5212949758, and get back Way 30612528. Is this possible with OSM? Thank you! asked 01 Jul '19, 06:30 newto_osm |
let's assume that the nearest building is closer than 40, the first one should be the best one. ( node(4190985791); way(around:40.0); ); out geom; answered 20 Mar '20, 14:30 bendoSK |