I have used STPointFromText to calculate a geography point for each location on my map.
I have selected a bubble map top visualise a data field at each point.
This works fine.
However, is it possible to represent the areas in between these data points as colour also, like the following:
I will obviously need to calculate the value of the area between each data point so I can represent as a colour.
Is this possible with SSRS? What is the calculation? Will I require another layer on top of the point layer?