diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-04 23:08:13 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-04 23:08:13 +1200 |
commit | c8735de4c31037f16b5f68420bff2d2f6419bae5 (patch) | |
tree | 0ebc706e37774445afd0c5726a4fbc497983213b /web/app/store | |
parent | 7734bfa85228ec85d86a9e1435da568bac0f907b (diff) | |
parent | 23796ee74a04f87d5dd028dffffa8a992c5c662d (diff) | |
download | trackermap-server-c8735de4c31037f16b5f68420bff2d2f6419bae5.tar.gz trackermap-server-c8735de4c31037f16b5f68420bff2d2f6419bae5.tar.bz2 trackermap-server-c8735de4c31037f16b5f68420bff2d2f6419bae5.zip |
Merge pull request #2076 from Abyss777/master
Add geometry WKT encoder and decoder
Diffstat (limited to 'web/app/store')
-rw-r--r-- | web/app/store/GeofenceTypes.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 - }*/] + }] }); |