Change ol.source.WMTSOptions.projection type to ol.ProjectionLike
Same type as base class.
This commit is contained in:
@@ -338,7 +338,7 @@
|
|||||||
* requeests.
|
* requeests.
|
||||||
* @property {ol.Extent|undefined} extent Extent.
|
* @property {ol.Extent|undefined} extent Extent.
|
||||||
* @property {ol.tilegrid.WMTS} tileGrid Tile grid.
|
* @property {ol.tilegrid.WMTS} tileGrid Tile grid.
|
||||||
* @property {ol.Projection|undefined} projection Projection.
|
* @property {ol.ProjectionLike} projection Projection.
|
||||||
* @property {ol.source.WMTSRequestEncoding|undefined} requestEncoding Request
|
* @property {ol.source.WMTSRequestEncoding|undefined} requestEncoding Request
|
||||||
* encoding.
|
* encoding.
|
||||||
* @property {string} layer Layer.
|
* @property {string} layer Layer.
|
||||||
|
|||||||
Reference in New Issue
Block a user