We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80af2a commit a7b9af4Copy full SHA for a7b9af4
src/leaflet/mapping/ImageMapLayer.js
@@ -33,7 +33,7 @@ import Attributions from '../core/Attributions'
33
* @param {string} [options.tileProxy] - 启用托管地址。
34
* @param {string} [options.format='png'] - 瓦片表述类型,支持 "png" 、"bmp" 、"jpg" 和 "gif" 四种表述类型。
35
* @param {string} [options.attribution='Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' title='SuperMap iServer' target='_blank'>SuperMap iServer</a></span>'] - 版权信息。
36
-
+ */
37
export var ImageMapLayer = Layer.extend({
38
39
options: {
0 commit comments