- Timestamp:
- 2019-03-10T17:08:15+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/gpx/DownloadAlongTrackAction.java
r14868 r14872 101 101 final int totalTicks = latcnt; 102 102 // guess if a progress bar might be useful. 103 final boolean displayProgress = totalTicks > 2000 && bufferY < 0.01;103 final boolean displayProgress = totalTicks > 200000 && bufferY < 0.01; 104 104 105 105 class CalculateDownloadArea extends PleaseWaitRunnable {
Note:
See TracChangeset
for help on using the changeset viewer.