Re: [gdal-dev] Projection of GEOTIFF in C# problems

2010-02-02 Thread Tamas Szekeres
Patrik, The GDALInfo csharp sample application doesn't exactly follow the C version by producing the same output. However it's pretty straight forward to report the projection similarly using the C# API. I've just added the required changes in the development version: http://trac.osgeo.org/gdal/c

[gdal-dev] Projection of GEOTIFF in C# problems

2010-02-01 Thread Patrik Svensson
Hi all, I have problem with geotiff files created with gdal_translate when I try to read them with the C# bindings. So I tested it with the GDALInfo commands. GDALInfo.exe (The c-api) will output the correct projection information: C:\tmp\release-1500-x64-gdal-mapserver\bin>gdal\apps\GDALI