-
The graticule does not work when selecting MGRS or UTM. (The geodetic grid still works.)
You can reproduce this when starting the example osgearth_graticule.
(Win7 64)
-
After a bit of a tinkering to use the current version of hdf5:
```
...
[ 88%] Built target osgviewer
[ 89%] Built target proj4
[ 91%] Built target hdf5
[ 92%] Built target netcdf
[ 93%] Built target …
-
```
Transparency not working for BoxShape
```
Original issue reported on code.google.com by `mvicto...@gmail.com` on 8 Apr 2013 at 12:38
-
http://forum.osgearth.org/Run-Error-td7586987.html
-
Hi,
I have try to build the VS2013 solution and I have a lot of error like this:
Error 1 error C2664: 'bool osgEarth::Profile::isHorizEquivalentTo(const osgEarth::Profile *) const' : cannot conver…
-
Hi,
I have tried to compile OSearth with VS2013 and I'm get a linker error:
Error 2 error LNK2019: unresolved external symbol GDALGetDriverByName referenced in function "class GDALDataset \* __c…
-
So with the recent python changes, bottles for formulae that require python (`depends_on :python`). I thought the idea was that when the user does not use brewed python, these formulae are built from …
-
Try running osgearth_annotation with gdal_tiff.earth with map type="flat". Mercator projection seems to work, osgearth_annotation works with openstreetmap_flat.earth
-
Sample app for osgearth_annotation is flickering (os win 8, x64 bin) when no earth file is given.
Also the output prints: Warning: detected OpenGL error 'invalid value' at after RenderBin::draw(..)
-
Hi,
When I run and example with annotation nodes (e.g. osgearth_occlusionculling) the PlaceNode seems to get culled when visible, while it seems to appear on the opposite side of the Earth. I noticed…