dfpc-coe / CloudTAK

Full Featured in-browser TAK Client powered by AWS
GNU Affero General Public License v3.0
13 stars 1 forks source link

Conditional Rendering (Stage 1) #266

Closed ingalls closed 2 months ago

ingalls commented 2 months ago

Context

Our last big update was diff based rendering which sped up rendering tremendously as only features that came through the socket would be upserted. This is great until you run into a layer like the lightening layer where large numbers of essentially unchanging features come through the socket and are rendered.

This PR introduces the following:

TODO:

Ref: https://github.com/dfpc-coe/CloudTAK/issues/264