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

Function crs

src/leaflet/core/Proj4Leaflet.js:339–341  ·  view source on GitHub ↗
(srsCode, options)

Source from the content-addressed store, hash-verified

337 }
338});
339export var crs = function(srsCode, options) {
340 return new CRS(srsCode, options);
341};
342

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected