Difference between revisions of "Get Google Maps key"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: You need a Google maps key to use Google maps plugin. * Go to [http://code.google.com/apis/maps/signup.html Google] * Write your site in the text box below. Note that http://1.2.3.4 diffe...)
 
Line 3: Line 3:
* Write your site in the text box below. Note that http://1.2.3.4 differs from http://yoursite.com so enter hostname that you will use to access your site.
* Write your site in the text box below. Note that http://1.2.3.4 differs from http://yoursite.com so enter hostname that you will use to access your site.
* Press "Generate API key" and Google will give you your key.
* Press "Generate API key" and Google will give you your key.
* Open file gmaps_api_key.yml in your mor/config directory.
* Insert this key in '''SETTINGS - Setup - Settings - Google Maps - Key'''
* Insert you key after "production:" keyword. Note that whitespace is required before your key.
Your configuration file should look something like this:
 
development:
  ABCxAAAAU74xze_Bywpf2LXff17o1BT2yXp_ZAY8_uxx3CFXhHIE1NvwkxxRzvHlBiaYD2ewTrUdaqkoGBYGyg
test:
  ABCxAAAAU74xze_Bywpf2LXff17o1BT2yXp_ZAY8_uxx3CFXhHIE1NvwkxxRzvHlBiaYD2ewTrUdaqkoGBYGyg
production:
  ABCxAAAAU74xze_Bywpf2LXff17o1BT2yXp_ZAY8_uxx3CFXhHIE1NvwkxxRzvHlBiaYD2ewTrUdaqkoGBYGyg

Revision as of 18:55, 5 November 2008

You need a Google maps key to use Google maps plugin.

  • Go to Google
  • Write your site in the text box below. Note that http://1.2.3.4 differs from http://yoursite.com so enter hostname that you will use to access your site.
  • Press "Generate API key" and Google will give you your key.
  • Insert this key in SETTINGS - Setup - Settings - Google Maps - Key