Render and edit vertexes of polyline on Google Map using Deckgl. #5680
ravikumar999
started this conversation in
General
Replies: 2 comments
-
You could use It uses deck-gl. The problem is that it is not compatible with Google Map uber/nebula.gl#286 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If it's just polylines with draggable handles, you could try a PathLayer with Scatterplot or a GeoJsonLayer For dragging: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Google Map to render polylines. I have a use case where users can render around 30k polylines also they can edit the vertex. The browser gets freeze completely when I render those 30k polylines. I decided to use Deckgl with Google Maps. but I am not sure I could render those polylines and edit the vertex of those polylines on a deckgl layer.
I have created a codesanfbox https://codesandbox.io/s/dark-breeze-11fd6?file=/src/index.js
Beta Was this translation helpful? Give feedback.
All reactions