togglePerspective
updating kepler.gl's map perspective mode. You can import and dispatch kepler.gl action togglePerspective
:mapStateUpdaters.togglePerspectiveUpdater
and call it inside the root reducer. The example below demos how to add a button outside kepler.gl component, and update the map perspective when click it.