aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/attributes
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-04-23 08:28:57 -0700
committerAnton Tananaev <anton@traccar.org>2023-04-23 08:28:57 -0700
commit70d15a4ecd73c894c462a7dd70c79d4a99e113d6 (patch)
treef864b5906ca7d0a04403b69fe07e4ec6b4569a21 /modern/src/common/attributes
parentc52e68dfd8faa227d7d4e756004e243b6aebf414 (diff)
downloadtrackermap-web-70d15a4ecd73c894c462a7dd70c79d4a99e113d6.tar.gz
trackermap-web-70d15a4ecd73c894c462a7dd70c79d4a99e113d6.tar.bz2
trackermap-web-70d15a4ecd73c894c462a7dd70c79d4a99e113d6.zip
Geofences position attribute
Diffstat (limited to 'modern/src/common/attributes')
-rw-r--r--modern/src/common/attributes/usePositionAttributes.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/usePositionAttributes.js b/modern/src/common/attributes/usePositionAttributes.js
index 81497938..90905395 100644
--- a/modern/src/common/attributes/usePositionAttributes.js
+++ b/modern/src/common/attributes/usePositionAttributes.js
@@ -68,6 +68,10 @@ export default (t) => useMemo(() => ({
type: 'string',
property: true,
},
+ geofenceIds: {
+ name: t('sharedGeofences'),
+ property: true,
+ },
raw: {
name: t('positionRaw'),
type: 'string',