Changeset 457 in josm for trunk/src/org
- Timestamp:
- 2007-11-05T02:50:26+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/GpxWriter.java
r444 r457 16 16 17 17 /** 18 * Exports a dataset to GPX data. All information available are tried to store in 19 * the gpx. If no corresponding tag is available in GPX, use 20 * <code><extensions></code> instead. 21 * 22 * GPX-Way segments are stored as 2-node-pairs, so no <trkseg> with more 23 * or less than 2 <trkpt> are exported. 24 * 25 * TODO: to export OSM data as gpx do a transformation into a GpxData instance first 26 * 27 * @author imi 18 * Writes GPX files from GPX data or OSM data. 28 19 */ 29 20 public class GpxWriter extends XmlWriter {
Note:
See TracChangeset
for help on using the changeset viewer.