React-native-mapbox-gl: [Question] Drawing geometry on map

Created on 28 Nov 2017  路  9Comments  路  Source: nitaliano/react-native-mapbox-gl

Hi,

I have a question. What is the simplest and most efficient way to draw different geometry shapes on the map, like points, polygons, lines, etc. ? I know for https://github.com/mapbox/mapbox-gl-draw but is there anything like this but for drawing on mobile? Thanks

Most helpful comment

Any update on when we can draw polygons on a map with React Native SDK ?

All 9 comments

There is no draw package out yet, but there are plans to have one. Do you need to be able to edit the vertices for your use case?

I need 3 types of shapes: points, lines/ multi lines, and polygons. What I want to do with this:

-allow a user to draw (insert) those shapes and when the user hits some submit button this shapes will be inserted in some .json or database

  • allow the user to update those shapes from that data source (move vertices for multiple lines and polygons, moving points, etc.)
  • allow the user to delete those shapes (for example on the shape that user clicks)

Can I help/contribute somehow?

@StevanCakic I think we'll be in a better place once we open up a repo drawing repo to start with contributions. One thing that this repo needs to do before we can create a drawing library is being able to drag layers on the map, which is slightly more complicated than being able to drag regular Views.

Can we draw lines on react native mapbox from one geo point to another ?

Any update on when we can draw polygons on a map with React Native SDK ?

Any update for drawing polygons yet?
I want to send some points to map and it draws points.

Any updates on drawing polygons?

bump :)

Is it possible to draw polygons on a map with React Native SDK ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

igor9silva picture igor9silva  路  3Comments

EwanValentine picture EwanValentine  路  3Comments

lernerbot picture lernerbot  路  3Comments

VentsislavDinev picture VentsislavDinev  路  3Comments

Amalp picture Amalp  路  3Comments