stamen / chartographer

https://stamen.github.io/chartographer/
MIT License
19 stars 4 forks source link

Prompt for Mapbox token if needed #58

Closed aparlato closed 1 year ago

aparlato commented 1 year ago

Closes https://github.com/stamen/chartographer/issues/57

Prompts for a Mapbox token if needed for the typography chart.

QA

A

B

aparlato commented 1 year ago

One potential enhancement (follow up): what do you think about finding the access token if it's included as a parameter in the style URL? I used the URL of a Mapbox style from a Mapbox account that included access_token but was still prompted for it, seems like it'd be nice to simplify this for the user?

Good call! Will open a followup ticket to address this.