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

with error: osgearth-3.2/src/osgEarth/ArcGISTilePackage.cpp:195:19: error: ‘osgEarth::MVT’ has not been declared MVT defined in header under condition OSGEARTH_HAVE_MVT which not enabled if Protobuf not found in CMakeList.txt

build-issue

OsgEarth 3.2 from vcpkg It seems like `ImGui.cpp` is not included in the build as the implementations inside aren't being linked: ``` error LNK2019: unresolved external symbol "public: __cdecl osgEarth::GUI::OsgImGuiHandler::OsgImGuiHandler(void)"...

build-issue
support

We noticed large polygons at low zoom levels when rendering the osm-oceans layer, which you can reproduce with this ``` default { fill: #ffbf6f; } http://readymap.org/readymap/mbtiles/osm-oceans/{z}/{x}/{-y}.pbf 0 9 spherical-mercator pbf...

Adding a cull callback via the call `addCullCallback()` to a FeatureNode doesn't appear to work with view frustum culling. When I pan away from the FeatureNode on the map so...

support

### Discussed in https://github.com/gwaldron/osgearth/discussions/2068 Originally posted by **keince** May 18, 2022 I have a FeatureNode that contains one feature that is a single line segment. I can create the feature...

support

How can we add hoardings in between buildings.

support

Hi, I refer to your class "OSGtoGLTF" and develop a new visitor which is inherited from osg::NodeVisitor; Althought it displys in VSCode after installing glTF tools, is no error. it...

When a layer is defined with a text-max-width setting the text is supposed to do word wrapping. See the default OSM liberty example in Maputnik. United States of America is...

request

If a layer is defined with a style including a "line-dasharray" it is still rendered as a solid line. It sounds like this isn't working in blend2d yet anyway: https://github.com/blend2d/blend2d/issues/48

request

NVGL support in the FMG.

feature