In osm, is it possible to limit a overpassApi request into a geographic border ? For example, the following request is restricted into a polygon (line 3). What can i do to limit it in a osm relation (for example rel °62508 : Bonn) ?
<query type="node">
<has-kv k="amenity" v="drinking_water"/>
<bbox-query e="7.25" n="50.8" s="50.7" w="7.1"/>
</query>
<print/>