Hi Ralf, On Mon, Feb 23, 2009 at 11:21 AM, Ralf Habacker <[email protected]> wrote: > BTW: In ReaderWriterOGR.cpp the lines 141-142 are dupliced as shown below > 141 if (options->getOptionString().find("UseRandomColorByFeature") > != std::string::npos) > 142 useRandomColorByFeature = true; > 143 if (options->getOptionString().find("useRandomColorByFeature") > != std::string::npos) > 144 useRandomColorByFeature = true;
They aren't duplicated, there is a difference in case of the u. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
