diff options
author | Anton Tananaev <anton@traccar.org> | 2022-06-12 07:15:23 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-06-12 07:15:23 -0700 |
commit | 970df221bd7fb81d4d161ee91aa73cc56b05dfbe (patch) | |
tree | 9fd4fcb3da6d40480ccb6e104e1ef157dc575b60 /modern/src/common/attributes | |
parent | 127a8bfc5df8cbe66d5f60023fcf983e15ee13e8 (diff) | |
download | trackermap-web-970df221bd7fb81d4d161ee91aa73cc56b05dfbe.tar.gz trackermap-web-970df221bd7fb81d4d161ee91aa73cc56b05dfbe.tar.bz2 trackermap-web-970df221bd7fb81d4d161ee91aa73cc56b05dfbe.zip |
Support Bing Maps
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 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', |