mapbox / mapbox-gl-leaflet

binding from Mapbox GL JS to the Leaflet API
ISC License
522 stars 154 forks source link

Removed check for given accessToken because Mapbox GL JS works without! #119

Closed JanLoebel closed 4 years ago

JanLoebel commented 4 years ago

I removed the check for a given access token in the options. Mapbox GL JS just works fine without if you want to use a self hosted solution.

Proof: https://github.com/mapbox/mapbox-gl-js/issues/8569