# 等级符号专题图
<sm-web-map :map-options="mapOptions" @load="mapIsLoaded">
<sm-ranksymbol-theme-layer
:options="themeOptions"
:data="features"
layer-name="RankSymbolThemeLayer"
charts-type="Circle"
@load="layerLoaded"
>
</sm-ranksymbol-theme-layer>
</sm-web-map>
# Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
layerName | 图层名 | string | - | - |
symbolType | 符号类型 | string | 'Bar' | 'Line' | 'Pie' | 'Circle' | 'Circle' |
options | 图层可选参数,参照 SuperMap iClient API | object | - | - |
data | 图层要素数据 | mapboxgl.supermap.ThemeFeature | SuperMap.ServerFeature | - | - |
# Events
name | 说明 | 回调参数 |
---|---|---|
load | 图层加载完成事件 | 关联的 map |