Changeset 5395 in josm for trunk/src/org/openstreetmap/josm/gui
- Timestamp:
- 2012-08-05T12:37:29+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java
r5371 r5395 446 446 int maxLineLength; 447 447 boolean lines; 448 if ( this.isLocalFile) {448 if (!this.data.fromServer) { 449 449 maxLineLength = Main.pref.getInteger("draw.rawgps.max-line-length.local", spec, -1); 450 450 lines = Main.pref.getBoolean("draw.rawgps.lines.local", spec, true);
Note:
See TracChangeset
for help on using the changeset viewer.