From 65a446db75a35604ceb7251c62452cededba2c3a Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 14 Feb 2022 17:53:32 +0000 Subject: [PATCH] Provide map style config for release (#321) And update nightly from the trial version we were using. --- element.io/nightly/config.json | 2 +- element.io/release/config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index 89dc7e9..a6c3beb 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -52,5 +52,5 @@ "features": { "feature_spotlight": true }, - "map_style_url": "https://api.maptiler.com/maps/basic/style.json?key=JCdnMQY3oGklTYYLIvtI" + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" } diff --git a/element.io/release/config.json b/element.io/release/config.json index 4a844da..b76e2b1 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -44,5 +44,6 @@ "posthog": { "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.hss.element.io" - } + }, + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }