What steps will reproduce the problem?
1. Go to http://www.merkwelt.com/people/stan/geo_js/sample_with_map.html in
any browser on any platform.
Expected:
A Google Map is rendered of the user's location.
Actual:
A grey rectangle is rendered in place of the map. Firebug reports that
'set_center' is undefined.
Detected on WinXP/Firefox 3.
The 'set_center' and 'set_zoom' methods (among others) were recently
deprecated and removed from the API, and replace with setCenter and
setZoom. Replace these and it works fine.
Original issue reported on code.google.com by bod...@gmail.com on 7 Jan 2010 at 7:34
Original issue reported on code.google.com by
bod...@gmail.com
on 7 Jan 2010 at 7:34