OK, got it working now. The problem was I did not set the working directory to 
osgEarth/bin. This caused the relative paths in the .earth file to be incorrect.
createFeatureProfile() in FeatureSourceOGR returned NULL because the file could 
not be loaded. This was not checked in 
FeatureModelSource::gridAndRenderFeaturesForStyle line 195:
[code]
FeatureGridder gridder( extent.bounds(), _gridding.get() );
[/code]
Causing the crash.

Feature overlay works perfect now!

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





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

Reply via email to