On mardi 22 janvier 2019 19:35:52 CET Alan Stewart wrote: > I take it then that there are no docs for that. I'm assuming char*[] with a > final zero value to terminate. Examination of ogrfeature.cpp seems to > confirm that.
Yes, papszFoo with no explicit list length is used in GDAL with that semantics. I've just improved the doc: @param papszValues the values to assign. List of NUL-terminated string, ending with a NULL pointer. -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
