ThinkGeo.com    |     Documentation    |     Premium Support

Assigning colors in Heat Style based on range of values

HI,
How to assign specific color(ARGB) for a given range of values in Heat Style.

Any help will be highly appreciated.

Thanks,
Riyaz

Hi @riyas,

As below is how our Heat Style render the colors.

We have IntensityRangeStart and IntensityRangeEnd properties to make the value from IntensityColumnName placed in the range between them.

We will calculate the value offset between IntensityRangeStart and IntensityRangeEnd, then we calculate a color from the ColorPalette by some algorithm, and based on the heat points, we will calculate and draw other color like mask. So I think you should cannot specified a exactly color for a value.

Use the properties I mentioned above, you can only get a similar color.

If you have to implement that, please try to build a custom layer for it, or you can contact your sales to get a professional service.

Regards,

Don