Opened 16 years ago
Closed 16 years ago
#2404 closed defect (fixed)
[PATCH] "Update Data" menu option adds a duplicate Bounds element to a saved .OSM file
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | osm@… |
Description
"Update Data" menu option adds a duplicate Bounds element to a saved .OSM file
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | 20090413-improve-update-download.diff added |
---|
comment:1 by , 16 years ago
Cc: | added |
---|---|
Summary: | "Update Data" menu option adds a duplicate Bounds element to a saved .OSM file → [PATCH] "Update Data" menu option adds a duplicate Bounds element to a saved .OSM file |
I have a patch that will only download the required bboxes, rather than claiming to download empty ones, thus making it more efficient. It doesn't solve the underlying problem of multiple bounds elements.
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r1558 by modifying the layer merge behaviour, and thus fixing the underlying problem. However if you load existing files with multiple <bounds> elements you will still see multiple downloads - fix them by hand once and you should be fine from then on.
Patch that improves one of the symptoms of this problem, but doesn't fix it