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

Method set

test/tool/mock_mapboxgl_map.js:491–495  ·  view source on GitHub ↗
(crs)

Source from the content-addressed store, hash-verified

489 }
490
491 static set(crs) {
492 const key = crs.getEpsgCode().replace(':', '').toUpperCase();
493 keyCache.push(key);
494 CRS[key] = crs;
495 }
496}
497CRS.defaultWKTs = {
498 'EPSG:4490':

Callers 15

karma.conf.jsFile · 0.45
MapExtendSpec.jsFile · 0.45
olms.jsFile · 0.45
RFunction · 0.45
VectorSpec.jsFile · 0.45
successCallbackFunction · 0.45
constructorMethod · 0.45
xtFunction · 0.45
pFunction · 0.45
mapbox-gl.jsFile · 0.45
NFunction · 0.45
qFunction · 0.45

Calls 2

pushMethod · 0.80
getEpsgCodeMethod · 0.45

Tested by

no test coverage detected