Better documentation of the zIndex default

This commit is contained in:
ahocevar
2018-08-15 11:24:29 +02:00
parent 8ab1589f9a
commit 161c5b0105

View File

@@ -14,7 +14,9 @@ import {assign} from '../obj.js';
* @property {module:ol/extent~Extent} [extent] The bounding extent for layer rendering. The layer will not be
* rendered outside of this extent.
* @property {number} [zIndex] The z-index for layer rendering. At rendering time, the layers
* will be ordered, first by Z-index and then by position. When undefined, a zIndex of 0 is assumed.
* will be ordered, first by Z-index and then by position. When `undefined`, a `zIndex` of 0 is assumed
* for layers that are added to the map's `layers` collection, or `Infinity` when the layer's `setMap()`
* method was used.
* @property {number} [minResolution] The minimum resolution (inclusive) at which this layer will be
* visible.
* @property {number} [maxResolution] The maximum resolution (exclusive) below which this layer will