The reason for this seems to be in maplibre-gl-js 2.x, the mapbox:// url scheme has been dropped and if I use the commented out style option, the map loads as expected. Is there any chance of this getting fixed?
I have also tried the https://api.mapbox.com/styles/v1/ URL but the fragments still load with the mapbox url scheme. This is my pacakge.json.
I have been having this issue since the last version and was hoping the latest release would fix it but unfortunately this issue still persists.
I have the following component to render the map in Vue 3:
This throws the following error:
The reason for this seems to be in
maplibre-gl-js 2.x
, themapbox://
url scheme has been dropped and if I use the commented out style option, the map loads as expected. Is there any chance of this getting fixed?I have also tried the
https://api.mapbox.com/styles/v1/
URL but the fragments still load with the mapbox url scheme. This is mypacakge.json
.