Get Google Maps key

From Kolmisoft Wiki
Revision as of 06:40, 10 July 2008 by Admin (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.
  • Open file gmaps_api_key.yml in your mor/config directory.
  • 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