Ignore:
Timestamp:
2013-01-31T14:39:51+01:00 (12 years ago)
Author:
bastik
Message:

adapt to changes in JOSM core ([josm5679] and [josm5681])

Location:
applications/editors/josm/plugins/gpxfilter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/gpxfilter/build.xml

    r27852 r29222  
    3232    <property name="commit.message" value="GPXFilter: moved to Alt-Shift-X"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4980"/>
     34    <property name="plugin.main.version" value="5679"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/gpxfilter/src/gpxfilter/GpxGrabber.java

    r23541 r29222  
    4848            GpxReader reader = new GpxReader(in);
    4949            reader.parse(false);
    50             GpxData result = reader.data;
     50            GpxData result = reader.getGpxData();
    5151            in.close();
    5252            result.fromServer = true;
Note: See TracChangeset for help on using the changeset viewer.