POI#tooltipContent & DynamicTooltip mutual exclusive?
Posted: Thu Oct 29, 2015 2:56 pm
Hello,
I'm having problems with Tooltips on the AJAX xMaps:
Here's the scenario:
1. I add some POI elements[1] and set their tooltipContent property
All POIs are shown and their tooltips show up, too. Nice -so far-
2. I add a Line element[2] and attach a DynamicTooltip element[3] via "DynamicTooltip#setAttachedElement" to it.
Now, the tooltip is shown for the line, but not for any of the POIs added at (1)!
Furthermore, even if the line is removed, the POIs will not show any tooltip!
I have no idea what might be the reason for this or how to work around this problem.
/Regards,
Peter
---------------------
[1] com.ptvag.webcomponent.map.vector.POI
[2] com.ptvag.webcomponent.map.vector.Line
[3] com.ptvag.webcomponent.map.vector.DynamicTooltip
I'm having problems with Tooltips on the AJAX xMaps:
Here's the scenario:
1. I add some POI elements[1] and set their tooltipContent property
All POIs are shown and their tooltips show up, too. Nice -so far-
2. I add a Line element[2] and attach a DynamicTooltip element[3] via "DynamicTooltip#setAttachedElement" to it.
Now, the tooltip is shown for the line, but not for any of the POIs added at (1)!
Furthermore, even if the line is removed, the POIs will not show any tooltip!
I have no idea what might be the reason for this or how to work around this problem.
/Regards,
Peter
---------------------
[1] com.ptvag.webcomponent.map.vector.POI
[2] com.ptvag.webcomponent.map.vector.Line
[3] com.ptvag.webcomponent.map.vector.DynamicTooltip