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

@@ -51,7 +51,7 @@ describe('ol.layer.Group', function() {
opacity: 1,
saturation: 1,
visible: true,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: Infinity,
@@ -180,7 +180,7 @@ describe('ol.layer.Group', function() {
opacity: 0.5,
saturation: 5,
visible: false,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: 500,
@@ -232,7 +232,7 @@ describe('ol.layer.Group', function() {
opacity: 0.5,
saturation: 5,
visible: false,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: groupExtent,
maxResolution: 500,
@@ -278,7 +278,7 @@ describe('ol.layer.Group', function() {
opacity: 0.3,
saturation: 0.3,
visible: false,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: groupExtent,
maxResolution: 500,
@@ -301,7 +301,7 @@ describe('ol.layer.Group', function() {
opacity: 0,
saturation: 0,
visible: false,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: Infinity,
@@ -322,7 +322,7 @@ describe('ol.layer.Group', function() {
opacity: 1,
saturation: 42,
visible: true,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: Infinity,
@@ -497,7 +497,7 @@ describe('ol.layer.Group', function() {
opacity: 0.25,
saturation: 25,
visible: false,
unmanaged: false,
managed: true,
sourceState: ol.source.State.READY,
extent: undefined,
maxResolution: 150,