ffwdme/ffwdme.js

Mapbox tiles not loaded

Closed this issue · 1 comments

suoko commented

For any GET call to https://api.tiles.mapbox.com/v4/instantnavi.kggpbnd3/17/69629/47779.png?access_token=pk.[my secret]
I receive a "410 Gone" error
I guess I should update the tile connection to mapbox
https://docs.mapbox.com/help/troubleshooting/migrate-legacy-static-tiles-api/
Did anybody implemented it ?

suoko commented

Solved with new line
var tileURL = "https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/{z}/{x}/{y}?access_token=" + CREDENTIALS.mapboxToken;

in app.js