aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MapController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r--web/app/view/MapController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js
index 57278ce07..bc6a5d404 100644
--- a/web/app/view/MapController.js
+++ b/web/app/view/MapController.js
@@ -255,7 +255,7 @@ Ext.define('Traccar.view.MapController', {
index = deviceId % Traccar.Style.mapRouteColor.length;
}
return this.getMarkerStyle(
- Traccar.Style.mapRadiusNormal, Traccar.Style.mapColorReport[index]);
+ Traccar.Style.mapRadiusNormal, Traccar.Style.mapRouteColor[index]);
},
resizeMarker: function (style, radius) {