Replies: 1 comment
-
I recommend you use the new MapboxOverlay in order to leverage all |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a GeoJsonLayer with extruded shapes inside of ReactMapGL framework, using the MapboxLayer.
It is working very well!
However now I want to adjust the lighting. Where is the lighting for the Deck GeoJsonLayer coming from?
I have no Deck instance (at least, not one created by me) in order to use LightingEffect.
Changing the Mapbox/ReactMapGl
light
prop doesn't seem to affect the GeoJsonLayer rendering.Is the light source controlled by Mapbox, or by Deck?
If it is controlled by Deck, how do I adjust it while it is being used inside a Mapbox custom layer?
Beta Was this translation helpful? Give feedback.
All reactions