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

Method getEpsgCodeWKT

src/common/mapping/WebMapV2.js:2974–2979  ·  view source on GitHub ↗
(projectionUrl, options)

Source from the content-addressed store, hash-verified

2972 }
2973
2974 getEpsgCodeWKT(projectionUrl, options) {
2975 if (!projectionUrl) {
2976 return;
2977 }
2978 return this._fetchRequest(projectionUrl, 'text', options);
2979 }
2980
2981 getBounds(baseUrl, options) {
2982 if (!baseUrl) {

Callers 1

_registerMapCRSMethod · 0.95

Calls 1

_fetchRequestMethod · 0.95

Tested by

no test coverage detected