Re: [osg-users] Help with osgdem

2008-07-23 Thread Robert Osfield
Hi Zhangqiang, You best course is just to leave alone the --*-threads-ratio settings from the command line. They are an experimental part of VPB. Robert. On Wed, Jul 23, 2008 at 3:23 AM, zhangqiang [EMAIL PROTECTED] wrote: Thank you for your advice! I have done according to your idea, the

[osg-users] Help with osgdem

2008-07-22 Thread Lourdes Perez I
Hi! I'm working with OSGdem, Viewer and GIS - I'm trying to build a map-. I have the textures in pieces, and following the instructions of the OSG webpage I obtained a mosaic of the images so I could rebuild the map (making groups of -t -d elements), but the resulting image lost a lot of

Re: [osg-users] Help with osgdem

2008-07-22 Thread Lourdes Perez I
Hi, Here it goes: This one generates the 'complete' (the 'mosaic' one) map: set PATH=%OSG_ROOT%\bin;%PATH% REM where to find the source data set SRC_DIR=C:\Users\paralaxe\Desktop\Terrenos\No Procesado set SRC_ELE=%SRC_DIR%\mdt29b.tif set NUM_LVL=9 set

Re: [osg-users] Help with osgdem

2008-07-22 Thread Robert Osfield
Hi Lou, Try converting the ecw files to GeoTiff's, then try the osgdem run as there is chance that you GDAL install doesn't support ecw files. Robert. On Tue, Jul 22, 2008 at 11:47 AM, Lourdes Perez I [EMAIL PROTECTED] wrote: Hi, Here it goes: This one generates the 'complete' (the

Re: [osg-users] Help with osgdem

2008-07-22 Thread Glenn Waldron
Lou, The first thing I notice is that you are specifying the elevation file over and over, which is unnecessary. Secondly, I have had problems with GDAL opening multiple ECW files at once - it can run out of memory and freeze up. If they are small enough to convert to TIFs, try that and see what

Re: [osg-users] Help with osgdem

2008-07-22 Thread J.P. Delport
Hi, you do not need to specify every file in a directory manually. I usually create a single directory for a layer (-t) and place my geotiffs in there. You then pass the directory as the parameter to -t. jp Lourdes Perez I wrote: Hi, Here it goes: This one generates the 'complete' (the

Re: [osg-users] Help with osgdem

2008-07-22 Thread Riepl, David M
] Sent: Tuesday, July 22, 2008 4:08 AM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Help with osgdem Hi! I'm working with OSGdem, Viewer and GIS - I'm trying to build a map-. I have the textures in pieces, and following the instructions of the OSG webpage I obtained a mosaic

[osg-users] Help with osgdem

2008-07-22 Thread zhangqiang
Thank you for your advice! I have done according to your idea, the result it that when I use --write-threads-ratio, GDALOpen() function in GeospatialDataset.cpp have a error, and the error message is 0x8144580 directive quoted 0 x memory. The memory can not be read. when I use

[osg-users] Help with osgdem

2008-07-21 Thread Smith, Leonard C
I don't find anything named osgdem* in the current source code, and the make instructions on the page seem to be pertinent to builds prior to the cmake build structure. Is osgdem still available, and if so, is it done as a separate project from OpenSceneGraph? Thanks, Lenny

Re: [osg-users] Help with osgdem

2008-07-21 Thread Robert Osfield
Hi Lenny, osgdem is now part of VirtualPlanetBuilder. http://www.openscenegraph.org/projects/VirtualPlanetBuilder Robert. On Mon, Jul 21, 2008 at 9:35 PM, Smith, Leonard C [EMAIL PROTECTED] wrote: I don't find anything named osgdem* in the current source code, and the make instructions on

[osg-users] Help Building osgDem on Win32

2007-08-07 Thread Nick Prudent
Has anyone been successful at building osgDem in the past two weeks using VS 7.1 CMake? If so, any way I could get an exe or a step-by-step tutorial? I need to evaluate this software for a proposal at my company and I'm running out of time. I am the only one pushing oss as it is ;) Thanks, -