geo-data / cesium-terrain-builder

A C++ library and associated command line tools designed to create terrain tiles for use in the Cesium JavaScript library
Other
709 stars 339 forks source link

The results of tiles is not correct by master branch built by VS 2015 #41

Open WeiGuoyingGitHub opened 7 years ago

WeiGuoyingGitHub commented 7 years ago

I use visual studio2015 to build CTB tools and then create tiles using ctl-tile.exe,but when I load this tiles in cesium, there is nothing to show. command: ctb-tile --output-dir ./tiles ASTGTM2_N27E103_dem.tif --start-zoom 8 --end-zoom 0 this is CTB tools: image this is tiles, the right of image is right result, and the left is my test result which failed to load rightfully in cesium. image