On Nov 16, 8:54 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> On Nov 16, 8:33 am, Daniish <[EMAIL PROTECTED]> wrote:> My site url 
> iswww.globexposure.net
>
> > The site was working before i made the changes detailed in my first
> > post:www.globexposure.net/index_original.php
>
> You need to understand the code you are cutting and pasting into your
> site.
>
> You have pasted a zoomend listener inside the code that is processing
> your markers (around the loop processing the regional markers).
> Perhaps you could explain what that is intended to do?
>
> Listeners are usually added either to a specific marker or to the
> map.  The ones that are added to the map don't need to put in the
> marker processing.
>

The other code you added is also incorrect:
          if (currentZoom < maxZoom) {
                 GMarker.hide();
          }

You need to call .hide() on a specific marker (probably should be
marker.hide(), I'm not sure if that is what you are trying to do, but
it should prevent the current error)

  -- 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