Hi Umit, On Mon, Oct 27, 2008 at 9:25 AM, Ümit Uzun <[EMAIL PROTECTED]> wrote: > Thanks for clarification. But I remember that, VPB can manipulate only WGS84 > referenced data. But it may be valid for only BlueMarble viewer. Sorry for > wrong comment :)
When building geocentric databases VPB reprojects the data into WGS84 and then builds the data, if you are using vpbmaster then you'll need to do this reprojection as a prior step to calling vpbmaster. The vpbcache utility can do this reprojection for you. If you are just using osgdem standalone then it can do the reprojection for you. The key is that your source data should have at least a projection that GDAL recognizes otherwise you end up having to build your own projection. GDAL has tools to allow you to do this. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

