You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I consider these lines very context-specific and not valid in general.
L305: Original value should be used, even if it is undefined or null.
L419: All 0 values will be considered as 1? Using non-processed original will do in general case.
L476: Not sure what to do here, remove || 0 from min-part or make something similar within max-part.
All those repeat in HeatmapImageryProvider.js.
The text was updated successfully, but these errors were encountered:
CesiumHeatmap/CesiumHeatmap.js
Line 305 in 898d286
CesiumHeatmap/CesiumHeatmap.js
Line 419 in 898d286
CesiumHeatmap/CesiumHeatmap.js
Line 476 in 898d286
I consider these lines very context-specific and not valid in general.
L305: Original value should be used, even if it is
undefined
ornull
.L419: All
0
values will be considered as1
? Using non-processed original will do in general case.L476: Not sure what to do here, remove
|| 0
frommin
-part or make something similar withinmax
-part.All those repeat in HeatmapImageryProvider.js.
The text was updated successfully, but these errors were encountered: