From 1559ed12bdf7906712b6a67bfc9d37dc9a48b6fd Mon Sep 17 00:00:00 2001 From: jubnl Date: Mon, 20 Apr 2026 10:18:44 +0200 Subject: [PATCH] fix(wiki): update mapbox scopes and url --- wiki/Map-Settings.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wiki/Map-Settings.md b/wiki/Map-Settings.md index 61594dcd..3dd8725c 100644 --- a/wiki/Map-Settings.md +++ b/wiki/Map-Settings.md @@ -37,7 +37,14 @@ You can also type any XYZ tile URL directly into the text field. ## Mapbox GL — access token and style -Enter your **public token** (`pk.*`) from [mapbox.com → Access tokens](https://account.mapbox.com/access-tokens/). +Enter your **public token** (`pk.*`) from [mapbox.com → Access tokens](https://console.mapbox.com/account/access-tokens/). + +Required scopes are: +- STYLES:TILES +- STYLES:READ +- FONTS:READ +- DATASETS:READ +- VISION:READ If Mapbox GL is selected but no token is saved, the map area shows an empty state with a prompt to configure the token under Settings → Map → Mapbox GL.