Changeset 25 in josm
- Timestamp:
- 2005-10-28T17:32:31+02:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/io/GpxWriter.java
r23 r25 80 80 Element e = new Element("gpx", GPX); 81 81 e.setAttribute("version", "1.0"); 82 e.setAttribute("creator", "JOSM Beta ");82 e.setAttribute("creator", "JOSM Beta2"); 83 83 // for getting all unreferenced waypoints in the wpt-list 84 84 LinkedList<Node> nodes = new LinkedList<Node>(Main.main.ds.nodes);
Note:
See TracChangeset
for help on using the changeset viewer.