# 图例
<sm-web-map server-url="https://iportal.supermap.io/iportal/" map-id="801571284">
<sm-legend :layer-names="['RANGE-民航数据CSV-0']" position="bottom-left"></sm-legend>
</sm-web-map>
# Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
layerNames | 显示图例的图层名 | string[] | - | - |
mode | 图例样式 | string | 'simple' | 'panel' | 'simple' |
isShowTitle | 是否显示图层名 | boolean | - | false |
isShowField | 是否显示图层专题字段 | boolean | - | false |
position | 控件添加到地图上的位置。添加为地图的子组件(slot (opens new window))时生效 | string | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'bottom-left' |
iconClass | 收缩按钮的 Font class 类 | string | - | 'sm-components-icon-list' |
headerName | 标题名 | string | - | '图例' |