Re: [gdal-dev] Editing attributes with ogr causing corrupt shapefile
ld(fieldName, i); >layer.SetFeature(feature); >feature.delete(); >} >// you must call "delete" (or Destroy in c/c++) to properly > close / write > the datasource.. >layer.delete(); &g
[gdal-dev] Editing attributes with ogr causing corrupt shapefile
call "delete" (or Destroy in c/c++) to properly close / write the datasource.. layer.delete(); dataSource.delete(); } -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/gdal-dev-Editing-attributes-with-ogr-causing-corrupt-shap