Hi all, I have a problem with ECW and wktext. When I generate a TIFF, or a JP2000, no problem. gdalwarp -of VRT -s_srs "+init=IGNF:LAMB2 +wktext" -t_srs "+init=IGNF:LAMB93" file.ecw file_reproj.vrt gdal_translate -of JP2ECW -co TARGET=90 -co LARGE_OK=YES -co PROJ=LMFRAN93 -co DATUM=RGF93 -projwin X Y X Y file_reproj.vrt file2.jp2
But, when I try to generate a ECW, with the same command gdal_translate -of ECW -co TARGET=90 -co LARGE_OK=YES -co PROJ=LMFRAN93 -co DATUM=RGF93 -projwin X Y X Y file_reproj.vrt file2.ecw It doesn't work, gdal_translate doesn't work, it stays at "0" (and not 0...10...20...etc.). The problem comes from "wktext" because without "wktext", it works. Any ideas ? Thanks.
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
