Inherit layer group zIndex

This commit is contained in:
Maximilian Krög
2021-05-09 00:39:53 +02:00
parent d52497a722
commit de4a93709a
4 changed files with 91 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ describe('ol.layer.Layer', function () {
managed: true,
sourceState: 'ready',
extent: undefined,
zIndex: 0,
zIndex: undefined,
maxResolution: Infinity,
minResolution: 0,
minZoom: -Infinity,