id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 4883,libkml can't read own output,45136,warmerdam,"I have made the following simple kml file named kmltest.kml: {{{ kmltest.kml testlayer Test point #L_WB System foobar 36.1,36.2,0 }}} and performed the following operation with gdal 1.9.2 and libkml driver: {{{ ogr2ogr -f libkml kmlexport.kml kmltest.kml ogr2ogr -f libkml kmlexport2.kml kmlexport.kml }}} kmlexport has the following ExtendedData: {{{ foobar }}} (which is correct), but the second output looks like this: {{{ testlayer Test point #L_WB 36.1,36.2,0 }}} Looks like ExtendedData as provided by the first kmleport.kml is not read in the second running. ",defect,closed,normal,1.9.3,OGR_SF,1.9.2,normal,fixed,libkml,winkey Even Rouault