phegman / vue-mapbox-gl

A Vue.js component for Mapbox GL JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using without "mapbox" map

vinayakkulkarni opened this issue · comments

  1. https://gis.stackexchange.com/a/260795
  2. https://gis.stackexchange.com/questions/188141/mapbox-sdk-is-it-free-if-you-host-your-own-vector-tiles/260795#260795

Just wanted to know whether this wrapper supports using mapbox-gl-js without using the traditional mapbox access-token?

It does, just pass an empty string to the access-token prop. See this issue for more details: #32