On Sep 21, 12:19 pm, NNS NNS <[email protected]> wrote:
> Hello again,
>
> I'm running into a problem with my webpage.
>
> www.mapmygym.com
>
> Basically, when one clicks the various functions underneath the "gym
> categories" very quickly, the rankings underneath the map extends to
> infinity, and the markers don't get erased from the Mapmanager
> marker...
>
> I tried to implement a way to prevent it from happening but so far
> everything failed.

This doesn't seem to be Google Maps API related (except that you have
a map on your page).

Your map doesn't work in IE.  The extra comma here:
var mapOptions = {
    googleBarOptions : {
      style : "new",
    }
(after "new")

What have you tried to fix it?  Seems to me your problem is that you
need to pipeline your operations, being careful to avoid getting
locked up.   Perhaps if you post a link to your best attempt to fix
it, we can determine why it isn't working.

  -- Larry

>
> Thanks for the help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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