Open jehie opened 1 year ago
I'm trying to replicate this https://docs.mapbox.com/mapbox-gl-js/example/globe-spin/ spinning globe example using react-map-gl, however I get this "jumping/jagged" experience, whenever the easeTo is called again every 1 second.
This does not happen with mercator projection.
Any ideas what might be wrong here?
Smoothly spinning globe.
Here is a Code Sandbox link: https://codesandbox.io/s/wild-resonance-4500kv (add mapbox key)
No response
I'm also experiencing this. Is there any solution to this issue?
I also tried to replicate the globe spine and ended up with "Maximum call stack size exceeded". This also happens with your Code Sandbox link
Description
I'm trying to replicate this https://docs.mapbox.com/mapbox-gl-js/example/globe-spin/ spinning globe example using react-map-gl, however I get this "jumping/jagged" experience, whenever the easeTo is called again every 1 second.
This does not happen with mercator projection.
Any ideas what might be wrong here?
Expected Behavior
Smoothly spinning globe.
Steps to Reproduce
Here is a Code Sandbox link: https://codesandbox.io/s/wild-resonance-4500kv (add mapbox key)
Environment
Logs
No response