Modify ↓
Opened 7 years ago
Closed 7 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)
Changed 7 years ago by
Attachment: | patch-mapview-add-layer-presence-event.patch added |
---|
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Milestone: | 16.07 → 16.06 |
---|
Changed 7 years ago by
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.