aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-06-12 06:41:42 -0700
committerAnton Tananaev <anton@traccar.org>2024-06-12 06:41:42 -0700
commit1527dd4c81ee77bbf087cff6bf9b9747c75a7353 (patch)
tree117ec8ab24d67a443baa627fee2cceb7f6db4049 /src/common
parent8ab0fc98d713102747f5fd376255ee31be69da97 (diff)
downloadtrackermap-web-1527dd4c81ee77bbf087cff6bf9b9747c75a7353.tar.gz
trackermap-web-1527dd4c81ee77bbf087cff6bf9b9747c75a7353.tar.bz2
trackermap-web-1527dd4c81ee77bbf087cff6bf9b9747c75a7353.zip
Use official Google Map tiles
Diffstat (limited to 'src/common')
-rw-r--r--src/common/attributes/useCommonUserAttributes.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/attributes/useCommonUserAttributes.js b/src/common/attributes/useCommonUserAttributes.js
index 294ddea8..43983fbc 100644
--- a/src/common/attributes/useCommonUserAttributes.js
+++ b/src/common/attributes/useCommonUserAttributes.js
@@ -49,6 +49,10 @@ export default (t) => useMemo(() => ({
name: t('attributePopupInfo'),
type: 'string',
},
+ googleKey: {
+ name: t('mapGoogleKey'),
+ type: 'string',
+ },
locationIqKey: {
name: t('mapLocationIqKey'),
type: 'string',