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

Inconsistent way in area

Open mmd-osm opened this issue 4 months ago • 0 comments

Given the following query:

way["building"]({{bbox}}) -> .ways;
.ways out geom;
way["building"](area.ways);
out center;

My expectation would be that out center does not return a result for any of the buildings. Reason being, that the area boundary matches exactly the way, and there's no point inside the area. However, it seems that for some buildings, that's not the case, and we can see a center point nonetheless. Somehow this seems to be inconsistent.

Image

mmd-osm avatar Sep 07 '25 12:09 mmd-osm