RE: [gdal-dev] ECW projection data using Dataset.GetProjectionRef()

2009-10-20 Thread Kris Pribadi
Thanks. Kris From: Tamas Szekeres [mailto:szeker...@gmail.com] Sent: Tuesday, October 20, 2009 11:50 AM To: Kris Pribadi Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] ECW projection data using Dataset.GetProjectionRef() Kris, I guess you should make some of the GDAL support fi

Re: [gdal-dev] ECW projection data using Dataset.GetProjectionRef()

2009-10-20 Thread Tamas Szekeres
Kris, I guess you should make some of the GDAL support files (like ecw_cs.wkt) available to load by the driver. You should either set up the GDAL_DATA environment variable to point to the location of the file, or just copy the file into your directory from where the executable is running. Best r