I am using dash-leaflet and adding things to the map using GeoJSON in python. I am adding a lot of objects (100-ish) objects often. The objects are almost entirely the same list, with only a few things added or removed each run. As of now, I only know how to send the entire list of features at once. How do I add / remove specific objects while keeping everything else.
Asked
Active
Viewed 57 times
1 Answers
0
I believe that the recent introduction of partial property updates might be possible approach to address the problem.

emher
- 5,634
- 1
- 21
- 32