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 load 3D terrain by loading geotiff data #56

Open yize-ck opened 1 year ago

yize-ck commented 1 year ago

I want to load and implement terrain through geotiff data, but I don't know how to start. Can you give me some advice

tentone commented 1 year ago

The library by itself does not support geotiff. It uses tiles to compose the world map.

But it should be fairly easy to align geotiff data with the tile system, is this what you are looking for?

yize-ck commented 1 year ago

ok,thank you