Changes between Initial Version and Version 1 of Ticket #12981, comment 2


Ignore:
Timestamp:
2016-06-17T11:09:37+02:00 (9 years ago)
Author:
michael2402

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12981, comment 2

    initial v1  
    11I'll have a look into it.
    22
     3Cause: MapView is now initialized in the layerAdded() of the first layer. This means that adding a layer change listener then will make you lose the first layer.
     4
    35While doing that, I would like to change that plugin to make the filter button only depend on the active layer. Whenever the active layer is null, the filter button can be removed. This only happens if there are no layers that can be active. That way we have a clean state.