skynice
skynice
@constantinius please download in http://182.92.155.46:81/geotiff.tif
@constantinius i clone the git project , in my project ,i use like this: Title let filename = "geotiff.tif"; let pool = new GeoTIFF.Pool(); GeoTIFF.fromUrl(filename).then(function(tiff){ tiff.readRasters({interleave:true},pool).then(function(raster){ console.log('a') }); }).catch(function(error){ console.error(error)...
@constantinius if i use like this, the worked... Title let filename = "geotiff.tif"; var xhr = new XMLHttpRequest(); xhr.open('GET', filename, true); xhr.responseType = 'arraybuffer'; xhr.onload = function(e) { let arrayBuffer...
@constantinius thank you very much. i use webstorm nesting web server found the problem.today i receiver your reply ,i try iis or node express ,the function correctly