r86274 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86273‎ | r86274 | r86275 >
Date:19:37, 17 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added some docs
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)
  • /trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -55,12 +55,16 @@
5656 # Array of String. Array containing all the geocoding services that will be
5757 # made available to the user. Currently Maps provides the following services:
5858 # geonames, google, yahoo
 59+ # It is recommended that when using GeoNames you get a GeoNames webservice account
 60+ # at http://www.geonames.org/login and set the username to $egMapsGeoNamesUser below.
 61+ # Not doing this will result into a legacy service being used, which might be
 62+ # disabled at some future point.
5963 $egMapsAvailableGeoServices = array(
6064 'geonames',
6165 'google',
6266 'yahoo'
6367 );
64 -
 68+
6569 # String. The default geocoding service, which will be used when no service is
6670 # is provided by the user. This service needs to be enabled, if not, the first
6771 # one from the available services will be taken.
Index: trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js
@@ -4,7 +4,6 @@
55 *
66 * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
77 */
8 -
98 jQuery(document).ready(function() {
109 if ( typeof google != 'undefined' ) {
1110 for ( i in window.maps.googlemaps3 ) {

Status & tagging log