Re: [gdal-dev] PDF OGR_LINK_FIELD not known

2012-12-03 Thread Jukka Rahkonen
Even Rouault mines-paris.org> writes: > > Le dimanche 02 décembre 2012 19:05:09, Jukka Rahkonen a écrit : > > Hi, > > > > I was testing some new features in PDF driver with GDAL r25277 from > > gisinternals. JAVASCRIPT_FILE (changeset 25275) works ok but OGR_LINK_FIELD > > (changeset 25276) giv

[gdal-dev] OGR modify feature

2012-12-03 Thread Srikanth
Hi, I am updating the feature of OGRFeature using poFeature->SetGeometry( newGeometry ). I want the attribute information to be retained while updating the geometry. Is there any way to do so or do i need to fetch the information and set it back. -- Regards, Srikanth __

Re: [gdal-dev] TIFF overviews issue

2012-12-03 Thread Fabian Schindler
Perfect, your workaround works for me. As I'm mostly dealing with small fairly small images, the performance decrease may not be a concern for me. I'll stick with this solution until I can definitely say that the target system has libtiff 4.0. Thanks Even! On 12/01/2012 11:37 AM, Even Rouaul