[gdal-dev] StringList and Esri Shapefile
Martin Landa
landa.martin at gmail.com
Mon Oct 13 05:43:50 PDT 2014
Hi,
2014-10-13 12:58 GMT+02:00 Even Rouault <even.rouault at spatialys.com>:
> Basically it is a matter of declaring a ogr.OFTString field in the target layer
> definition. dstFeature.SetFrom(srcFeature) will do the translation.
yes, I am already doing it
ofeature = ogr.Feature(olayer.GetLayerDefn())
ofeature.SetFrom(feature)
but it fails. Any idea? Thanks, Martin
--
Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa
More information about the gdal-dev
mailing list