Closed jeffreykemp closed 5 years ago
Regression introduced in v1.0 - when rendered as a heatmap, the weight data is converted to either 0 or 1.
Also, reduce data volume by sending data as arrays (triples) instead of structs.
used the least function, should have used greatest(weight,1) to get rid of negative/zero values
least
greatest(weight,1)
Regression introduced in v1.0 - when rendered as a heatmap, the weight data is converted to either 0 or 1.
Also, reduce data volume by sending data as arrays (triples) instead of structs.