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

2018-03-10 Per discussione 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 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 plugin it says "Cannot import QtWebKit" and tells me
I should uninstall.

The other plugin works but does not seem to have very useful base layers.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

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

2018-03-10 Per discussione 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 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 layer
> so that I can look at the code to get an idea of how this is done?
>
> Thanks;
> Tyler
>
> A Little more info:
> Basically I am using giswater that has a function that selects all the
> water network features between isolation valves, including those control
> valves. This shows what valves need to be operated to control the part of
> the network clicked. I want to add a little read out that shows the
> attributes of those selected features so that I can quickly see, for the
> valves, direction to turn and how many turns to close/open. I know I can
> open the attribute table and go "show selected features" but this is
> cumbersome on a tablet. Having a docker that is always there and ready to
> show you the information would be beneficial in my case.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] QGIS 3 beta - Installazione su macOS

2018-03-10 Per discussione Tony75
Salve Ivano, sono relativamente nuovo riguardo alle installazioni da
terminale.

Vorrei portare avanti il tuo tutorial rispetto all'installazione di qgis 3
su mac, e ti ringrazio anticipatamente per il tutorial prezioso

Non capisco come ha scaricato la versione di qgis 3 dal terminale
potresti darmi qualche indicazione cortesemente? 

grazie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] Plugins that use active layer

2018-03-10 Per discussione 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 layer
so that I can look at the code to get an idea of how this is done?

Thanks;
Tyler

A Little more info:
Basically I am using giswater that has a function that selects all the
water network features between isolation valves, including those control
valves. This shows what valves need to be operated to control the part of
the network clicked. I want to add a little read out that shows the
attributes of those selected features so that I can quickly see, for the
valves, direction to turn and how many turns to close/open. I know I can
open the attribute table and go "show selected features" but this is
cumbersome on a tablet. Having a docker that is always there and ready to
show you the information would be beneficial in my case.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

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

2018-03-10 Per discussione 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-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

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

2018-03-10 Per discussione 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-packages/qgis/utils.py", line 281, in
loadPlugin
__import__(packageName)
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 572, in
_import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/__init__.py", line 29, in 
from processing.tools.general import *
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 572, in
_import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/tools/general.py", line
28, in 
from processing.core.Processing import Processing
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 572, in
_import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/core/Processing.py", line
40, in 
from processing.core.GeoAlgorithm import GeoAlgorithm
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 572, in
_import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/core/GeoAlgorithm.py",
line 41, in 
from processing.core.parameters import ParameterRaster, ParameterVector,
ParameterMultipleInput, ParameterTable, Parameter
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 572, in
_import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/core/parameters.py", line
33, in 
from processing.tools.vector import resolveFieldIndex, features
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 572, in
_import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/usr/share/qgis/python/plugins/processing/tools/vector.py", line 20,
in 
from processing.algs.qgis import spatialite_utils
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 572, in
_import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"/usr/share/qgis/python/plugins/processing/algs/qgis/spatialite_utils.py",
line 28, in 
from pyspatialite import dbapi2 as sqlite
  File "/usr/lib64/python2.7/site-packages/qgis/utils.py", line 572, in
_import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named pyspatialite


Python version: 2.7.5 (default, Nov  6 2016, 00:28:07) [GCC 4.8.5 20150623
(Red Hat 4.8.5-11)] 
QGIS version: 2.14.9-Essen Essen, exported 

Python Path:
/usr/share/qgis/python
/home/alan/.qgis2/python
/home/alan/.qgis2/python/plugins
/usr/share/qgis/python/plugins
/usr/lib64/python27.zip
/usr/lib64/python2.7
/usr/lib64/python2.7/plat-linux2
/usr/lib64/python2.7/lib-tk
/usr/lib64/python2.7/lib-old
/usr/lib64/python2.7/lib-dynload
/usr/lib64/python2.7/site-packages
/usr/lib64/python2.7/site-packages/gtk-2.0
/usr/lib/python2.7/site-packages
/home/alan/.qgis2//python
/usr/share/qgis/python/plugins/fTools/tools



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

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

2018-03-10 Per discussione 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 plugin it says "Cannot import QtWebKit" and tells me
I should uninstall.

The other plugin works but does not seem to have very useful base layers.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Lizmap-qgis server errore nella stampa

2018-03-10 Per discussione nformica
Ciao Salvo,

no, no è proprio quello che intendevo. 
Se la tua soluzione risolve il problema per qualunque formato di stampa, va
benissimo!

La documentazione di QGIS 
https://docs.qgis.org/2.18/en/docs/training_manual/qgis_server/install.html
recita:
"If you installed QGIS Server without running an X Server (included in Linux
Desktop) and if you also want to use the GetPrint command then you should
install a fake X Server and tell QGIS Server to use it. You can do that by
running the following commands. Install xvfb:"

... potersi risparmiare questa installazione, specie su server remoti, è un
grande vantaggio.

Grazie per il consiglio e saluti
Nino





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Lizmap-qgis server errore nella stampa

2018-03-10 Per discussione Salvatore Larosa
Ciao Nino,

2018-03-10 8:03 GMT+01:00 nino formica :

> Ciao Salvo,
> funziona anche per la stampa/salva in PDF ?
>

il modulo mancante serve per creare la chiamata al GetPrint tramite curl, è
indipendente dal formato di stampa.
Ti riferisci a qualcos'altro?

-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user