From a4e0370735eb48aaa7ab182ffc03aaf91e8be188 Mon Sep 17 00:00:00 2001 From: DocNielsen Date: Fri, 2 Nov 2012 16:40:50 +0100 Subject: Update src/web/index.html --- src/web/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/web/index.html b/src/web/index.html index 44c66c24f..af157aed3 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -176,7 +176,7 @@ setCenter: { * Also used as the zoom level for panoramas, zero specifies no zoom at all. * Defaults to 3. */ - zoomLevel: 13, + zoomLevel: 3, /** * @cfg {Number} yaw * The Yaw, or rotational direction of the users perspective in degrees. Only applies to panoramas. @@ -324,7 +324,7 @@ markers: [{ } } if (this.gmapType === 'panorama'){ - this.getMap().setLocationAndPOV(new google.maps.LatLng(this.setCenter.lat,this.setCenter.lng), {yaw: this.yaw, pitch: this.pitch, zoom: zoomLevel}); + this.getMap().setLocationAndPOV(new google.maps.LatLng(this.setCenter.lat,this.setCenter.lng), {yaw: this.yaw, pitch: this.pitch, zoom: this.zoomLevel}); } } }, 200,this); // Ext.defer @@ -835,7 +835,7 @@ Ext.onReady(function() { var map = Ext.create('Ext.ux.GMapPanel', { id: 'gmap', setCenter: cityCarousel[Math.floor((Math.random() * cityCarousel.length))], - zoomLevel: 10 + zoomLevel: 9 }); var devicesPanel = Ext.create('Ext.grid.Panel', { @@ -989,4 +989,4 @@ Ext.onReady(function() { - + \ No newline at end of file -- cgit v1.2.3