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

Fix selecting a country that is not visible on the globe #56

Closed sitek94 closed 4 years ago

sitek94 commented 4 years ago

The app crashes when selecting a country that is not visible from the select menu.

This is due to the fact that when using geoOrthographic projection, the countries that are not visible are not rendered and I can't calculate the next projection.