#10811 closed defect (fixed)
[PATCH] Handle GeoImageLayer thumbnail load status during layer merge
| Reported by: | holgermappt | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 14.12 |
| Component: | Core image mapping | Version: | |
| Keywords: | Cc: |
Description
Hi,
This patch fixes a problem if a GeoImageLayer without loaded thumbnails is merged with a layer with thumbnails loaded. Right now the thumbnail load status is true which is wrong for the images of the merged layer (file GeoImageLayer.java). To avoid to load a thumbnail a second time the thumbnail loader checks for loaded thumbnails (file ThumbsLoader.java).
Note: I used thumbsLoaded of the other layer directly. Depending on the class interface policy it might be necessary to do that with a getter. Is there such a policy?
Holger
Attachments (1)
Change History (4)
by , 11 years ago
| Attachment: | GeoImageLayer_merge_thumbsLoaded.patch added |
|---|
comment:1 by , 11 years ago
| Milestone: | → 14.12 |
|---|
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |



In 7784/josm: