overpass-api ways query include coordinates
问题 I'm trying to query Hotels in a specific area. Unfortunately I need to query nodes and ways, because some Hotels are only stored as way and some as nodes. http://overpass.osm.rambler.ru/cgi/interpreter?data=%28way[tourism~hotel]%28around:5000,50.10707,8.76040%29%29;out; The result of a way-query doesn't contain any coordinates, only lots of node-refs: <nd ref="1438833423"/> Is there a way also to include the coordinates of the nodes in the output or do have to start lots of additional queries