Re: [gdal-dev] OGR C API Help needed

2010-09-17 Thread Stephen Woodbridge
Nevermind, all is good. It helps if you execute the new code and not the one in the path! -Steve On 9/17/2010 7:42 PM, Stephen Woodbridge wrote: Hi all, I am stumped by this. I am trying to copy a shapefile and append a new attribute column to it. The loop below adds all the existing fields

[gdal-dev] OGR C API Help needed

2010-09-17 Thread Stephen Woodbridge
Hi all, I am stumped by this. I am trying to copy a shapefile and append a new attribute column to it. The loop below adds all the existing fields, but the code following does not add the new field. I have been trying to figure this out for hours and I assume it is something really stupid tha