Module type for ol.Extent

This commit is contained in:
Frederic Junod
2018-04-19 15:41:27 +02:00
parent f0da3c7ef0
commit 32713ff824
4 changed files with 4 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ CustomTile.prototype.getImage = function() {
* used instead of defining each one separately in the `urls` option.
* @property {string} [tierSizeCalculation] Tier size calculation method: `default` or `truncated`.
* @property {ol.Size} [size] Size of the image.
* @property {ol.Extent} [extent] Extent for the TileGrid that is created.
* @property {module:ol/extent~Extent} [extent] Extent for the TileGrid that is created.
* Default sets the TileGrid in the
* fourth quadrant, meaning extent is `[0, -height, width, 0]`. To change the
* extent to the first quadrant (the default for OpenLayers 2) set the extent