On Tue, Sep 17, 2013 at 11:09 AM, Айдар Ильдарович <[email protected]> wrote: > Hello! > I use OpenSceneGraph 3.0.1 in my research. > Please, help me, how to use and to load files of OpenStreetMap (extension > o5m, pbf, osm) in osgviewer.
You can't do this directly. The files have to be opened and parsed using another library and then you need to decide how to set up your scene graph based on your needs. How would OpenSceneGraph know what you want to do with an OpenStreetMap <node> or <way> and other such elements? _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

