Rename ol.source.WMTSRequestEncoding to ol.source.WMTS.RequestEncoding
This commit is contained in:
committed by
Tim Schaub
parent
8b3536fc85
commit
0b2d183009
+2
-2
@@ -5985,7 +5985,7 @@ olx.source.VectorOptions.prototype.wrapX;
|
||||
* tileGrid: ol.tilegrid.WMTS,
|
||||
* projection: ol.ProjectionLike,
|
||||
* reprojectionErrorThreshold: (number|undefined),
|
||||
* requestEncoding: (ol.source.WMTSRequestEncoding|string|undefined),
|
||||
* requestEncoding: (ol.source.WMTS.RequestEncoding|string|undefined),
|
||||
* layer: string,
|
||||
* style: string,
|
||||
* tilePixelRatio: (number|undefined),
|
||||
@@ -6067,7 +6067,7 @@ olx.source.WMTSOptions.prototype.reprojectionErrorThreshold;
|
||||
|
||||
/**
|
||||
* Request encoding. Default is `KVP`.
|
||||
* @type {ol.source.WMTSRequestEncoding|string|undefined}
|
||||
* @type {ol.source.WMTS.RequestEncoding|string|undefined}
|
||||
* @api stable
|
||||
*/
|
||||
olx.source.WMTSOptions.prototype.requestEncoding;
|
||||
|
||||
Reference in New Issue
Block a user