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
713 stars 341 forks source link

Can't change terrain tile size from 65x65 to 256x256 #101

Open olekaamodt opened 2 years ago

olekaamodt commented 2 years ago

Hi I can see there is a flag to set the tile-size when generating tiles, but the tiles .terrain format tiles seems to still be 65*65 even though i set the tiles-size to be 256x256

This is what I wrote

ctb-tile --output-format Terrain --tile-size 256 --profile mercator --output-dir outputDir input.tif