Re: [Qgis-user] Missing plugins on CentOS 7 Linux version of QGIS 2.14.9

2018-03-10 Thread Patrick Dunford
If your repository does not have 2.18 you may have the option of building from source, as the dependencies are probably nearly the same. On 11/03/18 01:53, prospector16 wrote: Thanks everyone. I just went for the version out of the Linux EPEL Repository. If it does not support 2.18 yet then I

Re: [Qgis-user] Plugins that use active layer

2018-03-10 Thread Alexandre Neto
This plugin uses only the selected features of the current layers. But this is qgis 2.x I am not sure if there any changes for 3.x. A sáb, 10/03/2018, 14:41, Tyler Veinot escreveu: > Hi List; > I am trying to setup a plugin that will show the attributes of selected > features in a docked table w

[Qgis-user] Plugins that use active layer

2018-03-10 Thread Tyler Veinot
Hi List; I am trying to setup a plugin that will show the attributes of selected features in a docked table widget. I want the plugin to only show the features selected in the active or highlighted layer. My question is does anyone know of any existing plugins that use the, or call, the active laye

Re: [Qgis-user] Missing plugins on CentOS 7 Linux version of QGIS 2.14.9

2018-03-10 Thread prospector16
Here is what I have installed for qtwebkit [centos-gig ~]$ rpm -qa | grep qtwebkit qtwebkit-devel-2.3.4-6.el7.x86_64 qtwebkit-2.3.4-6.el7.x86_64 qt5-qtwebkit-5.6.2-1.el7.x86_64 qt5-qtwebkit-devel-5.6.2-1.el7.x86_64 [centos-gig ~]$ -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f

Re: [Qgis-user] Missing plugins on CentOS 7 Linux version of QGIS 2.14.9

2018-03-10 Thread prospector16
And another tidbit. My system does have qtwebkit installed. Maybe it is a version problem? Also now when I close and re-open QGIS I get this error, but am able to proceed past it ImportError: No module named pyspatialite Traceback (most recent call last): File "/usr/lib64/python2.7/site-pac

Re: [Qgis-user] Missing plugins on CentOS 7 Linux version of QGIS 2.14.9

2018-03-10 Thread prospector16
Thanks everyone. I just went for the version out of the Linux EPEL Repository. If it does not support 2.18 yet then I cannot easily run 2.18 unless someone can point me at a better source for it. I installed the python support and now see all the plugins. When I try to install the OpenLayers plu