Changeset 5874 in josm for trunk/src/org/openstreetmap/josm/io/GpxWriter.java
- Timestamp:
- 2013-04-16T19:57:43+02:00 (13 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/io/GpxWriter.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/GpxWriter.java
r5684 r5874 38 38 } 39 39 40 public GpxWriter() {41 super(null);42 //sorry for this one here, this will be cleaned up once the new scheme works43 }44 45 40 private GpxData data; 46 41 private String indent = ""; 47 public String creator = "JOSM GPX export";48 42 49 43 private final static int WAY_POINT = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
