MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / cloudTileLayer

Function cloudTileLayer

src/leaflet/mapping/CloudTileLayer.js:67–69  ·  view source on GitHub ↗
(url, options)

Source from the content-addressed store, hash-verified

65 }
66});
67export var cloudTileLayer = function (url, options) {
68 return new CloudTileLayer(url, options);
69};

Callers 1

WebMap.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected