landsatliu
landsatliu
I use visual studio2017 to build CTB tools and then create tiles using ctl-tile.exe, As a result, I failed directly, and I didn't generate any terrain files. 
``` var extent84 = new itowns.Extent( 'EPSG:4326', 116.710666948693, 116.845104311178, 36.2984934575504, 36.4445095937182); var tmsSource2 = new itowns.TMSSource({ format: 'image/png', url: 'http://.com/${z}/${x}/${y}.png', zoom: { min: 8, max: 20 }, extent: extent84, tileMatrixSet:...
i use gdalwarp to transform the raster, ``` gdalwarp -srcnodata 9999 -dstnodata 0 F:\msz\msz.tif F:\msz\mszg.tif ``` but the destination min value changed to the source nodata,and the destination nodata change...