diff options
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 8db8667e..4960aefa 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -51,21 +51,18 @@ Ext.define('Traccar.Style', { ], mapRouteWidth: 5, - mapArrowStrokeColor: 'rgba(50, 50, 50, 1.0)', - mapArrowStrokeWidth: 2, - mapTextColor: 'rgba(50, 50, 50, 1.0)', mapTextStrokeColor: 'rgba(255, 255, 255, 1.0)', mapTextStrokeWidth: 2, - mapTextOffset: 10, + mapTextOffset: 2, mapTextFont: 'bold 12px sans-serif', mapColorOnline: 'rgba(77, 250, 144, 1.0)', mapColorUnknown: 'rgba(250, 190, 77, 1.0)', - mapColorOffline: 'rgba(255, 84, 104, 1.0)', + mapColorOffline: 'rgba(255, 162, 173, 1.0)', - mapRadiusNormal: 9, - mapRadiusSelected: 14, + mapScaleNormal: 1, + mapScaleSelected: 1.5, mapMaxZoom: 19, mapDelay: 500, |