Get Google Maps key
From Kolmisoft Wiki
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