Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mrgloom opened this issue Feb 7, 2017 · 3 comments
Closed

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

mrgloom opened this issue Feb 7, 2017 · 3 comments

Comments

@mrgloom
Copy link

mrgloom commented Feb 7, 2017

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
Copy link
Owner

kaktus40 commented Feb 7, 2017

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
Copy link
Author

mrgloom commented Feb 7, 2017

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

@kaktus40
Copy link
Owner

kaktus40 commented Feb 7, 2017

Check this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants