Modify ↓
Opened 18 years ago
Closed 18 years ago
#142 closed defect (fixed)
failure downloading OSM data, still using API 0.3
Reported by: | mpa | Owned by: | imi |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
An OSM data download:
java -jar ~/josm/josm-latest.jar --download=50.79,50.85,12.89,12.95
fails with the following message:
File Not found: http://www.openstreetmap.org/api/0.3/map?bbox=50.85,50.79,12.95,12.89
It looks like JOSM should use the 0.4 API by default.
Is there a way to force JOSM to use a certain API version?
Please correct me if this is actually a user error.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
My josm-latest.jar was actually an old version pulled from a mirror.
The current version uses API 0.4, as it should be.
Downloading still doesn't work, though this seems to be a server problem.
Sorry for the noise.