Ignore:
Timestamp:
2012-08-05T12:37:29+02:00 (12 years ago)
Author:
bastiK
Message:

gpxreader: minor refactoring, read version & creator (see #7927)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java

    r5371 r5395  
    446446        int maxLineLength;
    447447        boolean lines;
    448         if (this.isLocalFile) {
     448        if (!this.data.fromServer) {
    449449            maxLineLength = Main.pref.getInteger("draw.rawgps.max-line-length.local", spec, -1);
    450450            lines = Main.pref.getBoolean("draw.rawgps.lines.local", spec, true);
Note: See TracChangeset for help on using the changeset viewer.