You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the mapbox-gl-vue library to bring mapbox-gl into our vue codebase. Unfortunately, that library uses an incompatible license (GPL 3.0) and also appears to be unmaintained.
Needs to be replaced either with a similar library or alternatively, our code refactored to use Mapbox GL JS w/o an intermediary.
We currently use the
mapbox-gl-vue
library to bringmapbox-gl
into our vue codebase. Unfortunately, that library uses an incompatible license (GPL 3.0) and also appears to be unmaintained.Needs to be replaced either with a similar library or alternatively, our code refactored to use
Mapbox GL JS
w/o an intermediary.See #755 for further discussion.
The text was updated successfully, but these errors were encountered: