I want to identify the center node of an intersection closest to a clicked point. To identify the ways (available for cars) close to that point I use:
( way[maxspeed](around:15,50.77128,6.07841); >; ); out body;
Now I would like to find out which of the found nodes in contained in every of the ways and only return that. Is there a way to do that using Overpass API or do I need to do that in postprocessing?
2.1m questions
2.1m answers
60 comments
57.0k users