Hi Forest, The CoordinateSystemNode only communicates the CS of the underlying scene graph. Nothing in OSG actually reprojects the coordinates. You need to use something like GDAL/OGR to do that. (see: http://www.gdal.org/ogr/osr_tutorial.html)
You will need to either a) rebuild your city file in WGS84 so that it lines up with the terrain when loaded, or b) reproject the verticies in the city geometry into WGS84 after you load it. Hope this helps. -Glenn -- Glenn Waldron : Pelican Mapping : http://pelicanmapping.com : +1.703.652.4791 2008/9/4 forest37 <[EMAIL PROTECTED]> > hi all, > Now I have two files, "earth.osga " and "city.ive" . > The first file use GEOGCS WGS 84 CoordinateSystem and the second file > use PROJCS UTM Zone CoordinateSystem ,I add them both into the scene.But i > only can see the scene of the first file,that is the earth.No matter how i > zoomed in and out ,I still can't find the scene of the second file which is > a city . > what I want to do is to show the earth and city like google earth,what > should i do? > > thanks for any hint. > > best regards > > forest > > > > > > ------------------------------ > 200万入主万科中粮紫苑155平米8重空间大宅 周周送好礼<http://popme.163.com/link/003984_0902_149.html> > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

