tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
891 stars 129 forks source link

Export with Level0 doesn't work when the query needs fixing #682

Closed Dimitar5555 closed 5 months ago

Dimitar5555 commented 5 months ago
  1. Enter the following query in Overpass Turbo
    [out:json][timeout:30];
    (
    node[highway=bus_stop]({{bbox}});
    );
    out meta;
  2. Press Export
  3. Select Level0
  4. Overpass Turbo will tell you that the query does not return in XML format
  5. Click repair query
  6. (the query is repaired but nothing else happens)

After clicking repair query a new tab with level0 should open automatically instead of requiring the user to click on Level0 link again.