WorldWindEarth / worldwind-react-globe

A React component for interacting with the Web WorldWind virtual globe SDK from NASA and ESA
https://worldwind.earth/worldwind-react-globe/
MIT License
41 stars 19 forks source link

Add enableNavigation prop to Globe #8

Open emxsys opened 6 years ago

emxsys commented 6 years ago

Add the enableNavigation prop to the Globe to control whether the user can move the globe with mouse or touch gestures. The default value should be true.

Setting this prop to false would establish a static globe/map whose location can only be changed programmatically.