http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94178

Revision: 94178
Author:   jeroendedauw
Date:     2011-08-10 18:05:43 +0000 (Wed, 10 Aug 2011)
Log Message:
-----------
added docs

Modified Paths:
--------------
    trunk/extensions/Maps/Maps_Settings.php

Modified: trunk/extensions/Maps/Maps_Settings.php
===================================================================
--- trunk/extensions/Maps/Maps_Settings.php     2011-08-10 18:03:40 UTC (rev 
94177)
+++ trunk/extensions/Maps/Maps_Settings.php     2011-08-10 18:05:43 UTC (rev 
94178)
@@ -199,6 +199,7 @@
                # does not provide one.
                $egMapsGMaps3Type = 'roadmap';
                
+               # Array. List of controls to display onto maps by default.
                $egMapsGMaps3Controls = array(
                        'pan',
                        'zoom',
@@ -207,16 +208,26 @@
                        'streetview'                    
                );
                
+               # String. The default style for the type control.
+               # horizontal, vertical or default
                $egMapsGMaps3DefTypeStyle = 'default';
-               
+
+               # String. The default style for the zoom control.
+               # small, large or default
                $egMapsGMaps3DefZoomStyle = 'default';
                
+               # Boolean. Open the info windows on load by default?
                $egMapsGMaps3AutoInfoWindows = false;
                
+               # Array. Layers to load by default.
                $egMapsGMaps3Layers = array();
                
+               # Integer. Default tilt when using Google Maps.
                $egMapsGMaps3DefaultTilt = 0;
                
+               # Google JavaScript Loader API key.
+               # Can be obtained at: 
https://code.google.com/apis/loader/signup.html
+               # This key is needed when using Google Earth.
                $egGoogleJsApiKey = '';
                
                


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to