On Apr 28, 2011, at 9:50 AM, Tommy Stehle wrote: > Hi Everyone, > > In the latest code for the las2oci program the program always tries to use a > new point schema whether or not the argument, --point-schema-override, is > used or not. > > To fix the problem change line 409 in the las2oci.cpp file from: > > bool bHaveSchemaOverride; > > to > > bool bHaveSchemaOverride=false;
Fixed. Thanks for the report. Howard _______________________________________________ Liblas-devel mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/liblas-devel
