Rename ol.source.WMTSRequestEncoding to ol.source.WMTS.RequestEncoding

This commit is contained in:
Frederic Junod
2016-08-29 12:52:35 +02:00
committed by Tim Schaub
parent 8b3536fc85
commit 0b2d183009
3 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -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;