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 to run gdalinfo from another path and it can't find the files. Am I missing something? Is it not legal to use vsizip in vrt files? Thanks. Tested on Linux and Windows. kss /** * * Kyle Shannon * ksshan...@gmail.com * */
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev