aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/app/view/MapMarkerController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MapMarkerController.js b/web/app/view/MapMarkerController.js
index 80a16a3..5e1861c 100644
--- a/web/app/view/MapMarkerController.js
+++ b/web/app/view/MapMarkerController.js
@@ -173,7 +173,7 @@ Ext.define('Traccar.view.MapMarkerController', {
},
updateAccuracy: function (position) {
- var center, feature, mapView, projection, pointResolution;
+ var center, radius, feature, mapView, projection, pointResolution;
mapView = this.getView().getMapView();
feature = this.accuracyCircles[position.get('deviceId')];