Using useControl and deck.gl #1862
Unanswered
zrichardet
asked this question in
Q&A
Replies: 1 comment
-
https://github.com/visgl/deck.gl/blob/master/docs/api-reference/mapbox/mapbox-overlay.md |
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 have an application that is using deck.gl v8.7.8 and react-map-gl v7.0.11. I am using the new useControl hook to use the MapboxDraw library directly that is replacing the react-map-gl-draw library that is no longer supported with the newest version of react-map-gl.
I lose the ability to draw polygons on the map when using deck.gl to render my layers on the map because the deck.gl overlay renders on top of the react-map-gl map. I was looking for any work around for this issue so that I am able to use both deck.gl and the native MapboxDraw functions together?
Beta Was this translation helpful? Give feedback.
All reactions