> > I'm not reading that. ..... my apologies....I did not know quite what to > > send.
Thanks for this...I think. All that code was done for us by a contracted coder/programmer who has since moved on (laterally speaking I might add). As for me I am a rank novice (actually worse) :-(. My department is MSAccess and all that entails which is no less confusing but at least I know my way around that better without a map :-). So we shall press on. We have all our markers back now that we have removed the offending tooltip code. All that remains is for us to figure out how to do the tooltip code as per your advice. As far as fixing the script is concerned...quite frankly we dont know how. I kinda a feel like the 'just the messenger' here. Cheers Alan On Mar 24, 10:21 am, Andrew Leach <[email protected]> wrote: > On Mar 24, 9:28 am, Rossko <[email protected]> wrote: > > > I'm not reading that. Remember that it broke because a supplementary > > javascript file got removed or changed or something, as pointed out by > > Andrew. > > I've tried twice to reply to this thread and not succeeded. Here's > another go. > > This is the line which failed: > var tooltip = new Tooltip(markerPoint,marker[8],4); > > BUT it failed because of a problem with googlemap_tooltip.js, which > isn't what it should be. That means that Tooltip is not defined and > you can't construct a "new" one. In fact that .js script appeared to > be a copy of your map page. > > If you fix that .js script, you may find that your page works. > > However, as Rossko says, a standard tooltip using the title property > of a marker is generally just as good. And it's less likely to break. > > Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
