diff options
Diffstat (limited to 'web/app/view/MapMarkerController.js')
-rw-r--r-- | web/app/view/MapMarkerController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MapMarkerController.js b/web/app/view/MapMarkerController.js index 80a16a30..5e1861c4 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')]; |