go-spatial / fresco

An open source vector tile style editor
https://fresco.go-spatial.org
Apache License 2.0
234 stars 26 forks source link

Support for mapbox:// sources #23

Closed ARolek closed 6 years ago

ARolek commented 6 years ago

If you use a mapbox source you need to supply an API token. You can use the attached style to see the error. scoutred-satellite.json.zip

justenPalmer commented 6 years ago

Open issue with mapbox-gl to have them trigger the on('error') event when there is a missing ACCESS_TOKEN. This will enable missing access token errors to be signaled to the user.