[Liblas-devel] initialization error in the las2oci program.
Tommy Stehle
TStehle at HNTB.com
Thu Apr 28 10:50:17 EDT 2011
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;
Thanks,
Tommy
This e-mail and any files transmitted with it are confidential
and are intended solely for the use of the individual or entity
to whom they are addressed.
If you are NOT the intended recipient or the person responsible for
delivering the e-mail to the intended recipient,
be advised that you have received this e-mail in error and that any use,
dissemination, forwarding, printing or copying this e-mail is strictly prohibited.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/liblas-devel/attachments/20110428/18ef48eb/attachment.html
More information about the Liblas-devel
mailing list