Glad to hear you got it working!

Jason

On Mon, Feb 1, 2010 at 7:20 AM, Martin Scheffler <[email protected]> wrote:
> 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
> [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

Reply via email to