osgEarth 2.1.1
|
#include <osg/Notify>
#include <osgEarthSymbology/ResourceLibrary>
#include <osgEarth/XmlUtils>
#include <osgEarth/Config>
#include <fstream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 30 of file osgearth_resources.cpp.
{ XmlDocument* xml = XmlDocument::load( URI("e:/data/osgearth_resources/US/catalog.xml") ); Config conf = xml->getConfig(); OE_NOTICE << conf.toString() << std::endl; }