Open lanas1234 opened 5 years ago
Maybe this has to do with the problem?
I've realized than when I zoom with my mouse wheel the loading/zooming is made at steps while when I use a mouse gesture zooming with my pad everything goes smooth, maybe there's something with the programming of the wheel zooming that can improved or configured in another way?
Here's the problem: http://www.doctorharapos.com/webMap/geotiff.html
-My geotiff files are ligth, just 4MB
-My process: starting from a ascii esri file I transform it to geotiff using gdalwarp, because I also do a change of projection
-I stack items in groups of 4 geotiff files with gdalbuildvrt
-I add LZW compression with gdal_translate and overviews with gdaladdo
An example of the answer of gdalinfo:
Any clue of what is happening or what can I do to speed up the loading?
All the best