From a64521f7a1f8c820b0051525edcd126b92d177ef Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Sun, 10 Nov 2013 20:58:33 -0800 Subject: Default to Gasworks Park --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 0279d5a..1d09166 100644 --- a/index.html +++ b/index.html @@ -15,18 +15,18 @@ // this function ripped almost verbatim from the docs. including the boring-ass starting place. function initialize() { - var fenway = new google.maps.LatLng(42.345573,-71.098326); + var viewpoint = new google.maps.LatLng(47.646157,-122.333799); var mapOptions = { - center: fenway, + center: viewpoint, zoom: 14, mapTypeId: google.maps.MapTypeId.ROADMAP }; map = new google.maps.Map( document.getElementById('map_canvas'), mapOptions); var panoramaOptions = { - position: fenway, + position: viewpoint, pov: { - heading: 34, + heading: 180, pitch: 10, zoom: 1 } -- cgit v1.2.3