Package Details: osgearth-qt5 2.6-2

Package Base: osgearth-qt5
Description: A terrain rendering toolkit for OpenSceneGraph
Upstream URL: http://www.osgearth.org
Category: lib
Licenses: LGPL
Submitter: parched
Maintainer: parched
Last Packager: parched
Votes: 3
First Submitted: 2015-03-06 23:44
Last Updated: 2015-03-07 01:37

Latest Comments

Comment by geosam

2015-04-09 13:17

Unfortunately in QGIS v2.8.1 does not support plugin Globe. I was able to compile QGIS with osgEarth v2.1.1 (November 2011) and the current version is 2.6. Apparently we should wait until it is supported this great plugin. Here the thread of the mailing list:

http://lists.osgeo.org/pipermail/qgis-developer/2015-April/037418.html

Comment by geosam

2015-04-08 16:52

@parched, I have achieved to install QGIS with Globe plugin with an older version of osgEarth [1], specifically version 2.1.1 (2011). This version contains all headers required to compile QGIS globe plugin. However, an error occurs when starting QGIS and closes with the following message:

----------------------------------
$ qgis

Warning: QGraphicsScene::addItem: item has already been added to this scene
Violación de segmento (`core' generado)

-----------------------------------
To correct the error I remove the Globe plugin of /usr/lib/qgis/plugins/libglobeplugin.so. However, I can not accomplish install the Globe plugin in QGIS.

[1] https://gist.github.com/samtux/5efb2512d18ec682c64c

I'm pending gives the answers in the thread mailing list QGIS developers: http://lists.osgeo.org/pipermail/qgis-developer/2015-April/037418.html

Comment by geosam

2015-04-03 14:46

Thanks for your reply @parched, I think I should keep the version OSGEarth 2.5 in the "osgearth" package until changes are accepted and QGIS is updated.

Comment by parched

2015-04-03 02:03

@geosam it won't work with osgearth 2.6. I have a patch for that but I haven't got around to properly testing it so haven't submitted it. https://github.com/parched/QGIS/commit/ec5a937391286688c2c27c2c6b13cc85a62f1dbf

Comment by geosam

2015-04-02 20:45

Compiling the qgis 2.8.1-2 with osgearth-qt5 2.6, crash and get the next error:
-----
Warning: QGraphicsScene::addItem: item has already been added to this scene
Violación de segmento (`core' generado)
-----