VGeoSource

GeoSource 数据源组件。

<v-geo-source
  id="geo-source-id"
  :data="animate"
  :coordinates="coordinates"
/>

例子

渲染点

渲染 v-geo-source 组件

渲染线

渲染 v-geo-source 组件

渲染面

渲染 v-geo-source 组件

渲染聚合

渲染 v-geo-source 组件

属性

属性必选类型描述
idstring数据源 ID
attributionstring归属信息
buffernumber缓冲区大小,0~512 之间,默认 128
clusterboolean是否聚合,默认 false
clusterMaxZoomnumber聚合最大缩放
clusterMinPointsnumber聚合需要最少点数量,默认 2
clusterPropertiesobject聚合属性
clusterRadiusnumber聚合半径,默认 50
filterexpression过滤规则
generateIdboolean是否自动生成 feature.id,默认 false
lineMetricsboolean是否计算线距离度量,默认 false
maxzoomnumber最大缩放,默认 18
promoteIdPromoteIdSpecification用作 feature id 的属性
tolerancenumberDouglas-Peucker 简化容差,默认 0.375

想要更多信息请访问 mapbox 官网, 查看open in new window

Last Updated:
Contributors: timeroute, chinesejar