Modify ↓
Opened 2 years ago
Closed 23 months ago
#6647 closed defect (fixed)
[patch] JOSM is unable to download a changeset
| Reported by: | Don-vip | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | latest | Keywords: | changeset |
| Cc: |
Description
JOSM is currently unable to download a changeset.
A NPE is raised during XML parsing because "osmChange" tag is not recognized.
To check it, just try "Open location", then "http://api.openstreetmap.org/api/0.6/changeset/98051/download" -> this causes an error.
Please find attached the patch that fixes this issue.
Attachments (1)
Change History (2)
Changed 2 years ago by Don-vip
comment:1 Changed 23 months ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



In [4268/josm]: