Thanks Rob, changes now merged and submitted to SVN. The only change I made was to change the const bool method parameters to bool, as the const is redundant for base types passed in this way - some compilers even warn about this.
Robert. On Sun, Sep 7, 2008 at 2:05 PM, Rob Bloemkool <[EMAIL PROTECTED]> wrote: > This is a submission for src/osgPlugins/ogr/ReaderWriterOGR.cpp > - adds display of options when using osgconv --formats. > - adds useGroupPerFeature option to have each feature in a separate group. > Usage: OSG_OPTIMIZER=OFF osgconv -e ogr -O addGroupPerFeature <infile> > <outfile> > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
