Opened 15 years ago
Closed 5 years ago
#4919 closed enhancement (fixed)
Optimize download along GPX track
Reported by: | !i! | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 19.04 |
Component: | Core | Version: | |
Keywords: | Cc: | malenki |
Description
Show the GPS track even in the small interactive download map. Currently you have to resize the editor window to get a download area that fits only the track.
Attachments (0)
Change History (7)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Right-Click on the GPX track layer (in layer overview) gives you a menu point to download data along GPX track. This should solve your problem much better than your suggestion.
comment:3 by , 15 years ago
Well the download algorithm doesn't work fine. More than 10 requests are bad and it can't deal with long routes that have a heaye turn (so just one side of an rectangle that could be splitted better in 2 parts. So doing it by hand would be the better way. Therefore I think it's easyer to do this in the preview window.
comment:4 by , 15 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Summary: | GPS track in interactive download map → Optimize download along GPX track |
Well, then instead of adding a very hard to implement feature (what you request is actually overlaying the main layers in download box and this would be a major change) we should optimize the auto-downloader.
Improvements in the calculations are welcome.
comment:5 by , 15 years ago
Would be great. There are big problems if you try to download e.g. a recorded bus route with a lot of turns. IMHO a first good step might be a better dialoge that shows up the resulting areas and a max requests input.
comment:6 by , 5 years ago
I think the requested optimisation was done, see #17551. Can we close this ticket?
comment:7 by , 5 years ago
Milestone: | → 19.04 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Other suggestion: let JOSM jump to an area which encloses the recently opened GPX-track like JOSM does with recently downloaded data.
@OP: starting JOSM from CMD like
$ josm_script path/to/file.gpx
results with in a JOSM whose bbox encloses the latest opened GPX-track.