Modify ↓
Opened 16 months ago
Closed 16 months ago
#7382 closed defect (wontfix)
Missing attribute 'version' blocks import of overpass output
| Reported by: | Cobra | Owned by: | team |
|---|---|---|---|
| Priority: | normal | 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
Attachments (0)
Change History (2)
comment:1 Changed 16 months ago by bastiK
comment:2 Changed 16 months ago by stoecker
- Resolution set to wontfix
- Status changed from new to 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.