What is the bug?
The issue is that viewport changes are sometimes not updated and got stuck for the user. And, 2D - 3D change button doesn't work.
How to reproduce?
Simply open the viz for a cartographer, do some interactions (viewport changes) & go back to the home route and come again (to any cartographer's journey).
What's the technical issue?
The viewport isn't reset to its initial state when navigated through react-router.
How to solve it?
Learning about how react-router interacts with the web app and solve accordingly.
What is the bug? The issue is that viewport changes are sometimes not updated and got stuck for the user. And, 2D - 3D change button doesn't work.
How to reproduce? Simply open the viz for a cartographer, do some interactions (viewport changes) & go back to the home route and come again (to any cartographer's journey).
What's the technical issue? The viewport isn't reset to its initial state when navigated through react-router.
How to solve it? Learning about how react-router interacts with the web app and solve accordingly.