[OpenLayers-Users] Attempt to use Google Maps v2 API fails because GMap2 is undefined

2010-08-12 Thread Guyren G Howe
I'm doing what seems like an entirely straightforward extrapolation of the Google Maps v3 api example from the openlayers site. I load the same javascript files in the same order and make the same calls in my initialization code. But it fails with The Google Layer was unable to load correctly.

Re: [OpenLayers-Users] Attempt to use Google Maps v2 API fails because GMap2 is undefined

2010-08-12 Thread Andreas Hocevar
Hi, you should look at the google v2 example if you want to use the v2 api: http://openlayers.org/dev/examples/google.html Regards, Andreas. On Aug 12, 2010, at 11:12 , Guyren G Howe wrote: I'm doing what seems like an entirely straightforward extrapolation of the Google Maps v3 api example