On Dec 8, 1:22 pm, "kaushtuv de" <[EMAIL PROTECTED]> wrote:
>
> Also, I had used MarkerManager in my site in order to manipulate the markers
> at different zoom levels. Please refer http://www.gtbeta.net

So you are downloading your XML file and assigning the first 8 markers
to appear at zoom level 1 and above, the first 15 markers to appear at
zoom level 2 and above, the first 20 markers to appear at zoom level 3
and above, and so on. Is that really what you intend? That's very
inefficient as you are parsing your XML for every execution of
MarkerEngineGenerator(), and it may not be cached so it would be
downloaded as well. That means that at level 3, you get 43 markers. At
level 2, you get 23 markers. One of the features of marker managers is
that they only display markers within the viewport.

I'm getting a cross-domain error when looking at www.gtbeta.net and
attempting to download http://gtbeta.net/indexmarkers.xml -- either
set window.domain, or use relative addressing and download "/
indexmarkers.xml". Currently nothing will appear because of that.

Apart from that, I can't see why GMarkerManager (which is not the same
as MarkerManager) wouldn't work the way you expect.

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

Reply via email to