[gdal-dev] OGR SetField() doesn't work

2009-11-19 Thread Arnaud Vandecasteele
Hi all, I'm trying to set a value on an existing field and existing Shapefile with python-ogr but it doesn't seems to work. Here is my works : - import ogr import math import os layerNameF = os.path.join("myShape.shp") driver = ogr.GetDriverByName("ESRI Shapefile") Laye

RE: [gdal-dev] OGR SetField() doesn't work

2009-11-19 Thread Nicolas Simon
:21 À : gdal-dev@lists.osgeo.org Objet : [gdal-dev] OGR SetField() doesn't work Hi all, I'm trying to set a value on an existing field and existing Shapefile with python-ogr but it doesn't seems to work. Here is my works : - import ogr import math i