I'm testing upgrading from GDAL 3.9 to 3.11, but I had some old unit tests fail that check KMZ to CSV conversion output. In particular, a new and empty "id" column has appeared in the CSV.
I'm guessing it's related to this LIBKML_ID_FIELD change in 3.10. https://gdal.org/en/stable/drivers/vector/libkml.html#fields Is there a config or command line option that can tell it to ignore the id field? Either by just not including it from the KMZ or alternately something like an ignore list for CSV headers? -- Peter Townsend Senior Software Developer
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
