L.supermap.wmtsLayer(url, options)
TileLayer.WMTS.js, line 4
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
The url of WMTS layer |
||||||||||||||||||||||||||||||||||||||||
options |
Object |
The optinal parameters of WMTS layer.
|
Extends
Methods
-
getTileUrl(coords){string}
TileLayer.WMTS.js, line 61 -
Get the URL of the tile according to ranks number.
Name Type Description coords
Object Ranks number.
Returns:
Type Description string The URL of the tile.