Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo site is broken #399

Open
YaroslavKormushyn opened this issue May 17, 2023 · 3 comments
Open

Demo site is broken #399

YaroslavKormushyn opened this issue May 17, 2023 · 3 comments

Comments

@YaroslavKormushyn
Copy link
Contributor

The demo site does not render any maps.

https://wykks.github.io/ngx-mapbox-gl/demo/display-map

Seems like the account token for Mapbox is either expired or invalid.
image

@guiseek
Copy link

guiseek commented Jul 3, 2023

Any predictions to fix @Wykks?

@prunehillsoftware
Copy link

This is still a problem. It sure would be nice to see the demo.

@Andmac12
Copy link

Download a request interceptor extension for the browser (this one works just fine for me). Then follow the steps:

  1. Get your API access token through your account.
  2. In the browser extension, add a rule group to when the page's URL contains 'https://wykks.github.io/'.
  3. Add an action to when request's URL contains 'api.mapbox.com'.
  4. Select the performing action to be "Modify Query Param". "access_token" in the name and your API token in the value.

That should do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants