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 120 forks source link

Geometry Editor Plugin #819

Open tobrun opened 5 years ago

tobrun commented 5 years ago

Similar to how http://geojson.io/ and Mapbox studio expose a geometry editor. It would be great having an Android plugin to achieve this for end-users more easily on Android (versus having to roll their own version).

This plugin would take care of visualising selection and generating the final geometry.

1ec5 commented 5 years ago

For reference, GeoJSON.io relies on Leaflet Draw and Mapbox Studio’s Datasets editor relies on gl-draw. It makes a lot of sense for there to also be a vector drawing library atop our native map SDKs.

langsmith commented 5 years ago

Two Mapbox demo app examples that could help in some way with this plugin if this plugin is ever worked on:

https://github.com/mapbox/mapbox-android-demo/pull/983

https://github.com/mapbox/mapbox-android-demo/pull/868

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 4 years ago

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

mortezaomidi commented 4 years ago

Please guide me how to turn Geometry Editor or maybe (plugin-draw #1146 ) into a MapBox plugin. Does anyone participate with me in this work? Let me know if this is really necessary.