Guillaume Sarfati
Guillaume Sarfati

Reputation: 30

How to use mapbox.js default style in mapboxGL.js

before i used mapbox.js now i need use mapsboxGL.js but the mapbox.js style corresponds better to my app..

Mapbox.js mapbox.js

VS

MapboxGL.js mapboxGL.js

you know how?

Thanks

Upvotes: 0

Views: 86

Answers (1)

Lucas Wojciechowski
Lucas Wojciechowski

Reputation: 3802

You cannot use a Mapbox.js style in Mapbox GL JS.

Mapbox GL JS and Mapbox.js use very different rendering technologies and therefore have incompatible style specifications.

Have you considered using Mapbox Studio to tweak the GL style you are using?

Upvotes: 1

Related Questions