Overpass-API
Overpass-API copied to clipboard
HTTP 500 for query with `make node ::geom`
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
This even simpler version triggers the same error: make node ::geom = pt(set(1), 0);