Re: [gdal-dev] vsizip and vrt driver

2012-03-01 Thread Even Rouault
Selon Kyle Shannon : > Hello all, > I recently built a VRT from several SRTM tiles that were zipped into > archives: > > gdalbuildvrt srtm.vrt /vsizip/srtm_01_02.zip/srtm_01_02.asc > /vsizip/srtm_01_07.zip/srtm_01_07.asc /vsizip/srtm_01_02.zip/srtm_01_12.asc > > Everything works fine. I changed th

[gdal-dev] vsizip and vrt driver

2012-03-01 Thread Kyle Shannon
Hello all, I recently built a VRT from several SRTM tiles that were zipped into archives: gdalbuildvrt srtm.vrt /vsizip/srtm_01_02.zip/srtm_01_02.asc /vsizip/srtm_01_07.zip/srtm_01_07.asc /vsizip/srtm_01_02.zip/srtm_01_12.asc Everything works fine. I changed the relativeToVRT value to "1" and try