amostajo / geo-location-javascript

Automatically exported from code.google.com/p/geo-location-javascript
0 stars 0 forks source link

Maps samples broken by Google Maps API change #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
thanks much, this fixed

Original comment by whoiss...@gmail.com on 9 Jan 2010 at 11:07