From fe935b21c242a496fde8570d78322c42b3eaf414 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 4 Jul 2016 14:33:41 +0500 Subject: Added geometry-WKT coder/decoder Uncommented Circle geofence type --- web/app/store/GeofenceTypes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/store') diff --git a/web/app/store/GeofenceTypes.js b/web/app/store/GeofenceTypes.js index cf378341b..68c76bef1 100644 --- a/web/app/store/GeofenceTypes.js +++ b/web/app/store/GeofenceTypes.js @@ -21,8 +21,8 @@ Ext.define('Traccar.store.GeofenceTypes', { data: [{ key: 'Polygon', name: Strings.mapShapePolygon - }/*, { + }, { key: 'Circle', name: Strings.mapShapeCircle - }*/] + }] }); -- cgit v1.2.3