On Nov 5, 5:47 pm, Reza <[EMAIL PROTECTED]> wrote:
> Hi there
>
> Would appreciated some help with our client's websitewww.gibsonsgames.co.uk.
> We have a store locator which references about 1500 stores - a lot I
> know, and not the most efficient way of using Google Maps API, but we
> were not aware of sheer number of stores during construction. This was
> working fine for about 4 months until about 2 weeks ago.
>

I get several errors, but the one which is probably the cause of the
problem is
  map.setMapType(G_MAP_TYPE);
which is a version 1 constant and has featured here many times over
the last week or so. The version 2 constant which all maps should be
using is
  map.setMapType(G_NORMAL_MAP);

If that fixes it, fine; but there were other errors flagged like
"'array' is undefined" -- that one occurred before the "'G_MAP_TYPE'
is undefined" error.

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