GeoJSONSourceDiff
定义于: src/source/geojson_source_diff.ts:9
GeoJSONSourceDiff =
object
GeoJSON数据源差异对象
属性
add?
可选
add:GeoJSON.Feature
[]
定义于: src/source/geojson_source_diff.ts:21
要添加的要素数组
remove?
可选
remove: GeoJSONFeatureId[]
定义于: src/source/geojson_source_diff.ts:17
要删除的要素ID数组
removeAll?
可选
removeAll:boolean
定义于: src/source/geojson_source_diff.ts:13
设置为true
时将移除所有要素
update?
可选
update: GeoJSONFeatureDiff[]
定义于: src/source/geojson_source_diff.ts:25
更新对象数组