Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

is_in does not find surrounding areas for some input sets containing redundant nodes

Open Ecumenopolis opened this issue 6 months ago • 1 comments

Example:

Nodes 151615580 and 151591244 have the same coordinates in Tekamah, Nebraska.

These two query return the same output set, consisting of one closed way and seven areas.

node(id:151615580); is_in; out ids; node(id:151591244); is_in; out ids;

But if they are both in the input set, the output set contain only the way -- the relation-based areas aren't found.

node(id:151615580,151591244); is_in; out ids;

Ecumenopolis avatar Aug 14 '24 22:08 Ecumenopolis