Ignore:
Timestamp:
2007-11-05T02:50:26+01:00 (16 years ago)
Author:
framm
Message:
  • comment cosmetics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GpxWriter.java

    r444 r457  
    1616
    1717/**
    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>&lt;extensions&gt;</code> instead.
    21  *
    22  * GPX-Way segments are stored as 2-node-pairs, so no &lt;trkseg&gt; with more
    23  * or less than 2 &lt;trkpt&gt; 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.
    2819 */
    2920public class GpxWriter extends XmlWriter {
Note: See TracChangeset for help on using the changeset viewer.