r83355 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83354‎ | r83355 | r83356 >
Date:02:00, 6 March 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
small fix
Modified paths:
  • /branches/Maps0.8/RELEASE-NOTES (modified) (history)
  • /branches/Maps0.8/includes/services/GoogleMaps3/jquery.googlemap.js (modified) (history)

Diff [purge]

Index: branches/Maps0.8/RELEASE-NOTES
@@ -14,6 +14,8 @@
1515
1616 * Removed compatibility with pre MediaWiki 1.17, in order to make full use of the new features.
1717
 18+* Added full Google Maps v3 support and set it as the default mapping service.
 19+
1820 * Added support for the auto-documentation features for parser hooks introduced in Validator 0.4.3.
1921
2022 * Improved KML formatter.
Index: branches/Maps0.8/includes/services/GoogleMaps3/jquery.googlemap.js
@@ -92,7 +92,7 @@
9393 }
9494 }
9595 else {
96 - centre = options.centre;
 96+ centre = new google.maps.LatLng( options.centre.lat, options.centre.lon );
9797 }
9898
9999 map.setCenter( centre );

Status & tagging log