If you’re using Mapbox static or interactive maps you might still be using the old method for pulling in a style.
Recognise either of these?
L.mapbox.map('map-id', 'account.styleID')
https://api.tiles.mapbox.com/v4/mapbox.style/
Well there are newer ways to do things now, and in the near future these will stop working for you.
First step is to update the version of the javascript library you’re using (if you are) to at least v2.4.0. So any direct links to mapbox javascript files or you might have it referenced in your composer or npm package list.
Continue reading