Hi,

I have just started working on osgEarth. 
I wrote my first code  with osg2.8.2 to load a map something like
...
#include <osgEarth/Config>
....
.......
Config conf;
conf["url"]="../data/world.tif";
.....
........
Compiling the program  gives an error saying dat ther s no predefinition for 
"url".
Other than "Config.h" any other file has to be included?


Thank you!

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=24681#24681





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to