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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12981, comment 2

    v1 v2  
    11I'll have a look into it.
    22
    3 Cause: 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.
     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. This is no problem when using the layer manager but I'll add a fix so that listeners to the map view show the old behavior.
    44
    55While 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.