MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / _getSettingCustom

Method _getSettingCustom

src/common/mapping/WebMapV3.js:1124–1127  ·  view source on GitHub ↗
(setting)

Source from the content-addressed store, hash-verified

1122 }
1123
1124 _getSettingCustom(setting) {
1125 const { value, values } = setting;
1126 return this._isLinear(setting) ? value : values;
1127 }
1128
1129 _getSettingInterpolateInfo(setting) {
1130 const { interpolateInfo = {} } = setting;

Callers 1

Calls 1

_isLinearMethod · 0.95

Tested by

no test coverage detected