GeoJSONSourceDiff
GeoJSONSourceDiff =
object
Defined in: src/source/geojson_source_diff.ts:9
The geojson source diff object
Properties
add?
optionaladd:GeoJSON.Feature[]
Defined in: src/source/geojson_source_diff.ts:21
An array of features to add
remove?
optionalremove:GeoJSONFeatureId[]
Defined in: src/source/geojson_source_diff.ts:17
An array of features IDs to remove
removeAll?
optionalremoveAll:boolean
Defined in: src/source/geojson_source_diff.ts:13
When set to true it will remove all features
update?
optionalupdate:GeoJSONFeatureDiff[]
Defined in: src/source/geojson_source_diff.ts:25
An array of update objects