aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/GeofenceTypes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/GeofenceTypes.js')
-rw-r--r--web/app/store/GeofenceTypes.js3
1 files changed, 3 insertions, 0 deletions
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
}]
});