stdin.log 437 B

1234567891011121314151617181920
  1. <osm-script timeout="1" element-limit="1073741824">
  2. <union>
  3. <id-query type="relation" ref="11"/>
  4. <id-query type="relation" ref="22"/>
  5. <id-query type="relation" ref="33"/>
  6. </union>
  7. <recurse type="relation-node" into="__"/>
  8. <foreach from="__" into="_a">
  9. <foreach from="__" into="_a">
  10. <foreach from="__" into="_a">
  11. <recurse type="relation-node" into="__"/>
  12. </foreach>
  13. </foreach>
  14. </foreach>
  15. <print/>
  16. </osm-script>