Firstly, try to use completely valid html. Otherwise you cannot be
sure where the errors are really coming from.

Secondly, at least try to use the Firefox error console, better
Firebug. The errors that IE reports are mostly (if not allways)
cryptic and incomprehensible.

After clicking on the link in your info window the Error console
reports

Error: markerManager.removeMarker is not a function
Source File: http://terrost.tihlde.org/gmaps/
Line: 56

Try to consult the reference if this is right and what you can do

http://code.google.com/intl/en/apis/maps/documentation/reference.html#GMarkerManager





On Jan 28, 6:33 pm, trj <[email protected]> wrote:
> OMG!
>
> I just realized why this fails.
>
> I have been instantiating a class of GMarkerManager instead of the
> open source markermanager class!
>
> I have been looking at different examples out there on the web and
> never realized i was using a different object!!
>
> Well, it worked out in the end after i've wasted so many hours on
> this. :(
>
> On Jan 28, 6:18 pm, trj <[email protected]> wrote:
>
> > Well, why is it not supported?
>
> > In the line before i'm able to print out (in the alert dialog box) how
> > many markers there are in the markerManager.
>
> > I don't understand why this fails.
>
> > Please help
>
> > On Jan 28, 4:54 pm, "[email protected]" <[email protected]>
> > wrote:
>
> > > On Jan 28, 7:42 am, trj <[email protected]> wrote:> Sorry for that.
>
> > > > I have now created an example for you to look at.
>
> > > > I have put 2 alert calls in the code. One fires wen the deleteMarker
> > > > (marker) is called and the other one is supposed to fire after the
> > > > deletemarker(marker) function on markerManager has been called. The
> > > > second one never fires...
>
> > > >http://terrost.tihlde.org/gmaps/
>
> > > Have you investigated the javascript errors?
>
> > > IE6 tells me:
> > > Line: 55
> > > Char: 13
> > > Error: Object doesn't support this property or method
>
> > >   -- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to