osgearth icon indicating copy to clipboard operation
osgearth copied to clipboard

A 3D Mapping Engine & SDK for OpenSceneGraph.

Results 137 osgearth issues
Sort by recently updated
recently updated
newest added

If the boundary of the tms is not defined for the whole earth (-180 +180 -90 +90) and has instead a smaller coverage, then osgearth seems to stop requesting tiles....

defect

Reproduce: osgearth_viewer feature_style_selector.earth China is backface-culled; press 'b' to toggle and display correctly.

defect

GeoExtent::transform() can cause issues when there's a mismatch in coverage between two SRS's. For example, transforming from WGS84 to Mercator won't work correctly when the WGS84 extents include +/-85 degrees...

TODO

Image and elevation layers will cache at the tile layer level, and they also cache the data returned from a server via the URI caching. In a matching-profile situation where...

optimization

Reproduce: osgearth_viewer feature_labels_script.earth Result: no text (script not running?)

workaround

osgEarth load 3DTiles ,but the texture is white, and no error,I don't know the trouble. osg version is 3.6.2

workaround

Does not work .. results in a ReferenceError trying to call a function.

workaround

Consider the following earth file. Data is cached form the local GeoTIFF, but the GDAL layer hint should prevent this. ``` ../data/world.tif ```

defect

Maybe I want an wasm/emscripten example.Thanks.

request
build-issue

How can one check the cache is working? After calling this: ``` osg::ref_ptr cache = CacheFactory::create( cacheOptions ); osgEarth::Registry::instance()->setDefaultCache( cache ); ``` I have a case with the following error:...

request