Hi Alejandro,

When you say it gets stuck, does it get stuck building the VPB database or
does it get stuck when you try to run the osggis_build?

Jason

2009/5/8 Alejandro Aguilar Sierra <[email protected]>

> Hi,
>
> Good to know, but recently I tried to compile osggis with the current
> OSG and VPB branches. It compiles without a problem, but the example
> doesn't work. It is stucked building the example.
>
> Does anybody has been successful building the example?
>
> Regards,
>
> -- A.
>
>
> 2009/5/8 Jason Beverage <[email protected]>:
> > Hi Andrew,
> >
> > I would recommend using osgGIS for this.  It has the capability to make a
> > paged database from a vector dataset like a shapefile and clamp it to an
> > existing terrain database (like an IVE).
> >
> >  http://www.osggis.org
> >
> > Thanks!
> >
> > Jason
> >
> > 2009/5/8 Jakob Ruhe <[email protected]>
> >>
> >> Hi Andrewxie!
> >>
> >> The ESRIShapeReaderWriter plugin can read ESRI shape files so if you
> >> build that plugin and the ive plugin you can convert a shape file with
> >> something like this:
> >>
> >> osg::Node* node = osgDB::readNodeFile("myshape.shp");
> >> osgDB::writerNodeFile(*node, "myhsape.ive");
> >>
> >> Good luck!
> >>
> >> /Jakob Ruhe
> >>
> >> 2009/5/8 Andrewxie <[email protected]>:
> >> > Hi,
> >> > how to clamp a shp file onto a ive file?
> >> >
> >> > ------------------
> >> > Read this topic online here:
> >> > http://forum.openscenegraph.org/viewtopic.php?p=11667#11667
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > _______________________________________________
> >> > osg-users mailing list
> >> > [email protected]
> >> >
> >> >
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> >> >
> >> _______________________________________________
> >> osg-users mailing list
> >> [email protected]
> >>
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> >
> >
> > _______________________________________________
> > osg-users mailing list
> > [email protected]
> >
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> >
> >
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to