Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * File defining the settings for the Maps extension |
| 5 | + * File defining the settings for the Maps extension. |
6 | 6 | * More info can be found at http://www.mediawiki.org/wiki/Extension:Maps#Settings |
7 | 7 | * |
8 | 8 | * NOTICE: |
— | — | @@ -239,5 +239,10 @@ |
240 | 240 | # Available values: layerswitcher, mouseposition, autopanzoom, panzoom, panzoombar, scaleline, navigation, keyboarddefaults, overviewmap, permalink |
241 | 241 | $egMapsOSMControls = array('layerswitcher', 'mouseposition', 'autopanzoom', 'scaleline', 'navigation'); |
242 | 242 | |
| 243 | +# Boolean. Indicates whether you want to get a static map (image) or not. |
| 244 | +# This value will only be used when the user does not provide one. |
243 | 245 | $egMapsOSMStaticAsDefault = false; |
| 246 | + |
| 247 | +# Boolean. Indicates whether the user should be able to activate a static map. |
| 248 | +# This value will only be used when the user does not provide one. |
244 | 249 | $egMapsOSMStaticActivatable = true; |
\ No newline at end of file |