Hi,
I am using a SimpleMarkerOverlay to draw markers and I have used the popup property of Marker object to set the popup for the markers.
The popups were working fine(i.e. they popup whenever i hover over a marker). But, when I added a layerOverlay to draw some lines between these markers, I got the required lines, but the popups don't work.
I set the popup.visible property to true, I can see the popups, but then when I close the popup and hover around the marker, i see no popups. Any help is appreciated. Thanks.