L.supermap.cloudTileLayer(url, options)
leaflet/mapping/CloudTileLayer.js, line 8
Name | Type | Default | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string | 'http://t2.dituhui.com/FileService/image?map={mapName}&type={type}&x={x}&y={y}&z={z}' |
可选
服务地址。 |
||||||||||||||||||||||||
options |
Object |
图层可选参数。
|
Extends
Members
-
optionsstring
-
地图名称。
- Default Value: 'quanguo'
typestring
地图投影。
Methods
-
getTileUrl(coords){string}
leaflet/mapping/CloudTileLayer.js, line 48 -
获取切片地址。
Name Type Description coords
Object 行列号。
Returns:
Type Description string 切片地址。