From 48988890f126bcc9da8f440c7f57201f9f992d49 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 14 May 2018 08:47:34 +0500 Subject: Add speedLimit attribute to Geofence --- web/app/store/GeofenceAttributes.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web') diff --git a/web/app/store/GeofenceAttributes.js b/web/app/store/GeofenceAttributes.js index 2b8d2d89..b8e15357 100644 --- a/web/app/store/GeofenceAttributes.js +++ b/web/app/store/GeofenceAttributes.js @@ -24,5 +24,10 @@ Ext.define('Traccar.store.GeofenceAttributes', { key: 'color', name: Strings.attributeColor, valueType: 'color' + }, { + key: 'speedLimit', + name: Strings.attributeSpeedLimit, + valueType: 'number', + dataType: 'speed' }] }); -- cgit v1.2.3