#10947 closed defect (fixed)
"No data found in this area." message when Overpass query times out
Reported by: | bastiK | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.09 |
Component: | Core | Version: | |
Keywords: | mirrored_download | Cc: |
Description
When making the following request in "Download from Overpass API":
[timeout:30]; is_in(50.73322,7.09828); relation(pivot); (._;>;); out meta;
I get a popup message "No data found in this area."
However, I see that the request timed out (wireshark):
<?xml version="1.0" encoding="UTF-8"?> <osm version="0.6" generator="Overpass API"> <note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note> <meta osm_base="2015-01-07T23:38:02Z" areas="2015-01-07T10:31:02Z"/> <bounds minlat="38.9013" minlon="-17.8052" maxlat="61.7253" maxlon="38.1959"/> <remark> runtime error: Query timed out in "query" at line 3 after 31 seconds. </remark> </osm>
I would prefer if this message was parsed and displayed in a message window or at least on the command line.
JOSM: 7935
mirored download: 30892
Attachments (0)
Change History (6)
comment:2 by , 10 years ago
Bascially by passing the query to the standard "File > Open location ..." dialogue. The bbox comes from the bbox selector and can currently not be turned off.
comment:3 by , 9 years ago
Component: | Plugin mirrored_download → Core |
---|---|
Keywords: | mirrored_download added |
Owner: | changed from | to
mirrored_download is now part of core (see #11428)
comment:5 by , 9 years ago
Milestone: | → 15.09 |
---|
In Overpass turbo, this request finishes within a minute:
This is what JOSM sends (increasing the timeout to 130 seconds still fails):
How can I get rid of the bbox stuff (in case it causes the problems)?