From 26131f50dda91a9c13586007a70044bec0ee3a00 Mon Sep 17 00:00:00 2001 From: DocNielsen Date: Fri, 2 Nov 2012 16:32:14 +0100 Subject: Update src/web/index.html testing zoomlevels --- src/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/web/index.html b/src/web/index.html index 956ea37df..1a0d89c00 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: 3, + zoomLevel: 13, /** * @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: 9 + zoomLevel: 10 }); var devicesPanel = Ext.create('Ext.grid.Panel', { -- cgit v1.2.3