Skip to content

Commit

Permalink
doc: correct README.md on the subject of token being mandatory (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
DroidZed authored Mar 4, 2021
1 parent 1932325 commit 23ba3e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ export class AppModule {}

How to get a Mapbox token: https://www.mapbox.com/help/how-access-tokens-work/

Note: `mapbox-gl` can work without a token, if you have your own source, for example: https://stackblitz.com/edit/ngx-mapbox-gl-without-token
Note: `mapbox-gl` cannot work without a token anymore.
If you want to keep using their services then make a free account, generate a new token for your application and use it inside your project.

You can use https://github.com/klokantech/tileserver-gl to serve vector tiles.

Expand Down

0 comments on commit 23ba3e0

Please sign in to comment.