diff options
-rw-r--r-- | src/web/index.html | 4 |
1 files 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 <tt>3</tt>. */ - 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', { |