Add Google API key to Sahana config, closes #125
This commit is contained in:
parent
7f0190e6ab
commit
b41839e3c0
@ -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 = ""
|
||||
|
||||
|
@ -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 = ""
|
||||
|
||||
|
@ -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 = ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user