Opened 15 years ago
Closed 14 years ago
#1647 closed enhancement (fixed)
[PATCH] Export as GPX, XLS, ...
Reported by: | Markus | Owned by: | dmuecke |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | import, export, gpx | Cc: |
Description
I would like to have a simple export functionality like:
- selecting a choice of elements by <ctrl-click>
- select a format
- exporting the choice in this format
Formats may be:
- GPX
- OSM
- XLS (Excel)
- ...
It would be also fine to have a possibility to import directly this formats.
Attachments (2)
Change History (12)
comment:1 Changed 15 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Owner: | changed from framm to dmuecke |
---|---|
Status: | new → assigned |
Changed 14 years ago by
Attachment: | exporter.txt added |
---|
comment:4 Changed 14 years ago by
Summary: | Export as GPX, XLS, ... → [PATCH] Export as GPX, XLS, ... |
---|
The patch allows to add new formats as plugins further. Export functionality has been moved to class FileExporter. OsmFileExporter, GpxFileExporter are implementation of FileExporter.
comment:7 Changed 14 years ago by
Upps, the code has moved forward in the meantime and your patch doesn't apply anymore. Could you please generate a new patch against the current JOSM code base (r1919 or higher) and submit again? Sorry for that.
comment:8 Changed 14 years ago by
About the reason for your patches in queue: I have holidays and I'm lazy, sorry but I need some rest as well :-)
This particular patch seems I have overlooked before also. Don't know why, must be a mistake.
Changed 14 years ago by
Attachment: | fileexport.txt added |
---|
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Don't export XLS but CSV for better usability by more programs