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! |
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; |