aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/app/view/map/Map.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/app/view/map/Map.js b/web/app/view/map/Map.js
index b1254aaf3..38ec00447 100644
--- a/web/app/view/map/Map.js
+++ b/web/app/view/map/Map.js
@@ -73,7 +73,11 @@ Ext.define('Traccar.view.map.Map', {
font: 'normal 32px FontAwesome',
textBaseline: 'Bottom',
fill: new ol.style.Fill({
- color: 'green'
+ color: 'red'
+ }),
+ stroke: new ol.style.Stroke({
+ color: 'black',
+ width: 2
})
})
})