Puts maps data in configuration files.
[platal.git] / configs / platal.ini
index 6a5ce41..658f728 100644 (file)
@@ -237,6 +237,24 @@ gmaps_language = "fr"
 ; Default location preference.
 gmaps_region = "fr"
 
+; The maps section contains parameters used to display maps.
+[Maps]
+
+; $globals->maps->static_map
+; URL of Google Maps api for static maps
+static_map = "https://maps.googleapis.com/maps/api/staticmap"
+
+; $globals->maps->dynamic_map
+; URL of Google Maps api for dynamic maps
+dynamic_map = "https://maps-api-ssl.google.com/maps/api/js"
+
+; $globals->maps->api_version
+; Current Google Maps API version
+api_version = ""
+
+; $globals->maps->language
+; Language to be used in maps.
+language = ""
 
 ; The lists section contains parameters used to interact with mailman.
 [Lists]