Add Google API key to Sahana config, closes #125

This commit is contained in:
Disassembler 2018-02-20 14:17:38 +01:00
parent 7f0190e6ab
commit b41839e3c0
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ settings.frontpage.rss = [
# http://www.microsoft.com/maps/create-a-bing-maps-key.aspx
#settings.gis.api_bing = ""
# Google API Key (for Google Maps Layers)
#settings.gis.api_google = ""
settings.gis.api_google = "AIzaSyBvIF3D550tlpL6o1xRrDurGo-81VhHlOw"
# Yahoo API Key (for Geocoder)
#settings.gis.api_yahoo = ""

View File

@ -137,7 +137,7 @@ settings.frontpage.rss = [
# http://www.microsoft.com/maps/create-a-bing-maps-key.aspx
#settings.gis.api_bing = ""
# Google API Key (for Google Maps Layers)
#settings.gis.api_google = ""
settings.gis.api_google = "AIzaSyBvIF3D550tlpL6o1xRrDurGo-81VhHlOw"
# Yahoo API Key (for Geocoder)
#settings.gis.api_yahoo = ""

View File

@ -137,7 +137,7 @@ settings.frontpage.rss = [
# http://www.microsoft.com/maps/create-a-bing-maps-key.aspx
#settings.gis.api_bing = ""
# Google API Key (for Google Maps Layers)
#settings.gis.api_google = ""
settings.gis.api_google = "AIzaSyBvIF3D550tlpL6o1xRrDurGo-81VhHlOw"
# Yahoo API Key (for Geocoder)
#settings.gis.api_yahoo = ""