From dc2ceba479c50d34a3d4c305edaf938a2df391a9 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 31 Dec 2016 12:03:47 +1300 Subject: Show accuracy in the web interface --- web/app/model/Position.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/app/model/Position.js') diff --git a/web/app/model/Position.js b/web/app/model/Position.js index 362ca58..3b85a1b 100644 --- a/web/app/model/Position.js +++ b/web/app/model/Position.js @@ -43,6 +43,9 @@ Ext.define('Traccar.model.Position', { }, { name: 'valid', type: 'boolean' + }, { + name: 'accuracy', + type: 'float' }, { name: 'latitude', type: 'float' -- cgit v1.2.3