Allow custom tileGrid in ol.source.XYZ
This commit is contained in:
@@ -5358,6 +5358,7 @@ olx.source.WMTSOptions.prototype.wrapX;
|
||||
* projection: ol.proj.ProjectionLike,
|
||||
* maxZoom: (number|undefined),
|
||||
* minZoom: (number|undefined),
|
||||
* tileGrid: (ol.tilegrid.TileGrid|undefined),
|
||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined),
|
||||
* tilePixelRatio: (number|undefined),
|
||||
* tileSize: (number|ol.Size|undefined),
|
||||
@@ -5422,6 +5423,14 @@ olx.source.XYZOptions.prototype.maxZoom;
|
||||
olx.source.XYZOptions.prototype.minZoom;
|
||||
|
||||
|
||||
/**
|
||||
* Tile grid.
|
||||
* @type {ol.tilegrid.TileGrid}
|
||||
* @api
|
||||
*/
|
||||
olx.source.XYZOptions.prototype.tileGrid;
|
||||
|
||||
|
||||
/**
|
||||
* Optional function to load a tile given a URL.
|
||||
* @type {ol.TileLoadFunctionType|undefined}
|
||||
|
||||
Reference in New Issue
Block a user