Modify ↓
Opened 13 years ago
Closed 13 years ago
#7382 closed defect (wontfix)
Missing attribute 'version' blocks import of overpass output
Reported by: | Cobra | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description ¶
How to reproduce:
- get some objects via overpass api (I've used the xapi compatibility layer for this)
- open this file with josm
What is expected:
- the file is loaded, maybe some warning about the missing version attribute is issued
What happens instead:
- the file isn't loaded, error message about missing version attribute
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
JOSM cannot handle osm data without version. If it could, it would be read-only.
Add [@meta] at the end of your osm3s xapi query to get full data.