diff options
author | Anton Tananaev <anton@traccar.org> | 2022-06-12 09:34:33 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-06-12 09:34:33 -0700 |
commit | 2179dd19dd0dbdded0b62d0d31ba1b3162ee145f (patch) | |
tree | c55cec0186e93f15b95e82980c00c113effe1dfd /modern/src/common/attributes | |
parent | 9b2d9f747812a43282614304f9ae7a37e71523c1 (diff) | |
download | trackermap-web-2179dd19dd0dbdded0b62d0d31ba1b3162ee145f.tar.gz trackermap-web-2179dd19dd0dbdded0b62d0d31ba1b3162ee145f.tar.bz2 trackermap-web-2179dd19dd0dbdded0b62d0d31ba1b3162ee145f.zip |
Add HERE maps and traffic
Diffstat (limited to 'modern/src/common/attributes')
-rw-r--r-- | modern/src/common/attributes/useCommonUserAttributes.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js index 57d10468..da19885e 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -25,6 +25,10 @@ export default (t) => useMemo(() => ({ name: t('mapTomTomKey'), type: 'string', }, + hereKey: { + name: t('mapHereKey'), + type: 'string', + }, notificationTokens: { name: t('attributeNotificationTokens'), type: 'string', |