L.supermap.imageMapLayer(url, options)
Name | Type | Description |
---|---|---|
url |
string |
影像图层地址 |
options |
Object |
影像图层可选参数。如: |
Example
L.superMap.imageMapLayer(url).addTo(map);
Extends
Methods
-
getTileUrl(coords){String}
leaflet/mapping/ImageMapLayer.js, line 71 -
根据行列号获取切片地址
Name Type Description coords
Object 行列号
Returns:
Type Description String 切片地址