> > IMHO README.typemaps seems outdated and not even always used. For example: > > %typemap(out) (retStringAndCPLFree*) should be added and > Python uses > out (char **out_ppsz_and_free) > instead of > out (char **CSL) > which is mentioned in the README.typemaps
My fault, I wasn't even aware that README.typemaps existed... Will update it and fix java and python to use out (char **CSL) instead of my custom out_ppsz_and_free > > Cheers, > > Ari > > > Howard > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
