You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: