Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ isPlaneProjection
Function
isPlaneProjection
src/common/iServer/InitMapServiceBase.js:98–100 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
96
* @returns {boolean}
97
*/
98
export
function
isPlaneProjection(
type
) {
99
return
type
===
'PCS_NON_EARTH'
;
100
}
101
102
/**
103
* @
function
getEpsgCode
Callers
5
initMap
Function · 0.90
initMap
Function · 0.90
crsFromMapJSON
Function · 0.90
initMap
Function · 0.90
initMap
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected