Module type for ol.Extent

This commit is contained in:
Frederic Junod
2018-03-26 10:38:55 +02:00
parent 423326ffc0
commit 1cad0c665f
8 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ import {assign} from '../obj.js';
* @typedef {Object} Options
* @property {number} [opacity=1] Opacity (0, 1).
* @property {boolean} [visible=true] Visibility.
* @property {ol.Extent} [extent] The bounding extent for layer rendering. The layer will not be
* @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=0] The z-index for layer rendering. At rendering time, the layers
* will be ordered, first by Z-index and then by position.