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

Method _transStyleKeys

src/common/mapping/WebMapV3.js:823–825  ·  view source on GitHub ↗
(renderType, keys)

Source from the content-addressed store, hash-verified

821 }
822
823 _transStyleKeys(renderType, keys) {
824 return keys.map((key) => this._getAliasKey(renderType, key));
825 }
826
827 _transStyleSetting(renderType, styleSetting) {
828 for (const key in styleSetting) {

Callers 1

Calls 2

_getAliasKeyMethod · 0.95
mapMethod · 0.80

Tested by

no test coverage detected