tentone / geo-three

Tile based geographic world map visualization library for threejs
https://tentone.github.io/geo-three/docs/
MIT License
699 stars 112 forks source link

Export QuadTreePosition #62

Closed StrandedKitty closed 1 year ago

StrandedKitty commented 1 year ago

QuadTreePosition export was missing in Main.ts. For my specific use case I need this class to create custom MapNodes.

tentone commented 1 year ago

Approved LGTM!

StrandedKitty commented 1 year ago

Thanks!