MapTilesDownloader
MapTilesDownloader copied to clipboard
MapBox Access Token Unauthorized
using docker version and got this error
Error is about the MapBox API is invalid. I am assuming the developer of this project had use his own key but then disabled API key via MapBox.
Solution is simple you just need to create MapBox Public Access Token for free from: https://account.mapbox.com/ then from project files, open "src/UI/main.js" file on line 47 add your Token
function initializeMap() {
mapboxgl.accessToken = 'YOUR_PUBLIC_ACCESS_TOKEN';
then you can use without any problem
Dear @AliFlux, can you please add an option to list our own mapbox keys? Everything else seems to work perfectly!