Ignore:
Timestamp:
2013-01-27T18:36:34+01:00 (11 years ago)
Author:
bastiK
Message:

fixed #2900 - Saving and reopening of downloaded gpx segments displays distorted data (see #7247; namespace aware xml parsing is needed now, so #7247 is open again)

File:
1 edited

Legend:

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

    r5494 r5679  
    4444            GpxReader reader = new GpxReader(in);
    4545            gpxParsedProperly = reader.parse(false);
    46             GpxData currentGpx = reader.data;
     46            GpxData currentGpx = reader.getGpxData();
    4747            if (result == null) {
    4848                result = currentGpx;
Note: See TracChangeset for help on using the changeset viewer.