mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

plugin-draw #1146

Open mortezaomidi opened 4 years ago

mortezaomidi commented 4 years ago

Dear reader, I have used the libraries (Android and JavaScript) in several projects. I think like any mapping tools, the Mapbox android SDK needs a plugin that allows user to easily drawing and editing features. Recently, I've done a project without the use of any third party libraries for drawing and editing geometries. I felt that turning this into a plugin could help other developers. It should be noted that I used the Annotation plugin before, but I could not feel comfortable with it for drawing.

My idea is that a plugin named "plugin-draw" has a UI component with a series of settings and facilities for drawing/ editing management. somthing like this. Thank you for guiding me to make sure that such a thing is really needed.

an screenshot of mentioned project ea2532f3-e163-4f57-9aa0-9aa60a0fbd94

langsmith commented 4 years ago

Hi @mortezaomidi , thanks for this great ticket. Although not much has moved in its thread, https://github.com/mapbox/mapbox-plugins-android/issues/819 also tracks the idea of drawing and editing features.

These examples are related to GeoJSON editing in the way that the screenshot above shows:

mortezaomidi commented 4 years ago

Thanks for referring me to the right place.