Changeset 25 in josm


Ignore:
Timestamp:
2005-10-28T17:32:31+02:00 (18 years ago)
Author:
imi
Message:

fixed creator-tag in gpx output

File:
1 edited

Legend:

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

    r23 r25  
    8080                Element e = new Element("gpx", GPX);
    8181                e.setAttribute("version", "1.0");
    82                 e.setAttribute("creator", "JOSM Beta");
     82                e.setAttribute("creator", "JOSM Beta2");
    8383                // for getting all unreferenced waypoints in the wpt-list
    8484                LinkedList<Node> nodes = new LinkedList<Node>(Main.main.ds.nodes);
Note: See TracChangeset for help on using the changeset viewer.