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

When you load an earth file with an mbtiles layer with a non-osgearth layer you get a complaint like: ``` osgEarth]* JSON decoding error: * Line 1, Column 1 Syntax...

defect

Hi, I am loading a osgb file with osgearth, I used osgEarth::Registry::shaderGenerator().run() to generate shader the node needed, while it turned out to be black, the code is: ` osgEarth::initialize();...

support

**Describe the bug** Some layers, like coveragelayer, lifemaplayer, and in general layer types that reference other layers with LayerReference, tend to have problems with cache-only mode. **Expected behavior** Cache-only mode...

defect

There are a few places that kdtrees get built in osgEarth that can cause loading stalls. 1. In DrawInstanced::setMatrices 2. SimplePager::createPagedNode 3. TileDrawable::setElevationRaster Investigate alternatives to using the kdtrees being...

optimization

$ ./vcpkg.exe search osgearth osgearth 3.4#1 osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 202... [https://github.com/microsoft/vcpkg/blob/master/ports/osgearth/vcpkg.json](https://github.com/microsoft/vcpkg/blob/master/ports/osgearth/vcpkg.json)

Hi, I'm a GIS specialist working on osgearth. I want to create a vector tile data from sources (eg geoserver in pbf format) with zooming and optimized function for osgearth,...

I encountered a glyphs.pu.h error when building the latest osgearth,like this: ![image](https://github.com/gwaldron/osgearth/assets/107821427/372da88d-b63f-4eaa-b17f-5dd98c753271) I don't want to use protobuf, but it will fail: MapboxGLGlyphManager.cpp(28,10): error C1083: Failed to open the include...

build-issue