From c83ce58ad6f50d24e4ee6f8e55ca405bbd63e62e Mon Sep 17 00:00:00 2001 From: DocNielsen Date: Fri, 2 Nov 2012 16:59:11 +0100 Subject: Update src/web/index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initial zoomlooks best 10 or 11. I've set it at 11.  I need to dig into the code, to make it set zoomlevel 14 when you click on a position. --- 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 6a613534a..8b1de2e98 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: 12, + zoomLevel: 14, /** * @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: 12 + zoomLevel: 11 }); var devicesPanel = Ext.create('Ext.grid.Panel', { -- cgit v1.2.3