Module type for ol.Extent
This commit is contained in:
@@ -12,7 +12,7 @@ import {assign} from '../obj.js';
|
|||||||
* @typedef {Object} Options
|
* @typedef {Object} Options
|
||||||
* @property {number} [opacity=1] Opacity (0, 1).
|
* @property {number} [opacity=1] Opacity (0, 1).
|
||||||
* @property {boolean} [visible=true] Visibility.
|
* @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.
|
* rendered outside of this extent.
|
||||||
* @property {number} [zIndex=0] The z-index for layer rendering. At rendering time, the layers
|
* @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.
|
* will be ordered, first by Z-index and then by position.
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import SourceState from '../source/State.js';
|
|||||||
* @typedef {Object} Options
|
* @typedef {Object} Options
|
||||||
* @property {number} [opacity=1] Opacity (0, 1).
|
* @property {number} [opacity=1] Opacity (0, 1).
|
||||||
* @property {boolean} [visible=true] Visibility.
|
* @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.
|
* rendered outside of this extent.
|
||||||
* @property {number} [zIndex=0] The z-index for layer rendering. At rendering time, the layers
|
* @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.
|
* will be ordered, first by Z-index and then by position.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import Style from '../style/Style.js';
|
|||||||
* @typedef {Object} Options
|
* @typedef {Object} Options
|
||||||
* @property {number} [opacity=1] Opacity (0, 1).
|
* @property {number} [opacity=1] Opacity (0, 1).
|
||||||
* @property {boolean} [visible=true] Visibility.
|
* @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.
|
* rendered outside of this extent.
|
||||||
* @property {number} [zIndex=0] The z-index for layer rendering. At rendering time, the layers
|
* @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.
|
* will be ordered, first by Z-index and then by position.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import Layer from '../layer/Layer.js';
|
|||||||
* @typedef {Object} Options
|
* @typedef {Object} Options
|
||||||
* @property {number} [opacity=1] Opacity (0, 1).
|
* @property {number} [opacity=1] Opacity (0, 1).
|
||||||
* @property {boolean} [visible=true] Visibility.
|
* @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.
|
* rendered outside of this extent.
|
||||||
* @property {number} [zIndex=0] The z-index for layer rendering. At rendering time, the layers
|
* @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.
|
* will be ordered, first by Z-index and then by position.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import SourceState from '../source/State.js';
|
|||||||
* @typedef {Object} Options
|
* @typedef {Object} Options
|
||||||
* @property {number} [opacity=1] Opacity (0, 1).
|
* @property {number} [opacity=1] Opacity (0, 1).
|
||||||
* @property {boolean} [visible=true] Visibility.
|
* @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.
|
* rendered outside of this extent.
|
||||||
* @property {number} [zIndex=0] The z-index for layer rendering. At rendering time, the layers
|
* @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.
|
* will be ordered, first by Z-index and then by position.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import {assign} from '../obj.js';
|
|||||||
* @typedef {Object} Options
|
* @typedef {Object} Options
|
||||||
* @property {number} [opacity=1] Opacity (0, 1).
|
* @property {number} [opacity=1] Opacity (0, 1).
|
||||||
* @property {boolean} [visible=true] Visibility.
|
* @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.
|
* rendered outside of this extent.
|
||||||
* @property {number} [zIndex=0] The z-index for layer rendering. At rendering time, the layers
|
* @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.
|
* will be ordered, first by Z-index and then by position.
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import {createDefaultStyle, toFunction as toStyleFunction} from '../style/Style.
|
|||||||
* @typedef {Object} Options
|
* @typedef {Object} Options
|
||||||
* @property {number} [opacity=1] Opacity (0, 1).
|
* @property {number} [opacity=1] Opacity (0, 1).
|
||||||
* @property {boolean} [visible=true] Visibility.
|
* @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.
|
* rendered outside of this extent.
|
||||||
* @property {number} [zIndex=0] The z-index for layer rendering. At rendering time, the layers
|
* @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.
|
* will be ordered, first by Z-index and then by position.
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import {assign} from '../obj.js';
|
|||||||
* @typedef {Object} Options
|
* @typedef {Object} Options
|
||||||
* @property {number} [opacity=1] Opacity (0, 1).
|
* @property {number} [opacity=1] Opacity (0, 1).
|
||||||
* @property {boolean} [visible=true] Visibility.
|
* @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.
|
* rendered outside of this extent.
|
||||||
* @property {number} [zIndex=0] The z-index for layer rendering. At rendering time, the layers
|
* @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.
|
* will be ordered, first by Z-index and then by position.
|
||||||
|
|||||||
Reference in New Issue
Block a user