-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support custom source types #3326
Comments
Hey Lucas. I just forked mapbox-gl-js to achieve something similar. I need to override some of the VectorTileWorkerSource's behaviour... I understand that ultimately the ambition is for this mapping: I am asking because as much as i can survive on my fork until your work is complete, i'd hate making wrong assumptions about where this goes. I've been trying to deduct it from your work's outline, say #3034, perhaps didn't read carefully enough, but couldn't really reassure myself. BTW: is it in active development at present? |
Thanks for asking @remster. You can see the outstanding tasks for this refactor in in https://github.com/mapbox/mapbox-gl-js/projects/2. If you're serious about tackling any of those issues, let me know and I'll be sure to connect you with whatever help/resources you need. |
Based on current internal priorities, we aren't actively developing the custom source API right now. You can see our roadmap here: https://www.mapbox.com/mapbox-gl-js/roadmap/ |
This is an umbrella issue meant to track the various moving pieces of getting our custom source API ready for primetime. I created a project for this but am having trouble adding issues to it.
GeoJSONSource
as a compositionVectorTileSource
Map#addCustomSource(...)
methodThe text was updated successfully, but these errors were encountered: