From c3427076406072d55d52d4818d757713a5db20fc Mon Sep 17 00:00:00 2001 From: DocNielsen Date: Fri, 2 Nov 2012 16:48:47 +0100 Subject: Update src/web/index.html trying zoomlevel 12 --- src/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/index.html b/src/web/index.html index a19b16058..6a613534a 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: 8, + zoomLevel: 12, /** * @cfg {Number} yaw * The Yaw, or rotational direction of the users perspective in degrees. Only applies to panoramas. @@ -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: 8 + zoomLevel: 12 }); var devicesPanel = Ext.create('Ext.grid.Panel', { -- cgit v1.2.3