Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
_createWebMapFactory
Method · 0.45
_getWMSUrl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected