aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/attributes/useCommonUserAttributes.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-06-12 07:15:23 -0700
committerAnton Tananaev <anton@traccar.org>2022-06-12 07:15:23 -0700
commit970df221bd7fb81d4d161ee91aa73cc56b05dfbe (patch)
tree9fd4fcb3da6d40480ccb6e104e1ef157dc575b60 /modern/src/common/attributes/useCommonUserAttributes.js
parent127a8bfc5df8cbe66d5f60023fcf983e15ee13e8 (diff)
downloadtrackermap-web-970df221bd7fb81d4d161ee91aa73cc56b05dfbe.tar.gz
trackermap-web-970df221bd7fb81d4d161ee91aa73cc56b05dfbe.tar.bz2
trackermap-web-970df221bd7fb81d4d161ee91aa73cc56b05dfbe.zip
Support Bing Maps
Diffstat (limited to 'modern/src/common/attributes/useCommonUserAttributes.js')
-rw-r--r--modern/src/common/attributes/useCommonUserAttributes.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js
index c1c7d981..ecb39daa 100644
--- a/modern/src/common/attributes/useCommonUserAttributes.js
+++ b/modern/src/common/attributes/useCommonUserAttributes.js
@@ -13,6 +13,10 @@ export default (t) => useMemo(() => ({
name: t('mapMapTilerKey'),
type: 'string',
},
+ bingMapsKey: {
+ name: t('mapBingKey'),
+ type: 'string',
+ },
notificationTokens: {
name: t('attributeNotificationTokens'),
type: 'string',