fix(wiki): update mapbox scopes and url

This commit is contained in:
jubnl
2026-04-20 10:18:44 +02:00
parent c1b9d11173
commit 1559ed12bd
+8 -1
View File
@@ -37,7 +37,14 @@ You can also type any XYZ tile URL directly into the text field.
## Mapbox GL — access token and style ## 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. 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.