Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
WebMapSpec.js
File · 0.45
WebMapV3Spec.js
File · 0.45
WebMapV2Spec.js
File · 0.45
WebMapSpec.js
File · 0.45
WebMapV3Spec.js
File · 0.45
setCRS
Method · 0.45
isSameProjection
Method · 0.45
getMapState
Method · 0.45
_isEPSG3857
Method · 0.45
getDefaultExtent
Method · 0.45
_registerMapCRS
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected