From 5af943fc3de89cade17aa5f894ed2fc18713d0cf Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 16 May 2018 09:21:05 +0500 Subject: Add polylineDistance Geofence attribute --- web/app/store/GeofenceAttributes.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'web/app/store') diff --git a/web/app/store/GeofenceAttributes.js b/web/app/store/GeofenceAttributes.js index b8e15357..b1d48c19 100644 --- a/web/app/store/GeofenceAttributes.js +++ b/web/app/store/GeofenceAttributes.js @@ -1,6 +1,6 @@ /* - * Copyright 2017 Anton Tananaev (anton@traccar.org) - * Copyright 2017 Andrey Kunitsyn (andrey@traccar.org) + * Copyright 2017 - 2018 Anton Tananaev (anton@traccar.org) + * Copyright 2017 - 2018 Andrey Kunitsyn (andrey@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,5 +29,10 @@ Ext.define('Traccar.store.GeofenceAttributes', { name: Strings.attributeSpeedLimit, valueType: 'number', dataType: 'speed' + }, { + key: 'polylineDistance', + name: Strings.attributePolylineDistance, + valueType: 'number', + dataType: 'distance' }] }); -- cgit v1.2.3