-
I'm using Earthly with the `--push` flag to push images to Artifactory and upon doing so Earthly returns the error:
```
output | [ ] pushing layers ... 0%
ongo…
-
I use osgDB::ReadNodefile read a earthfile and added the MapNode to root node,then I created a new featurenode and added it to the root node, however the featurenode is not shown on the earth.
I thi…
-
The earth file reference manual located at http://docs.osgearth.org/en/latest/references/earthfile.html does not include a documentation of the xml tag . osgearth git master branch also does not inclu…
-
Tables are set to "nowrap" on readthedocs.org. It results in a horiz scrollbar like this:
http://osgearth.readthedocs.org/en/latest/references/earthfile.html#terrain-options
How can I get rid of the…
-
Tables are set to "nowrap" on readthedocs.org. It results in a horiz scrollbar like this:
http://osgearth.readthedocs.org/en/latest/references/earthfile.html#terrain-options
How can I get rid of the…
-
Sorry, I don't have an earth file. I use trunk from Oct. 16. and OSG 3.2.
stl error:
[vector subscript out of range]
``` log
> osg100-osgUtild.dll!std::vector::operator[](unsigned int _Pos) Line …
remoe updated
11 years ago
-
I have a crash with the current HEAD from today when I use the following in my earthfile:
``` css
icon: "http://localhost/x.png";
icon-placement: vertex;
icon-scale: 1.0;
icon-occlusion-cull: true;
…
remoe updated
11 years ago
-
After creating feature layers in code, writing the MapNode to an earth file fails. The file does not contain any of the feature layers' details. earthfile->earthfile works correctly with osgconv, howe…