sitek94 / pocket-globe-app

Use the draggable and zoomable globe to explore the countries of the world.
https://sitek94.github.io/pocket-globe-app
MIT License
11 stars 2 forks source link

Add: zoom and rotation buttons functionality #61

Closed sitek94 closed 4 years ago

sitek94 commented 4 years ago

First I created functions that handle rotating and zooming of the projection. Then I created event handlers for zooming and rotating and connected it to the corresponding buttons.

Closes #49, closes #60