In FireFox error:
a is null
http://maps.gstatic.com/intl/zh_cn/mapfiles/api-3/7/4/main.js
Line 30
In Chrome error:
Uncaught TypeError: Cannot read property 'offsetWidth' of null
this.Map = new google.maps.Map( canvas, options );
in option there's below:
{"MapOpt":
{"panControl":false,"zoomControl":true,"mapTypeControl":true,"scaleControl":false,"streetViewContro
l":false,"overviewMapControl":false},"Id":"field_googlemap_canvas_4","MapTypeId":"ROADMAP","Views":
["ROADMAP","SATELLITE"],"Marker":
{"Lat":"23.0963669","Long":"113.3294496","Bubble":null},"Zoom":"10"}
It's about the Google Maps JavaScript API v3.
Here is the link you can see the error, the map not displayable:
http://www.ilovewine.cn/ver3/index.php?option=com_sobipro&pid=1&sid=5:%E5%A4%A9%E6%B2%B3%E5%9F%8E&Itemid=169&lang=zh
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.