From e3a2482be3903bda422259c5f8e9384dd66d2bd3 Mon Sep 17 00:00:00 2001 From: "marc.sirisak" Date: Wed, 22 May 2024 09:54:19 +0200 Subject: [PATCH] feat(config): activate geoloc for dev preprod and prod lab --- config.dev.json | 5 +++-- config.preprod.json | 5 +++-- config.prod.lab.json | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/config.dev.json b/config.dev.json index 6f25fd4760..8221026774 100644 --- a/config.dev.json +++ b/config.dev.json @@ -62,7 +62,7 @@ "UIFeature.thirdPartyId": true, "UIFeature.identityServer": true, "UIFeature.advancedEncryption": false, - "UIFeature.locationSharing": false, + "UIFeature.locationSharing": true, "MessageComposerInput.showPollsButton": true, "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, @@ -117,5 +117,6 @@ "ext01.tchap.incubateur.net" ], "feature_video_call": ["dev01.tchap.incubateur.net", "dev02.tchap.incubateur.net", "ext01.tchap.incubateur.net"] - } + }, + "map_style_url": "https://openmaptiles.geo.data.gouv.fr/styles/osm-bright/style.json" } diff --git a/config.preprod.json b/config.preprod.json index 81ab8d5d8f..bea562e9b2 100644 --- a/config.preprod.json +++ b/config.preprod.json @@ -57,7 +57,7 @@ "UIFeature.thirdPartyId": true, "UIFeature.identityServer": true, "UIFeature.advancedEncryption": false, - "UIFeature.locationSharing": false, + "UIFeature.locationSharing": true, "MessageComposerInput.showPollsButton": true, "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, @@ -108,5 +108,6 @@ "feature_space": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"], "feature_audio_call": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"], "feature_video_call": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"] - } + }, + "map_style_url": "https://openmaptiles.geo.data.gouv.fr/styles/osm-bright/style.json" } diff --git a/config.prod.lab.json b/config.prod.lab.json index 50d4365257..d3338aab0c 100644 --- a/config.prod.lab.json +++ b/config.prod.lab.json @@ -150,7 +150,7 @@ "UIFeature.thirdPartyId": true, "UIFeature.identityServer": true, "UIFeature.advancedEncryption": false, - "UIFeature.locationSharing": false, + "UIFeature.locationSharing": true, "MessageComposerInput.showPollsButton": true, "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, @@ -195,5 +195,6 @@ "feature_space": ["agent.dinum.tchap.gouv.fr"], "feature_audio_call": ["*"], "feature_video_call": ["agent.dinum.tchap.gouv.fr"] - } + }, + "map_style_url": "https://openmaptiles.geo.data.gouv.fr/styles/osm-bright/style.json" }