Merge pull request #647 from fredj/wmts.projection

Change ol.source.WMTSOptions.projection type to ol.ProjectionLike
This commit is contained in:
Frédéric Junod
2013-04-23 05:15:47 -07:00

View File

@@ -338,7 +338,7 @@
* requeests.
* @property {ol.Extent|undefined} extent Extent.
* @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
* encoding.
* @property {string} layer Layer.