Index: branches/Maps0.8/RELEASE-NOTES |
— | — | @@ -14,6 +14,8 @@ |
15 | 15 | |
16 | 16 | * Removed compatibility with pre MediaWiki 1.17, in order to make full use of the new features. |
17 | 17 | |
| 18 | +* Added full Google Maps v3 support and set it as the default mapping service. |
| 19 | + |
18 | 20 | * Added support for the auto-documentation features for parser hooks introduced in Validator 0.4.3. |
19 | 21 | |
20 | 22 | * Improved KML formatter. |
Index: branches/Maps0.8/includes/services/GoogleMaps3/jquery.googlemap.js |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | } |
94 | 94 | } |
95 | 95 | else { |
96 | | - centre = options.centre; |
| 96 | + centre = new google.maps.LatLng( options.centre.lat, options.centre.lon ); |
97 | 97 | } |
98 | 98 | |
99 | 99 | map.setCenter( centre ); |