From 33b6230babb21025a780fdf35535b3d35f08ede9 Mon Sep 17 00:00:00 2001 From: Gregory Short Date: Mon, 11 Oct 2010 23:41:59 -0500 Subject: [PATCH] Google released an update to v3 of the gmap api which enables streetview by default. This change explicitly disables it. --- template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/template.html b/template.html index b304077..96ccae2 100644 --- a/template.html +++ b/template.html @@ -205,6 +205,7 @@ navigationControl: true, scaleControl: false, mapTypeControl: false, + streetViewControl: false, mapTypeId: 'mcmap' }; map = new google.maps.Map(document.getElementById("mcmap"), mapOptions);