# 底图切换

<sm-web-map server-url="https://iportal.supermap.io/iportal/" map-id="801571284">
  <sm-base-layer-switcher position="bottom-right" :layers="layers" />
</sm-web-map>

# Attributes

参数 说明 类型 可选值 默认值
layers 底图列表 Array<LayerItem> - -
defaultLayer 默认底图的唯一标识 string string -
baseLayerInfo 原始底图信息 BaseLayerInfo boolean true

支持主题混入参数Control 混入参数

# LayerItem

参数 说明 类型 是否必填
id 底图唯一标识 string
title 底图名称 string
layers MapboxGL 图层 Array<Layers (opens new window)>
sources MapboxGL 数据源 Array<Sources (opens new window)>
thumbnail 底图缩略图 string

# BaseLayerInfo

参数 说明 类型 是否必填
show 显示原底图 boolean
title 底图名称 string
thumbnail 底图缩略图 string
最后更新时间: 2025/8/15 下午5:49:19