Changeset 29222 in osm for applications/editors/josm/plugins/public_transport/src
- Timestamp:
- 2013-01-31T14:39:51+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/StopImporterAction.java
r26509 r29222 209 209 final GpxReader r = new GpxReader(is); 210 210 final boolean parsedProperly = r.parse(true); 211 data = r. data;211 data = r.getGpxData(); 212 212 213 213 if (!parsedProperly)
Note:
See TracChangeset
for help on using the changeset viewer.
