Hi Robert,

Here you can find some samples for LAS files: http://www.liblas.org/samples/

If you have liblas built with laszip support, then .LAZ files can be also
opened.

Regards,
Rafa.


2014-12-18 18:48 GMT+01:00 Robert Osfield <[email protected]>:
>
> Hi Aitor,
>
> Thanks for all the files, I've now finally had the time to dive and
> merge the las plugin. It took me quite a while to fix the various
> build problems on the cmake side, but once I got the includes for
> boost and the case issues fixed everything built fine.  I have checked
> everything into svn/trunk.
>
> I haven't tested any LAS files yet though.  Could you point me at some
> test files.
>
> Cheers,
> Robert.
>
> On 26 June 2014 at 14:36, Aitor Moreno <[email protected]> wrote:
> > Hi Robert,
> >
> > Sorry but, I haven't used any FindlibLAS.cmake script to add the plugin
> to
> > OSG. I just compiled LibLas from the GIT repo and then, I configured the
> > libLAS_DIR entry in CMake to point to the cmake folder in the libLAS
> > installation (the one where you can find the file liblas-config.cmake and
> > liblas-depends.cmake files).
> >
> > I googled a little and I found this link
> >
> > http://lists.osgeo.org/pipermail/liblas-devel/2011-January/001188.html
> >
> > which proposes a FindLIBLAS.cmake (attached). I haven't tested it.
> >
> >
> > For the second thing, I attached a modified src/osgPlugins/CMakeLists.txt
> > where the LIBLAS_FOUND var is checked before adding the las plugin
> subdir.
> >
> > IF(LIBLAS_FOUND)
> >     ADD_SUBDIRECTORY(las)
> > ENDIF()
> >
> >
> > Bye,
> >
> >
> > On Wed, Jun 25, 2014 at 6:02 PM, Robert Osfield <
> [email protected]>
> > wrote:
> >>
> >> HI Aitor,
> >>
> >> Thanks for the submission.  I have started reviewing the submissions
> >> but have stalled at the lack of FindlibLAS.cmake script in either the
> >> submission or in the CMake-2.8 modules directory that comes installed
> >> in the Cmake install I pulled in from the Kubuntu 14.04 repository.  I
> >> have cmake 2.8.12.2 installed.
> >>
> >> Do you have a find script?  We'd also need to add a check against
> >> whether the libLAS has been found in the src/CMakeLists.txt.
> >>
> >> Cheers,
> >> Robert.
> >>
> >
> >  --
> >   Aitor Moreno
> >   aitormoreno [@] gmail.com
> >
> >
> > _______________________________________________
> > 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
>


-- 
Rafael Gaitán Linares
CTO at Mirage Technologies S.L - http://www.mirage-tech.com
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to