L.supermap.ImageTileLayer(url, options)
leaflet/mapping/ImageTileLayer.js, line 9
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
地图服务地址,例如: http://{ip}:{port}/iserver/{imageservice-imageserviceName}/restjsr/ |
||||||||||||||||||||||||||||||||||||||||||||||||
options |
Object |
参数。
|
- Version:
- 10.2.0
Example
L.supermap.ImageTileLayer(url,{collectionId:'xxx'}).addTo(map);
Extends
Methods
-
getTileUrl(coords){string}
leaflet/mapping/ImageTileLayer.js, line 64 -
根据行列号获取瓦片地址。
Name Type Description coords
Object 行列号。
Returns:
Type Description string 瓦片地址。