[Patch] a patch solution for the new google api
-
Hi folks,
I also got the google map couldn’t load java issue recently.
Figure out a patch solution for this with file “MapMyPosts.php”
Search for “gooogle.load” and add following code as parameter
– google.load(“visualization”, “1”, {packages: [“geochart”]}, {other_params: ‘key=enter your key here’});
google.load(‘maps’, ‘3’, {other_params: ‘sensor=false&key=enter your key here’});This will bring your embedded map back on for now.
Hope Erik will keep working on it.Cheers
Ben.z
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Patch] a patch solution for the new google api’ is closed to new replies.