Modify ↓
Opened 8 years ago
Closed 8 years ago
#13078 closed enhancement (fixed)
[Patch] Add new listener that fires before first layer is added and after last one is removed.
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.06 |
Component: | Core | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
Add a new LayerAvailabilityListener
It makes code for the MainPanel simplier and more robust.
Attachments (2)
Change History (7)
by , 8 years ago
Attachment: | patch-mapview-add-layer-presence-event.patch added |
---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Milestone: | 16.07 → 16.06 |
---|
by , 8 years ago
Attachment: | patch-mapview-add-layer-presence-event-2.patch added |
---|
Note:
See TracTickets
for help on using tickets.
... also fixes cleaning up before the
testTicket12531
test case and makes it pass.