mapbox / mapbox-plugins-ios

Experimental plugins to supercharge your maps ⚡️
ISC License
7 stars 8 forks source link

Updated timeline on plugins going public? #4

Closed Lndsay closed 7 years ago

Lndsay commented 7 years ago

👋 @incanus @1ec5 Wondering where with finishing the initial wave of plugins, open sourcing this repo, and any next actions? Anything I help with to get this moving?

cc: @ericrwolfe

incanus commented 7 years ago

I've not written any plugins yet; I'm unsure if @ericrwolfe has one. The clustering example code here might be able to be adapted, but I've not attempted that yet.

1ec5 commented 7 years ago

This is currently behind some navigation work that I’m finishing up and anything that may come up with the map SDK. A rough outline of what needs to happen, in case someone wants to pick up where I’ve left off in the 1ec5-project branch:

jmkiley commented 7 years ago

Would it be okay make this repo public once I land https://github.com/mapbox/mapbox-plugins-ios/pull/5 , or would it be better if I move #5 to its own project?

1ec5 commented 7 years ago

Let’s move #5 to a separate project. It isn’t based on the 1ec5-project, which implements the general framework for any plugin. It appears to implement a specialized subclass of MGLMapView rather than a plugin that could be applied to any MGLMapView. Even with a public plugin project, feel free to create separate projects that use the map SDK in novel ways; there’s no pressure to make everything a plugin.

jmkiley commented 7 years ago

Closing, will track work in #7