aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/attributes/useCommonUserAttributes.js
diff options
context:
space:
mode:
authorBoubrid Ihab <boubrid.ihab@gmail.com>2022-06-20 12:19:16 +0100
committerBoubrid Ihab <boubrid.ihab@gmail.com>2022-06-20 12:26:56 +0100
commit0ed9f83afacf0200d62bfd59b06d273c57cb48a9 (patch)
treea889b55526e60771a05b0dfe029ec9b6c10df2a0 /modern/src/common/attributes/useCommonUserAttributes.js
parent652910400f87fa3e143a75d6587cd8d0f50d5778 (diff)
downloadtrackermap-web-0ed9f83afacf0200d62bfd59b06d273c57cb48a9.tar.gz
trackermap-web-0ed9f83afacf0200d62bfd59b06d273c57cb48a9.tar.bz2
trackermap-web-0ed9f83afacf0200d62bfd59b06d273c57cb48a9.zip
feature: max zoom on map
Diffstat (limited to 'modern/src/common/attributes/useCommonUserAttributes.js')
-rw-r--r--modern/src/common/attributes/useCommonUserAttributes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js
index da19885e..1409c5ac 100644
--- a/modern/src/common/attributes/useCommonUserAttributes.js
+++ b/modern/src/common/attributes/useCommonUserAttributes.js
@@ -64,12 +64,12 @@ export default (t) => useMemo(() => ({
'web.selectZoom': {
name: t('attributeWebSelectZoom'),
type: 'number',
- },
+ }, */
'web.maxZoom': {
name: t('attributeWebMaxZoom'),
type: 'number',
},
- 'ui.hidePositionAttributes': {
+ /* 'ui.hidePositionAttributes': {
name: t('attributeUiHidePositionAttributes'),
type: 'string',
}, */