#3247 closed defect (fixed)
Calculation for "Download along track" takes too long
| Reported by: | stoecker | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | DownloadAlongTrack | |
| Cc: |
Description
Either the calculations for downloading along a track need to speed up or a progress report must be added.
Attachments (0)
Change History (5)
comment:1 Changed 4 years ago by plaicy
- Keywords DownloadAlongTrack added
comment:2 Changed 4 years ago by Gubaer
- Owner changed from team to stoecker
- Status changed from new to needinfo
comment:3 Changed 4 years ago by stoecker
- Owner changed from stoecker to team
- Status changed from needinfo to new
Do a 50m/1sq km for a 100/200 km track and calculation takes 10-30 seconds before the number of downloads pops up.
comment:4 Changed 22 months ago by xeen
- Resolution set to fixed
- Status changed from new to closed
In [4323/josm]:
comment:5 Changed 22 months ago by xeen
It's only guessed how long the calulation will take. If you have a GPX file which takes long (> 1 second) to compute but doesn't show a progress bar, please attach it to this ticket with the download-along-settings used, so the threshold to show the progress bar can be fine tuned.



The calculation is quite fast, the message box which informs about the number of downloads required pops up almost instantantly. Then the download of the download areas runs asynchronously, a PleaseWaitDialog shows the progress and the whole task can be cancelled.
Can you be more specific? What's the problem? Or is this solved in the meantime?