# GeoJSON 图层
<sm-web-map :map-options="mapOptions">
<sm-geojson-layer :layer-style="layerStyle" :data="data"></sm-geojson-layer>
</sm-web-map>
# Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
data | 图层数据(支持传入 GeoJSON 数据或可访问 GeoJSON 资源的 url) | GeoJSON (opens new window) | string | - | - |
layerStyle | 图层样式 | CircleStyle | LineStyle | FillStyle | - | - |
支持 Layer 混入参数