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

HTTP 500 for query with `make node ::geom`

Open deevroman opened this issue 6 months ago • 1 comments

I understand that this is an invalid request, but I would expect a 4xx error. You may be interested in understanding why this is happening.

make node ::geom = pt(b.min(lat()), b.min(lon()));

https://overpass-turbo.eu/s/26tE

deevroman avatar Jun 21 '25 15:06 deevroman

This even simpler version triggers the same error: make node ::geom = pt(set(1), 0);

mmd-osm avatar Jun 24 '25 20:06 mmd-osm