Re: [gdal-dev] [python-ogr] GML attributes are missing

2011-02-25 Thread Frank Broniewski
Even, merci beaucoup for your continuous help and support! Creating the fields on the target layer and using the feature definition from the target layer does indeed help :-). I even looked at the corresponding part in ogr2ogr.py before writing to the list but I didn't realise that this part

Re: [gdal-dev] [python-ogr] GML attributes are missing

2011-02-25 Thread Even Rouault
Selon Frank Broniewski : > Hello, > > I have a problem when converting datasources from one format to GML. > Whenever I export my source datasource to a GML - datasource the > attributes of the features are missing in the resulting gml file. Other > exports to formats like shapefile, kml or geojso

[gdal-dev] [python-ogr] GML attributes are missing

2011-02-25 Thread Frank Broniewski
Hello, I have a problem when converting datasources from one format to GML. Whenever I export my source datasource to a GML - datasource the attributes of the features are missing in the resulting gml file. Other exports to formats like shapefile, kml or geojson have the attributes included.