0

Map is better centered now when initially loading the page. The latitude is an approximation of the center, since we're using a mercator projection with what should be a rotated euclidean one. It's close enough.

This commit is contained in:
Gregory Short
2010-09-07 20:02:25 -05:00
parent 32c2626b39
commit 94f1b25777

View File

@@ -54,7 +54,7 @@
function initialize() {
var mapOptions = {
zoom: config.defaultZoom,
center: new google.maps.LatLng(0, 0),
center: new google.maps.LatLng(-45, 90),
mapTypeControlOptions: {
mapTypeIds: ['mcmap'],
style: google.maps.MapTypeControlStyle.DROPDOWN_MENU