rubyforgood / mutual-aid

Mutual aid management platform for groups who build, support, and strengthen community resilience.
https://github.com/rubyforgood/mutual-aid/projects/4
MIT License
54 stars 61 forks source link

Replace mapbox-gl-vue library #993

Open solebared opened 3 years ago

solebared commented 3 years ago

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.

See #755 for further discussion.