According to google, an API key is no longer required to use google maps. But the gmap module still requires you to use an API key. Can we apply this patch to make the API key field optional to use?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | gmap-remove-api-key-requirement-issue-1506434.patch | 1.38 KB | kleve |
| gmap-remove-api-key-requirement.patch | 643 bytes | kleve |
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!