Modify

Opened 11 years ago

Closed 9 years ago

Last modified 9 years ago

#8841 closed defect (duplicate)

Show proper error message if bounding box is too large

Reported by: skyper Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: XAPI, query, no, data, mirrored_download Cc:

Description (last modified by skyper)

Mirror_download does not find and/or does not download data. I entered following XAPI-query:
[gluten_free=*][@meta] with bbox set to -90,90,-180,180.

screenshot

GET http://overpass-api.de/api/xapi?node%5Bbbox%3D-180.0%2C-89.9262377%2C180.0%2C89.2224007%5D%5B%40meta%5D%5Bgluten_free%3D*%5D%5B%40meta%5D
Undefined element 'note' found in input stream. Skipping.
Undefined element 'meta' found in input stream. Skipping.
Undefined element 'remark' found in input stream. Skipping.
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2013-07-01 01:35:19
Last Changed Author: stoecker
Revision: 6044
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2013-06-30 22:05:03 +0200 (Sun, 30 Jun 2013)
Last Changed Rev: 6044

Identification: JOSM/1.5 (6044 en) Linux Debian GNU/Linux 7.1 (wheezy)
Memory Usage: 248 MB / 592 MB (131 MB allocated, but free)
Java version: 1.6.0_27, Sun Microsystems Inc., OpenJDK 64-Bit Server VM
Dataset consistency test: No problems found

Plugin: OpeningHoursEditor (29435)
Plugin: conflation (0.1.6)
Plugin: jts (29613)
Plugin: mirrored_download (29643)
Plugin: openstreetbugs (29435)
Plugin: reverter (29663)
Plugin: undelete (29555)
Plugin: utilsplugin2 (29672)
Plugin: wikipedia (29523)

Attachments (1)

8841_mirror_down.png (48.2 KB ) - added by skyper 11 years ago.
screenshot

Download all attachments as: .zip

Change History (5)

by skyper, 11 years ago

Attachment: 8841_mirror_down.png added

screenshot

comment:1 by skyper, 11 years ago

Description: modified (diff)

The proof that this query should deliver data is:
Overpass-Turbo

comment:2 by roland.olbricht, 11 years ago

Priority: majornormal
Summary: Data not found/downloadedShow proper error message if bounding box is too large

The server responds with an error message that the result set is too large. The plugin doesn't display this error message, but instead presents an empty result.

More general, people should be redirected in this case to
File > Download from address ... and "http://overpass-api.de/api/xapi?*[gluten_free=*][@timeout=900][@meta]"
or
wget -O whatever.osm "http://overpass-api.de/api/xapi?*[gluten_free=*][@timeout=900][@meta]"

comment:3 by simon04, 9 years ago

Component: Plugin mirrored_downloadCore
Keywords: mirrored_download added
Owner: changed from roland.olbricht to team

mirrored_download is now part of core (see #11428)

comment:4 by simon04, 9 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #10947.

Timeouts as well as any other "runtime error" are now properly displayed …

Last edited 9 years ago by simon04 (previous) (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.