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
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
__
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