> However, the main feature I want from BDCC*.js is... the tooltip. Tooltip for poly? You could implement just that part perhaps; if your original issue is about redraw() it may get rid of it.
Use mouseover events and a timer; Initialise- set up tooltip div and hide set up global timer var On poly creation- store tooltip text (custom attribute, perhaps 'title' as per markers) On poly mouseover- get mouse location and tooltip text, open tooltip div cancel timer On poly mouseout- start timer On timer expiry- hide tooltip I've done this for polys in Multimaps API and it works quite well, a little CSS makes it appear like other tooltips if that's wanted. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
