Hi Collat, Using two seperate databases is not the way to go, you should build a single database with a single osgdem line. Just add the high res inserts to your osgdem line along with the blue marble hemisphere's and let it build.
One trick I do is to create a directory for all the tiles, cd into that directory and then run the build there and let the whole directory be populated by seperate tiles. For big databases using an archive can be problematic due filesystem and std library size issues, so this could be the cause of problems building a single archive with all the data in. Robert. On 5/8/06, Collat, Philippe G <[EMAIL PROTECTED]> wrote:
Yea I tried that with the command below, but for some reason, it wont display the different paged LOD's. It only displays a very low res grainy version, that doesn't swap resolutions. I was trying the 2 osga method as an alternative. Would this be the right command to use for both the earth and the imagery in one command. I havent had much luck with compiling everything into one globe. osgdem --bluemarble-west -t land_shallow_topo_west.tif --bluemarble-east -t land_shallow_topo_east.tif -t imagery1.tif --geocentric --mip-mapping-hardware -o earthfull.ive -a earthfull.osga I have tried .ive without the archive, and that seems to create the hundreds of .ives files. But that will not page the higher res versions in and out either. I have a feeling it has something to do with paths, where it cant find the different levels to swap out to. I am running every command from the default osg\bin folder. Any ideas? -Philippe -----Original Message----- From: Robert Osfield [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 11:40 AM To: osg users Subject: Re: [osg-users] OSGDEM Multiple imagery tiles HI Collat, On 5/8/06, Collat, Philippe G <[EMAIL PROTECTED]> wrote: > Sure here is a screenshot. It looks like the space in between got > interpolated as imagery, because the colors in between the imagery > tiles page in and out like e LOD paging. Is there a way to load > different sets of geotiffs into one single osga file? Are you running with two independent databases? If so then you should be rebuilding a single database which contains both the whole earth data and the local inserts all on a single osgdem build. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
