Opened 16 years ago
Closed 16 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 by , 16 years ago
Type: | defect → enhancement |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 16 years ago
Attachment: | exporter.txt added |
---|
comment:4 by , 16 years ago
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 by , 16 years ago
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 by , 16 years ago
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.
by , 16 years ago
Attachment: | fileexport.txt added |
---|
comment:10 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Don't export XLS but CSV for better usability by more programs