From 0681fa81a432c36a051e16c909347f4442fd108f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 6 Dec 2021 17:08:57 +0000 Subject: [PATCH] Add map_style_url to Element Nightly (#282) --- element.io/nightly/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index 4266c0c..e08f805 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -50,5 +50,6 @@ }, "features": { "feature_spaces_metaspaces": true - } + }, + "map_style_url": "https://api.maptiler.com/maps/basic/style.json?key=JCdnMQY3oGklTYYLIvtI" }