Modify ↓
#13120 closed enhancement (fixed)
[Patch] Java 8: Use a new memory manager for imagery layers
Reported by: | michael2402 | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | 16.07 |
Component: | Core imagery | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
I added a new class MemoryManager
. It replaces the current mechanism that prevents more imagery layers from being added if no more memory is available.
Instead of displaying a warning, the layer is simply not drawn.
I will rewrite the drawing code the next weeks and re-add that warning as simple text overlay.
Attachments (2)
Change History (6)
by , 9 years ago
Attachment: | patch-memory-manager.patch added |
---|
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
by , 9 years ago
Attachment: | patch-fix-13120.patch added |
---|
Note:
See TracTickets
for help on using tickets.
does not apply cleanly anymore