osgearth icon indicating copy to clipboard operation
osgearth copied to clipboard

A 3D Mapping Engine & SDK for OpenSceneGraph.

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

Good Morning, I'm migrating code from version 2.x to 3.3.... then, I'm converting the logic for the switch layer. I have a MapNodeCallback in which I Add and Remove Image...

Hello, I'm using osgEarth v2.10.2. more detail development envrionment is like that, osg 3.6.4, visual studio 2013 vc12, windows 10 x64. and H/W spec like this CPU is Intel(R) Xeon(R)...

support

Hello, when using VerticalScale, when the coefficient becomes larger, the earth will be enlarged, and there will be a vacancy around it. May I ask how to solve this problem?...

support

i built osgearth for android, and i load a map but it failed. `dlopen failed: library "libosgdb_osgearth_image.so" not found` i found this message as above in log. i can not...

build-issue

Build error with current master f6b92f66ed314b85f2deb6cadd907e0df4426052 : ```log osgearth.git\src\osgEarth\MapboxGLImageLayer.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj [osgearth.git\_build\src\osgEarth\osgEarth.vcxproj] osgearth.git\src\osgEarth\ObjectIDPicker.cpp : fatal error C1128:...

Hello, I'm using osgEarth v2.10.2 and triton sdk 4.46. more detail development envrionment is like that, osg 3.6.4, visual studio 2013 vc12, windows 10 x64. and sample code based on...

![image](https://user-images.githubusercontent.com/23473627/185735165-7d8f3fb9-dd8e-4b60-b2c9-4ac0dcea0912.png) when I use google image ,the load speed is slow ,if i not set osgearth cache in osgearth 3.

support

![屏幕截图 2022-08-18 204251](https://user-images.githubusercontent.com/23473627/185398352-0d841d4a-760b-45ec-b8b6-acb8a7a147fb.jpg) ![屏幕截图 2022-08-18 204307](https://user-images.githubusercontent.com/23473627/185398371-9f196498-65fe-4758-a8be-175a494320d9.jpg) ![屏幕截图 2022-08-18 204320](https://user-images.githubusercontent.com/23473627/185398387-643475bf-8233-4bae-b9d6-b5d27b725233.jpg)

support

The earth file is configured as below: ![image](https://user-images.githubusercontent.com/36613682/186055134-f583a9cb-4071-45ea-aead-2a1b4971ac09.png) but I get the error messages: ![image](https://user-images.githubusercontent.com/36613682/186055459-3643c0ac-21cf-4100-b353-8ae879240af9.png)

support

osgEarth::Map* map = new osgEarth::Map(); osgEarth::URIContext context; context.addHeader("Accept", "*/*"); context.addHeader("Accept-Encoding", "gzip, deflate, br"); context.addHeader("Connection", "keep-alive"); //url 1 osgEarth::URI uri("https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}", context); //url 2 osgEarth::URI uri("http://[abc].tile.openstreetmap.org/{z}/{x}/{y}.png", context); osgEarth::XYZImageLayer* layer = new osgEarth::XYZImageLayer();...

support