Add missing logo option
This commit is contained in:
@@ -603,6 +603,7 @@
|
|||||||
* @property {ol.Extent|undefined} extent Extent.
|
* @property {ol.Extent|undefined} extent Extent.
|
||||||
* @property {ol.source.WMSGetFeatureInfoOptions|undefined}
|
* @property {ol.source.WMSGetFeatureInfoOptions|undefined}
|
||||||
* getFeatureInfoOptions Options for GetFeatureInfo.
|
* getFeatureInfoOptions Options for GetFeatureInfo.
|
||||||
|
* @property {string|undefined} logo Logo.
|
||||||
* @property {ol.tilegrid.TileGrid|undefined} tileGrid Tile grid.
|
* @property {ol.tilegrid.TileGrid|undefined} tileGrid Tile grid.
|
||||||
* @property {number|undefined} maxZoom Maximum zoom.
|
* @property {number|undefined} maxZoom Maximum zoom.
|
||||||
* @property {ol.proj.ProjectionLike} projection Projection.
|
* @property {ol.proj.ProjectionLike} projection Projection.
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ ol.source.TileWMS = function(options) {
|
|||||||
attributions: options.attributions,
|
attributions: options.attributions,
|
||||||
crossOrigin: options.crossOrigin,
|
crossOrigin: options.crossOrigin,
|
||||||
extent: extent,
|
extent: extent,
|
||||||
|
logo: options.logo,
|
||||||
tileGrid: options.tileGrid,
|
tileGrid: options.tileGrid,
|
||||||
opaque: !transparent,
|
opaque: !transparent,
|
||||||
projection: options.projection,
|
projection: options.projection,
|
||||||
|
|||||||
Reference in New Issue
Block a user