ME AGAIN.  when I changed the order of creating the map instance and
geocoder
it worked for one person BUT not others.

They are now getting gmap2 is undefined.

When I have them open http://www.geocodezip.com/example_geo2.asp
the get GLatLngBounds is undefined.

when I have them open http://www.duron.com/store_locator/index_test.asp
and select Go, they get gmap2 is undefined.

Does this mean the API is not working for them?  Any suggestions?


On Dec 3, 10:29 am, debbi <[EMAIL PROTECTED]> wrote:
> so they have no problem getting map and marker (when select go) on
> this 
> pagehttp://code.google.com/apis/maps/documentation/examples/geocoding-sim...
>
> when they go to your page:http://www.geocodezip.com/example_geo2.asp
> they get the map but when they select Start, it gives them a
> javascript error that
> says invalid character.
>
> So if the API is working for them is it the key that is being passed?
> If so what
> testing or changes can I make for this to work?
>
> Thanks for your help!
>
> On Dec 3, 10:06 am,debbi<[EMAIL PROTECTED]> wrote:
>
> > I asked her to try this 
> > page,http://code.google.com/apis/maps/documentation/examples/geocoding-sim...
> > and she was able to access it without error.  What does this
> > mean?  ;-)
>
> > On Dec 3, 9:45 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > wrote:
>
> > > On Dec 3, 6:32 am,debbi<[EMAIL PROTECTED]> wrote:
>
> > > > it seems to also have something to do with the key I use since they
> > > > can
> > > > access all other maps at maps.google.com
>
> > > But can they access other API based pages?
> > > Does this page work on their computer (or 
> > > yours)?http://www.geocodezip.com/example_geo2.asp
>
> > >   -- Larry
>
> > > > On Dec 3, 9:29 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > > > wrote:
>
> > > > > On Dec 3, 6:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > > > > wrote:
>
> > > > > > On Dec 3, 6:16 am,debbi<[EMAIL PROTECTED]> wrote:
>
> > > > > > > Thanks Mike.  Do you know the specific version I should use?
> > > > > > > I tried 2.55 but it isn't working.
>
> > > > > > As I said in my earlier post, unless you have a good reason (a bug
> > > > > > that effects your map) you should use v=2.
>
> > > > > > > Larry -  They are actually under the same network just different
> > > > > > > location and they use IE6 as well.  They have to use their windows
> > > > > > > login to access the browser, do you think that would have any 
> > > > > > > impact?
>
> > > > > > I can't think of a reason why that would matter.  It sounds like the
> > > > > > main API javascript code is not loading correctly for them.  Perhaps
> > > > > > they have gotten something corrupt loaded into the cache or have 
> > > > > > some
> > > > > > special firewall software that is blocking part of the API 
> > > > > > javascript.
>
> > > > > > Does the map work on other computers at the site?
>
> > > > > Can you get the vanilla "hello world" API map to load on that
> > > > > computer?
>
> > > > > >   -- Larry
>
> > > > > > > On Dec 3, 9:05 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > > > > > > wrote:
>
> > > > > > > > On Dec 3, 5:35 am,debbi<[EMAIL PROTECTED]> wrote:
>
> > > > > > > > > I asked the client to go to the test page.  She did. No map 
> > > > > > > > > is showing
> > > > > > > > > up
> > > > > > > > > and they get this message.
>
> > > > > > > > > GBrowser compatible
>
> > > > > > > > What browser are they using?
>
> > > > > > > > I now get this error on that page:
> > > > > > > > Error: G_GEO_MISSING_QUERY is not defined
> > > > > > > > Source File:http://duron.com/store_locator/index_test.asp
> > > > > > > > Line: 101
>
> > > > > > > > That is because you are using v2.s which is currently 
> > > > > > > > v2.73http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChang...
>
> > > > > > > > and G_GEO_MISSING_QUERY (601) has only been available since 
> > > > > > > > 2.81 (per
> > > > > > > > the documentation)
>
> > > > > > > >   -- Larry
>
> > > > > > > > (I would be wary of using 2.s as it is fairly old.  Many new 
> > > > > > > > features
> > > > > > > > of the API are not available.  I suggest using v2 for 
> > > > > > > > production sites
> > > > > > > > unless you have a reason not to [there is a bug that effects 
> > > > > > > > your
> > > > > > > > map].  I would also not suggest using v2.x on production sites 
> > > > > > > > as it
> > > > > > > > is bleeding edge and is where bugs are first found)
>
> > > > > > > > > Uncaught error: [object Error]; 'GClientGeocoder' is undefined
>
> > > > > > > > > Any suggestions.  This is so frustrating.
> > > > > > > > >  Debbi
>
> > > > > > > > > On Dec 2, 8:38 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > > > > > > > > wrote:
>
> > > > > > > > > > On Dec 2, 5:32 pm,debbi<[EMAIL PROTECTED]> wrote:
>
> > > > > > > > > > > The GBrowserIsCompatible() is returning true.  How do I 
> > > > > > > > > > > get the status
> > > > > > > > > > > of geocoder?
>
> > > > > > > > > > See this page from Mike Williams' tutorial:
> > > > > > > > > > Part 16 Geocoding with error 
> > > > > > > > > > handlinghttp://econym.org.uk/gmap/geo.htm
>
> > > > > > > > > > > I looked at the API and it doesn't have status or code 
> > > > > > > > > > > functions for
> > > > > > > > > > > the geocoder.
> > > > > > > > > > > Yes, they are waiting for the map.
>
> > > > > > > > > > > On Dec 2, 7:58 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > > > > > > > > > > wrote:
>
> > > > > > > > > > > > On Dec 2, 4:23 pm,debbi<[EMAIL PROTECTED]> wrote:
>
> > > > > > > > > > > > > I believe they go through a firewall (and proxy 
> > > > > > > > > > > > > server) and they use
> > > > > > > > > > > > > IE 6.
> > > > > > > > > > > > > Do you know how I can check it is blocked due to 
> > > > > > > > > > > > > reaching geocoder
> > > > > > > > > > > > > limit?
>
> > > > > > > > > > > >http://code.google.com/apis/maps/documentation/reference.html#GGeoSta...
>
> > > > > > > > > > > > You will get a G_GEO_TOO_MANY_QUERIES (620)
>
> > > > > > > > > > > > That won't make the geocoder null.  What is 
> > > > > > > > > > > > GBrowserIsCompatible()
> > > > > > > > > > > > returning?
>
> > > > > > > > > > > > I can make it generate the error by clicking on the 
> > > > > > > > > > > > "search" button as
> > > > > > > > > > > > soon as it appears.  Is you client waiting for the map 
> > > > > > > > > > > > to display?
>
> > > > > > > > > > > >   -- Larry
>
> > > > > > > > > > > > > On Dec 2, 5:51 pm, "[EMAIL PROTECTED]" <[EMAIL 
> > > > > > > > > > > > > PROTECTED]>
> > > > > > > > > > > > > wrote:
>
> > > > > > > > > > > > > > On Dec 2, 2:22 pm,debbi<[EMAIL PROTECTED]> wrote:
>
> > > > > > > > > > > > > > > I only tried it that way to see if that was the 
> > > > > > > > > > > > > > > problem.  
>
> > > > > > > > > > > > > > Then I would suggest you change it back.
>
> > > > > > > > > > > > > > > Do you have any suggestions?
>
> > > > > > > > > > > > > > I don't see the problem, either with your live page 
> > > > > > > > > > > > > > or with the local
> > > > > > > > > > > > > > version I made with the correct loader.  Is the 
> > > > > > > > > > > > > > person having the
> > > > > > > > > > > > > > issue connecting either by dial-up or through a 
> > > > > > > > > > > > > > firewall?  What
> > > > > > > > > > > > > > browser are they using?
>
> > > > > > > > > > > > > >   -- Larry
>
> > > > > > > > > > > > > > > On Dec 2, 3:44 pm, "[EMAIL PROTECTED]" <[EMAIL 
> > > > > > > > > > > > > > > PROTECTED]>
> > > > > > > > > > > > > > > wrote:
>
> > > > > > > > > > > > > > > > On Dec 2, 11:04 am,debbi<[EMAIL PROTECTED]> 
> > > > > > > > > > > > > > > > wrote:
>
> > > > > > > > > > > > > > > > > My client is continually getting this error 
> > > > > > > > > > > > > > > > > that GClientGeocoder is
> > > > > > > > > > > > > > > > > null, undefined or not an object.  I am 
> > > > > > > > > > > > > > > > > wondering if they have reached
> > > > > > > > > > > > > > > > > the geocode request limit and are blocked.  I 
> > > > > > > > > > > > > > > > > think they may use a
> > > > > > > > > > > > > > > > > proxy server.
>
> > > > > > > > > > > > > > > > > How can I test for this?  I have 
> > > > > > > > > > > > > > > > > GEvent.addListener(geocoder, "error",
> > > > > > > > > > > > > > > > > handleErrors); in my code.  Would this give 
> > > > > > > > > > > > > > > > > me the 620 message if they
> > > > > > > > > > > > > > > > > used their limit.  If not, how can I test for 
> > > > > > > > > > > > > > > > > the limit or get the
> > > > > > > > > > > > > > > > > limit?
>
> > > > > > > > > > > > > > > > > The webpage is 
> > > > > > > > > > > > > > > > > at:http://duron.com/store_locator/index_test.asp
>
> > > > > > > > > > > > > > > > > Any suggestions are welcome!
>
> > > > > > > > > > > > > > > > Access the API the legal way for one.
>
> > > > > > > > > > > > > > > > The 
> > > > > > > > > > > > > > > > scripthttp://duron.com/store_locator/google_maps.jsisacopyof
> > > > > > > > > > > > > > > > the loader script from Google, which is not the 
> > > > > > > > > > > > > > > > legal way to load the
> > > > > > > > > > > > > > > > map.
>
> > > > > > > > > > > > > > > >   -- Larry- Hide quoted text -
>
> > > > > > > > > > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > > > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > > > > > > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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