Modify ↓
Opened 4 years ago
Closed 4 years ago
#3583 closed defect (fixed)
[PATCH] Unable to download data with "Open location..."
| Reported by: | EtienneChove | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
In the latest version of JOSM (not in tested), we can't get data with "Open location..." if there is no data in the current layer.
I might be cause by changed in DownloadOsmTask.java (lines 115/116, r2185) : http://tinyurl.com/ye973n7
Attachments (1)
Change History (6)
comment:1 Changed 4 years ago by EtienneChove
Changed 4 years ago by vsandre
comment:2 follow-up: ↓ 4 Changed 4 years ago by vsandre
- Owner changed from team to vsandre
- Priority changed from normal to major
- Status changed from new to assigned
- Summary changed from Unable to download data with "Open location..." to [PATCH] Unable to download data with "Open location..."
- add a boundingbox (0,0,0,0)
- progressMonitor
comment:3 Changed 4 years ago by vsandre
- Owner changed from vsandre to team
- Status changed from assigned to new
because I could not check it in
comment:4 in reply to: ↑ 2 Changed 4 years ago by vsandre
Replying to vsandre:
- add a boundingbox (0,0,0,0)
To solve the problem of this trac.
- progressMonitor
To solve the problem that you did not get feedback, while downloading.
comment:5 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



See r2013 for more details.