MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / imageTileLayer

Function imageTileLayer

src/leaflet/mapping/ImageTileLayer.js:130–132  ·  view source on GitHub ↗
(url, options)

Source from the content-addressed store, hash-verified

128});
129
130export var imageTileLayer = function (url, options) {
131 return new ImageTileLayer(url, options);
132};
133

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected