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!

Comments

davidwbarratt’s picture

Status: Active » Needs review
StatusFileSize
new668 bytes

Attached is a patch that upgrades Google Maps from version 2 to version 3.

Thanks!

davidwbarratt’s picture

Version: 7.x-1.0-beta1 » 7.x-1.0-beta2
davidwbarratt’s picture

StatusFileSize
new700 bytes

Patch #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!

yanniboi’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Thanks @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.

yanniboi’s picture

Just 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!

JeremyFrench’s picture

Patch is now committed. Thanks very much.

I had no idea anyone else was using this module.

JeremyFrench’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.