dymaptic / GeoBlazor

Core Components for the Dymaptic GeoBlazor Library
MIT License
109 stars 19 forks source link

FeatureLayer AddEdits support for large graphic sets #281

Closed TimPurdum closed 11 months ago

TimPurdum commented 11 months ago

Currently, GraphicsLayers are built to support large sets of graphics by using Protobuf serialization and data chunking. However, this was not implemented with FeatureLayer.ApplyEdits, which still uses JSON serialization and no chunking.

Update FeatureLayer.ApplyEdits to use the protobuf serialization and chunking to support large data sets.