aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-05-14 08:47:34 +0500
committerAbyss777 <abyss@fox5.ru>2018-05-14 08:47:34 +0500
commit48988890f126bcc9da8f440c7f57201f9f992d49 (patch)
tree0255fe77c2e0f87785cb9db35ad67997bbb87427
parentf1cc162fcaeed2173b70637ef3f0e8b6ad8c8104 (diff)
downloadetbsa-traccar-web-48988890f126bcc9da8f440c7f57201f9f992d49.tar.gz
etbsa-traccar-web-48988890f126bcc9da8f440c7f57201f9f992d49.tar.bz2
etbsa-traccar-web-48988890f126bcc9da8f440c7f57201f9f992d49.zip
Add speedLimit attribute to Geofence
-rw-r--r--web/app/store/GeofenceAttributes.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/store/GeofenceAttributes.js b/web/app/store/GeofenceAttributes.js
index 2b8d2d8..b8e1535 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'
}]
});