This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Force Overpass Turbo order of execution

1

The first query executes much faster than the second, which frequently times out:

relation["wikipedia"]["wikidata"!~".*"]["admin_level"];

relation["wikipedia"]["wikidata"!~".*"]["admin_level"]({{bbox}});

Is there a way to force bboxing to be done AFTER tag filtering?

asked 04 Jan '17, 04:16

nyuriks's gravatar image

nyuriks
71226
accept rate: 0%

edited 04 Jan '17, 07:19

tyr_asd's gravatar image

tyr_asd
1.2k51927

Source code available on GitHub .