tentone / geo-three

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

how to get bbox of map ?? #58

Open AMheliware opened 1 year ago

tentone commented 1 year ago

Hello

You can get te bouding box of the map by traversing the map nodes and using three.js bouding box property to calculate the global bouding box.

AMheliware commented 1 year ago

thank you for the reply @tentone. as you said by traversing I am getting map nodes but bounding box for the same is null. and thanks for the amazing library. Screenshot (23)