Add 'unmanaged' to ol.layer.LayerState

This commit is contained in:
Andreas Hocevar
2015-06-11 10:17:11 +02:00
parent 4aa3ef59d5
commit 5a2a7d30e6
3 changed files with 14 additions and 0 deletions

View File

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