Google Maps API v2 has been deprecated:
https://developers.google.com/maps/documentation/javascript/v2/
The Google Maps API should be upgraded to v3:
https://developers.google.com/maps/documentation/javascript/
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | google_maps-1956368-3.patch | 700 bytes | davidwbarratt |
| #1 | google_maps-1956368-1.patch | 668 bytes | davidwbarratt |
Comments
Comment #1
davidwbarratt commentedAttached is a patch that upgrades Google Maps from version 2 to version 3.
Thanks!
Comment #2
davidwbarratt commentedComment #3
davidwbarratt commentedPatch #1 causes a Google Maps error because it's missing the "sensor" paramater.
I've added the parameter in the attached patch which fixes the error.
Thanks!
Comment #4
yanniboi commentedThanks @davidbarratt! I was trying to upgrade the api without checking the issue queue (mistake) and as far as patch #1 and then was struggling to the the sensor parameter in.
Patch 3 works perfectly.
Comment #5
yanniboi commentedJust a quick question for the maintainer. Is there any chance this will get committed? (I know this module is minimally maintained and I don't want to be pushy!)
The thing is I am building an integration module with google maps and foursquare, and I am currently planning on adding a dependency to this module to handle the google api verification side of things. However I don't want to depend on a module that doesn't work (until this is fixed of course). So if this isn't going to move forward for a couple of months I may just go ahead and write my own google maps integration.
Thanks for the help!
Comment #6
JeremyFrench commentedPatch is now committed. Thanks very much.
I had no idea anyone else was using this module.
Comment #7
JeremyFrench commented