henrichen / zkgmapsz

Automatically exported from code.google.com/p/zkgmapsz
0 stars 0 forks source link

Javascript Error when display Ginfo or Gmarker on Gmap #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I found Javascript Error like this

Timestamp: 22/11/2012 6:56:53
Error: TypeError: a is undefined
Source File: 
http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/10/15a/%7Bmain,geometry
%7D.js
Line: 25

and

Timestamp: 22/11/2012 7:02:33
Error: TypeError: this.grid_ is undefined
Source File: http://xxxxxx/xxx/zkau/web/js/gmaps/ext/markermanager.js
Line: 1

I found same error on 
http://stackoverflow.com/questions/13485270/api-v3-release-in-the-last-24-hours

Original issue reported on code.google.com by fauzioke...@gmail.com on 22 Nov 2012 at 12:11

Attachments:

GoogleCodeExporter commented 9 years ago
having the same problem and can confirm that manually specifying API version 
3.9 "fixes" the issue.

map.setVersion("3.9")

Original comment by andiklei...@gmail.com on 28 Nov 2012 at 1:41