Hello,
I was researching the renderer architecture, and I have a problem in my approach, basically is, I am doing certain amount of things for a same point, therefore I need to be able to click on those points that are in the same position on screen. I have solved the problem of the visualisation by the orientation changing of every single point in the same position (latituted and longitude).
But the problems remains the same because the only way to click on the point in by the rendered point, that's the icon or the augmented drawn point.
So the question is... how I can make available to click on the rendered text in order to be able to see the information stored in such a point?
I am reviewing every single file of the architecture but I still don't know how to make it work.
Suggestions?