Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-02 Thread Robert Osfield
On Thu, Oct 1, 2009 at 9:50 PM, Chris 'Xenon' Hanson xe...@alphapixel.com wrote: Robert Osfield wrote: I should add that I'm not the author of the shapefile support in VPB, so I can't answer in too much about it's implementation.  Can you point the finger to who is? I'll do no finger

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-02 Thread Alejandro Aguilar Sierra
Hi Robert, Thanks for the information. By the way, how you can modify a terrain without rebuild it? I mean, suppose you have more raster data that you want to put as additional texture layers. How you can do it without rebuild the entire thing, as it would do using a source file? Regards, -- A.

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-02 Thread Robert Osfield
Hi Alejando, On Fri, Oct 2, 2009 at 2:49 PM, Alejandro Aguilar Sierra algsie...@gmail.com wrote: Thanks for the information. By the way, how you can modify a terrain without rebuild it? That depends upon how and when you want to modify it. Modify it only the fly as it's loaded from disk?

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-02 Thread Glenn Waldron
Alejandro, One option is to use osgEarth for this: http://wush.net/trac/osgearth/wiki/TileSourcePluginVPB Glenn On Fri, Oct 2, 2009 at 9:49 AM, Alejandro Aguilar Sierra algsie...@gmail.com wrote: Hi Robert, Thanks for the information. By the way, how you can modify a terrain without

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-01 Thread Jason Beverage
Hi Chris and Alejandro, I'm not sure what the status of of these options are in osgdem, but you can use osgGIS to accomplish these tasks. It works well with draping over VPB databases. Thanks, Jason On Thu, Oct 1, 2009 at 1:55 AM, Chris 'Xenon' Hanson xe...@alphapixel.comwrote: Alejandro

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-01 Thread Robert Osfield
HI Alejandro and Chris, On Thu, Oct 1, 2009 at 6:55 AM, Chris 'Xenon' Hanson xe...@alphapixel.com wrote:  I was just asking about the same thing. I'm curious too, I'm not sure if they're fully implemented. In VPB the vector (build and forest outlines imported from shape files) support is

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-01 Thread Chris 'Xenon' Hanson
Robert Osfield wrote: I should add that I'm not the author of the shapefile support in VPB, so I can't answer in too much about it's implementation. Can you point the finger to who is? Robert. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-10-01 Thread Alejandro Aguilar Sierra
That would be ideal, but osggis seems to be pretty unstable, always segfaults, whatever I do. In my lap I am using osg 2.9.0 and osggis revision 193. In my main workstation at my lab, osg 2.9.6. Any hint? -- A. On Thu, Oct 1, 2009 at 6:54 AM, Jason Beverage jasonbever...@gmail.com wrote: Hi

[osg-users] VPB: How to use a vector database with osgdem?

2009-09-30 Thread Alejandro Aguilar Sierra
Hello: Can someone please explain how can be used the command line option --vector with osgdem? Is there reproducible examples of the use of --building, --forest, --type-attribute, --height options? Thanks in advance for any help. -- Alejandro ___

Re: [osg-users] VPB: How to use a vector database with osgdem?

2009-09-30 Thread Chris 'Xenon' Hanson
Alejandro Aguilar Sierra wrote: Hello: Can someone please explain how can be used the command line option --vector with osgdem? Is there reproducible examples of the use of --building, --forest, --type-attribute, --height options? I was just asking about the same thing. I'm curious too,