Modify ↓
Opened 18 years ago
Closed 18 years ago
#648 closed defect (wontfix)
exception when requesting large area
Reported by: | fatbozz | Owned by: | framm |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
download: http://www.openstreetmap.org/api/0.5/map?bbox=-7.199999999999989,-31.0 49999999999997,-3.5999999999999943,-26.549999999999997 got return: 400 org.openstreetmap.josm.io.ProgressInputStream$OsmServerException: The maximum bb ox size is 0.25, and your request was too large. Either request a smaller area, or use planet.osm at org.openstreetmap.josm.io.ProgressInputStream.<init>(ProgressInputStr eam.java:35) at org.openstreetmap.josm.io.OsmServerReader.getInputStream(OsmServerRea der.java:52) at org.openstreetmap.josm.io.BoundingBoxDownloader.parseOsm(BoundingBoxD ownloader.java:95) at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$Task.rea lRun(DownloadOsmTask.java:37) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:84) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) download: http://www.openstreetmap.org/api/0.5/map?bbox=-14.312193715307387,-14. 109865993048558,-14.304329273885344,-14.101087081693692 got return: 200
Attachments (0)
Note:
See TracTickets
for help on using tickets.
I don't see a bug here except perhaps for the fact that the internal exception stuff is printed to the console. The GUI user receives a proper error dialog informing him of the fact that the download area was too large.