InterpolateHeatmapLayer
InterpolateHeatmapLayer copied to clipboard
how are calculated values past to valueToColor ?
The documentation says
valueToColor: ...The function must be named valueToColor with a float parameter (which will take values between 0 and 1)..
How are my values converted from integers (in my case) to floats between 0 and 1 ?