-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove direct mapbox-gl dependencies #235
Comments
@mcwhittemore for the second one could we just replace |
We should make upstream changes to avoid the need to inherit |
@kelvinabrokwa - do we even need a module for this? @lucaswoj - Are you thinking of breaking Control out of mapbox-gl-js? It feels like this could lead to the just another dependency problem. |
I'm thinking about removing the need to subclass something to create a control. We can move all the logic from |
Currently
mapbox-gl-draw
includemapbox-gl
as part of its build. This means end users are downloadingmapbox-gl
twice. Lets find ways to remove these dependencies.mapbox-gl-draw/src/api.js
Line 3 in 33346ac
mapbox-gl-draw/src/util.js
Line 3 in 85141d0
The text was updated successfully, but these errors were encountered: