From fb5490e8e892c34a7f17b3b29a51a34507ef76ff Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 14 Feb 2022 18:02:13 +0000 Subject: [PATCH] Provide map style config for release (#321) (#322) And update nightly from the trial version we were using. Co-authored-by: Andy Balaam --- 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 89dc7e9a..a6c3beb2 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 4a844dab..b76e2b14 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" }