I'm trying to get all nodes with a place tag in the Vietnamese province Dong <br>Thap (relation id 1875866), but i don't get any result using:<br><br><query type="node"><br>  <area-query ref="3601875866"/><br>
  <has-kv k="place"/><br></query><br><print mode="meta"/><br><br>and if I request the areas for one of the towns in that province (Sa Dec node id <br>369503214) using this:<br><br><coord-query lat="10.2943724" lon="105.7588116"/><br>
<print mode="body"/><br><br>i only get the Vietnam relation (id 49915). <br><br>If i ask for all the nodes with a place tag in Vietnam like this:<br><br><query type="node"><br>  <area-query ref="3600049915"/><br>
  <has-kv k="place"/><br></query><br><print mode="meta"/><br><br>I get what i expect. If i test the example on in the documentation:<br><br><coord-query lat="51.25" lon="7.15"/><br>
<print mode="body"/><br><br>I get several administrative relations.<br><br>What am I doing wrong? or what is wrong with the Dong Thap relation?<br><br>I have been using <a href="http://overpass.osm.rambler.ru/query_form.html">http://overpass.osm.rambler.ru/query_form.html</a> for testing the <br>
queries since the examples in the forms/buttons in the documentation does not <br>seem to work correctly.<br><br>/Jais<br><br>