#7976 closed enhancement (fixed)
Get downloaded gpx areas
Reported by: | Gnonthgol | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | 14.09 |
Component: | Core | Version: | |
Keywords: | gpx | Cc: | Don-vip, skyper |
Description
For OsmDataLayer it is possible to get all the Bounds that have been downloaded from the server. This is used in the continuous download plugin to not download the same are multiple times.
GpxLayer does not give you this information because it is merging all GpxData objects into a single object. That prevents the plugin from doing continuous download of gpx traces like it does for osm data. This feature is the most requested feature by #7808 and #7972 .
Attachments (0)
Change History (6)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Cc: | added |
---|
comment:3 by , 10 years ago
Milestone: | → 14.09 |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 10 years ago
I'm guessing this will also affect notes once they go live in core. I would rather not touch that right now since I'm about to submit another big patch. But I'll put it on my to-do list to go back and look at this.
comment:6 by , 10 years ago
this is entirely optional, no problem. Just make sure the code compiles ;)
In 7575/josm: