kaktus40 / Cesium-GeoserverTerrainProvider

plug in to use geoserver as terrain provider
Other
356 stars 140 forks source link

Can we use .tif tiles as terrain tiles? #20

Closed mrgloom closed 7 years ago

mrgloom commented 7 years ago

For now I'm using cesium-terrain-builder for producing terrain tiles in .terrain format, but I wonder can Cesium work with float .tif tiles (maybe using Cesium-GeoserverTerrainProvider)?

kaktus40 commented 7 years ago

You should understand that the starting point to use Cesium-GeoserverTerrainProvider is geoserver with bil/DDS capabilities. So You must insert your data into geoserver before working with this plugin. I recommand you to make a pyramid of tiles with gdal before use of geoserver. If you are interested, you should check this.

mrgloom commented 7 years ago

I'm not sure what BIL/DDS means, as I understand for now my cesium app use apache server for supply .terrain tiles.

kaktus40 commented 7 years ago

Check this