sorry for this trivial question, but i’m starting now…
I have this query:
(
node({{bbox}});
way({{bbox}});
relation({{bbox}});
)->.all;
(.all[!“landuse”][!“building”][!“natural”];);
out geom;
and I tought it was correct, but I have this error:
Error: line 6: static error: For the attribute “type” of the element “query” the only allowed values are “node”, “way”, “relation”, “nwr”, “nw”, “wr”, “nr”, or “area”.