aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDocNielsen <docnielsen@gmail.com>2012-11-02 16:47:22 +0100
committerDocNielsen <docnielsen@gmail.com>2012-11-02 16:47:22 +0100
commita0dc0a95a4fe93631c228b32ad6d3b1f55994858 (patch)
tree3cd3ad19371a06f95a406bc6c79a139276ba9dbe /src
parentd5bcdc4a10af35896008a932343c76abb0a30bb5 (diff)
downloadtraccar-server-a0dc0a95a4fe93631c228b32ad6d3b1f55994858.tar.gz
traccar-server-a0dc0a95a4fe93631c228b32ad6d3b1f55994858.tar.bz2
traccar-server-a0dc0a95a4fe93631c228b32ad6d3b1f55994858.zip
Update src/web/index.html
trying zoomlevel 8
Diffstat (limited to 'src')
-rw-r--r--src/web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/index.html b/src/web/index.html
index 1d1865487..a19b16058 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: 13,
+ zoomLevel: 8,
/**
* @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: 13
+ zoomLevel: 8
});
var devicesPanel = Ext.create('Ext.grid.Panel', {