From eb8d6f28ec5b764043b99cdadfd60a51a79423a8 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Sat, 26 Nov 2016 19:23:10 +0700 Subject: Implement polyline geofences --- web/app/store/GeofenceTypes.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/app/store') diff --git a/web/app/store/GeofenceTypes.js b/web/app/store/GeofenceTypes.js index c102de6..45b7989 100644 --- a/web/app/store/GeofenceTypes.js +++ b/web/app/store/GeofenceTypes.js @@ -25,5 +25,8 @@ Ext.define('Traccar.store.GeofenceTypes', { }, { key: 'Circle', name: Strings.mapShapeCircle + }, { + key: 'LineString', + name: Strings.mapShapePolyline }] }); -- cgit v1.2.3