Use 'managed' instead of 'unmanaged' in LayerState

This commit is contained in:
Andreas Hocevar
2015-06-11 18:34:20 +02:00
parent 07d5211e30
commit 817370a65b
7 changed files with 19 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ describe('ol.layer.Layer', function() {
opacity: 1,
saturation: 1,
visible: true,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: Infinity,
@@ -108,7 +108,7 @@ describe('ol.layer.Layer', function() {
opacity: 0.5,
saturation: 5,
visible: false,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: 500,
@@ -202,7 +202,7 @@ describe('ol.layer.Layer', function() {
opacity: 0.3,
saturation: 0.3,
visible: false,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: 500,
@@ -225,7 +225,7 @@ describe('ol.layer.Layer', function() {
opacity: 0,
saturation: 0,
visible: false,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: Infinity,
@@ -246,7 +246,7 @@ describe('ol.layer.Layer', function() {
opacity: 1,
saturation: 42,
visible: true,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: Infinity,