new ol.supermap.control.Logo(options)
openlayers/control/Logo.js, line 7
Name | Type | Description |
---|---|---|
options |
Object |
logo控件配置项。配置项有如下: imageUrl - {string} logo图片地址。 width - {number} logo图片宽。 height - {number} logo图片高。 link - {string} 跳转链接。 alt - {string} logo图片失效时显示文本。 |
Example
var control = new ol.supermap.control.Logo();
map.addControl(control);