Looking for ideas...
I have a service of polygon features, which often overlap. I'm looking for a way to have the Tooltip "combine" the tooltips from all of the features below the mouse pointer.
For example:
When the mouse is over a single polygon, the tooltip would be:
"Tooltip for Feature 1"
When the mouse is over two overlapping polygons, the tooltip would be:
"Tooltip for Feature 1...Tooltip for Feature 2"
I'm currently using the "show query in tooltip" sample, but I can only seem to show the tooltip for the top-most graphic in the layer.
Any thoughts?
Thanks,
Parks Camp
Tallahassee