Modify ↓
Opened 16 years ago
Closed 16 years ago
#3583 closed defect (fixed)
[PATCH] Unable to download data with "Open location..."
| Reported by: | EtienneChove | Owned by: | team |
|---|---|---|---|
| Priority: | major | Milestone: | |
| 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 by , 16 years ago
by , 16 years ago
| Attachment: | open_location.patch added |
|---|
follow-up: 4 comment:2 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Priority: | normal → major |
| Status: | new → assigned |
| Summary: | Unable to download data with "Open location..." → [PATCH] Unable to download data with "Open location..." |
- add a boundingbox (0,0,0,0)
- progressMonitor
comment:3 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
because I could not check it in
comment:4 by , 16 years ago
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 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



See r2013 for more details.