Reputation: 910
I have gone through MapBox's open source libraries and primarily interested in using mapbox-gl-js
But, I am unable to understand why I need to use mapbox's key with open source library. Is it built to use the key otherwise I cannot? I want to use this library as a prototype in my company and want to make sure what the implications are.
Upvotes: 2
Views: 747
Reputation: 3802
The access token is only needed if you are using tiles, styles, fonts, sprites, etc hosted by Mapbox servers.
If you host your own vector tiles or use those hosted by another service, the access token is not needed.
Upvotes: 5