MCPcopy
hub / github.com/apache/echarts / isGeoModel

Function isGeoModel

src/component/helper/MapDraw.ts:882–884  ·  view source on GitHub ↗
(mapOrGeoModel: MapOrGeoModel)

Source from the content-addressed store, hash-verified

880}
881
882function isGeoModel(mapOrGeoModel: MapOrGeoModel): mapOrGeoModel is GeoModel {
883 return mapOrGeoModel.mainType === 'geo';
884}
885
886export default MapDraw;
887

Callers 5

drawMethod · 0.85
_buildGeoJSONMethod · 0.85
_enableBlurEntireSVGMethod · 0.85
resetLabelForRegionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…