Select to view content in your preferred language

Temporal data visualizing differences in non spatial data without "redrawing" - Javascript API

159
0
12-13-2023 07:27 AM
Labels (1)
JayP809
New Contributor
I have about 3000 unique features. Each of those features has about 50 values which I want to use to change the colors of the polylines on the map. I want to prevent redrawing the feature since it's the same spatial geometry just a different value that should control the color.
 
I'm having trouble thinking of the best way to do this. If I filter the features I'm assuming it would cause the features to be. redrawn. If I try to do this using a renderer I worry it will redraw each feature.
 
Appreciate any help and hope I explained it well.
0 Kudos
0 Replies