Can DotDensityStyle be added to the point layer?
Can HeatStyle be added to the polygon layer?
If yes, can I get a sample code?
Can DotDensityStyle be added to the point layer?
Can HeatStyle be added to the polygon layer?
If yes, can I get a sample code?
Hey @Krishna_Patwa1,
The DotDensityStyle
requires polygon data in order to display. It’s a way of visualizing area data based on column data values. So, the higher the number, the more points will be filled in that polygon.
And HeatStyle
requires point data in order to display. It takes point data and interpolates the values and distance to create a heat map.
Can I ask what it is you are looking to accomplish? Maybe these styles don’t work for you, but maybe a ValueStyle or something else might?
Thanks,
Kyle
Thanks for the response.
I just wanted to check the compatible layer types of these two styles.
Hey @Krishna_Patwa1,
No problem at all. Let us know if there is anything else you have questions on.
Thanks,
Kyle