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

Method getCRS

src/mapboxgl/mapping/webmap/CRSManager.js:25–27  ·  view source on GitHub ↗
(epsgCode)

Source from the content-addressed store, hash-verified

23 }
24
25 getCRS(epsgCode) {
26 return mapboxgl.CRS.get(epsgCode);
27 }
28
29 registerCRS({ name, wkt, extent, unit }, autoRegister = true) {
30 let crs = mapboxgl.CRS.get(name);

Callers 15

WebMapV2Spec.jsFile · 0.45
WebMapSpec.jsFile · 0.45
WebMapV3Spec.jsFile · 0.45
WebMapV2Spec.jsFile · 0.45
WebMapSpec.jsFile · 0.45
WebMapV3Spec.jsFile · 0.45
setCRSMethod · 0.45
isSameProjectionMethod · 0.45
getMapStateMethod · 0.45
_isEPSG3857Method · 0.45
getDefaultExtentMethod · 0.45
_registerMapCRSMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected