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

Method getProj4

src/mapboxgl/mapping/webmap/CRSManager.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 getProj4() {
22 return this.proj4 || mapboxgl.proj4;
23 }
24
25 getCRS(epsgCode) {
26 return mapboxgl.CRS.get(epsgCode);

Callers 3

constructorMethod · 0.95
_createWebMapFactoryMethod · 0.45
_getWMSUrlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected