Closed (fixed)
Project:
GMap Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 13:46 UTC
Updated:
1 May 2012 at 09:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
kleve commentedComment #2
haiiro.shimeji commentedThanks, I tried this patch and it works fine.
but, I wonder you should make the patch in the gmap module directory.
(to try this patch, add -p4 option to git apply command.
And I think the description for Google API key setting form should be change.
"You must get this for each separate website at Google Map API website." -> "??"
Comment #3
kleve commentedYes, the description should also be changed.
Comment #4
kleve commentedHere is a new patch.
Comment #5
FAAREIA commentedtested #4 patch, and it works fine =)
thanks for your work!
Comment #6
haiiro.shimeji commentedIt works for me, too.
And thanks for change the description.
Comment #7
bdragon commentedThis made it in via merging haiiro.shimeji's branch in to kick off 7.x-2.x development.
Comment #8
kleve commentedIt would have been nice to get some credit as a commiter for this issue...
Comment #9
haiiro.shimeji commentedIs this patch also effective for API v2?
If that is right, I think this should be applied to 7.x-1.x branch.
Comment #10
kleve commentedYes. The patch does not consider any API version, it only makes the API field optional to use.
Comment #11
haiiro.shimeji commentedOk, I pick the commit and apply that to 7.x-1.x.
I reverted the Version to 7.x-1.x-dev, because this issue is originally for using API ver2 without API key.
Thanks a lot!