Module type for ol.Extent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user