diff options
author | Anton Tananaev <anton@traccar.org> | 2022-06-12 07:30:52 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-06-12 07:30:52 -0700 |
commit | 3eb1bb2e3f3d43cda2efe92754be4285dac6dbfd (patch) | |
tree | 974abf53abd89857a155e4e3ec44ccda176ddbe5 /modern/src/common | |
parent | 970df221bd7fb81d4d161ee91aa73cc56b05dfbe (diff) | |
download | trackermap-web-3eb1bb2e3f3d43cda2efe92754be4285dac6dbfd.tar.gz trackermap-web-3eb1bb2e3f3d43cda2efe92754be4285dac6dbfd.tar.bz2 trackermap-web-3eb1bb2e3f3d43cda2efe92754be4285dac6dbfd.zip |
Add OpenWeather overlay
Diffstat (limited to 'modern/src/common')
-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 ecb39daa..658f8668 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -17,6 +17,10 @@ export default (t) => useMemo(() => ({ name: t('mapBingKey'), type: 'string', }, + openWeatherKey: { + name: t('mapOpenWeatherKey'), + type: 'string', + }, notificationTokens: { name: t('attributeNotificationTokens'), type: 'string', |