diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/app/Style.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 2e5058e9..d067e041 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -35,9 +35,9 @@ Ext.define('Traccar.Style', { reportHeight: 250, reportTime: 100, - mapDefaultLat: 51.507222, - mapDefaultLon: -0.1275, - mapDefaultZoom: 6, + mapDefaultLat: 12.966667, + mapDefaultLon: 77.566667, + mapDefaultZoom: 4, mapRouteColor: [ '#F06292', |