vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.99k stars 298 forks source link

Fix typings by adding number type to lat, lng and altitude parameters #85

Closed Samshal closed 2 years ago

Samshal commented 2 years ago

This resolves errors that are generated when using this library in frameworks like angular that demands strict typing.

vasturiano commented 2 years ago

Thanks @Samshal. 👍