diff options
| author | Astrid Smith | 2013-11-10 20:58:33 -0800 |
|---|---|---|
| committer | Astrid Smith | 2013-11-10 20:58:33 -0800 |
| commit | a64521f7a1f8c820b0051525edcd126b92d177ef (patch) | |
| tree | 6be6e3800e279267cf63f3baedfc2ce24818159d | |
| parent | 11b17784811b8f8ed4dc734ff3cd9320c76f4241 (diff) | |
Default to Gasworks Park
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 } |
