From 94f1b25777e2694f4f6d0a1e09da8a1687d34cf3 Mon Sep 17 00:00:00 2001 From: Gregory Short Date: Tue, 7 Sep 2010 20:02:25 -0500 Subject: [PATCH] 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. --- template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.html b/template.html index b314738..4d86b25 100644 --- a/template.html +++ b/template.html @@ -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