[Liblas-devel] Re: initialization error in the las2oci program.
Howard Butler
hobu.inc at gmail.com
Thu Apr 28 11:57:04 EDT 2011
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
More information about the Liblas-devel
mailing list