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 <jasonbever...@gmail.com>:
> 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 <jakob.r...@gmail.com>
>>
>> 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 <rongyao...@163.com>:
>> > 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
>> > osg-users@lists.openscenegraph.org
>> >
>> > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>> >
>> _______________________________________________
>> osg-users mailing list
>> osg-users@lists.openscenegraph.org
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to