QL: node._ should only return nodes from inputset
This way, QL gets the same semantics as the following XML variant:
<query into="_" type="node">
<item set="_"/>
</query>
This also applies to way, rels, ...
Fixes #274
Loading
Please sign in to comment