Re: [QGIS-it-user] ETICHETTE PER SINGOLO LAYER CATEGORIZZATO

2018-06-14 Per discussione Totò
Robi Brazzelli wrote
> Ciao a tutti,
> in qgis 2.18  categorizzo layer con la colonna nome
> e applico etichette con -nome- ma vorrei dare colori
> di etichetta differente per ogni campo nome categorizzato.
> E' una cosa che si può fare con "etichettatura tramite regole"?

Si potrebbe fare in vari modi, ma se vuoi che il colore delle etichette
segua quello delle feature basta utilizzare la sovrascrittura dei dati
(relativa al colore dell'etichetta - icona accanto al colore) e utilizzare
la funzione @symbol_color; meglio usare anche il contorno all'etichetta per
una migliore lettura.

saluti



-
https://pigrecoinfinito.wordpress.com/
--
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-user] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione Alessandro Pasotti
On Thu, Jun 14, 2018 at 5:59 PM, andrew terry  wrote:

> I enjoyed the related presentation - http://www.itopen.it/bulk/
> qgis3-server
> any personal preference between NGINX with Python / FastCGI ?
>
>
>
My preferred choice would be nginx but don't expect big differences between
the various deployment methods, Python is a bit experimental but looks
promising.


-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione andrew terry
I enjoyed the related presentation - http://www.itopen.it/bulk/qgis3-server
any personal preference between NGINX with Python / FastCGI ?



--
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] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione Alessandro Pasotti
On Thu, Jun 14, 2018 at 4:08 PM, andrew terry  wrote:

> Of course. This is only some closed testing. One element i did note from
> your
> code and some of the docker examples on github was seemingly explicitly
> setting the sockets/processes. I didn't have a problem not doing this with
> 2.18 and haven't seen it in the documentation generally, do i need to
> extend
> my linux knowledge?:
>
> # Configure FastCGI nginx conf
> sed -i -e "s@QGIS_SERVER_DIR@${QGIS_SERVER_DIR}@g"
> /etc/nginx/sites-enabled/qgis-server-fcgi
> SOCKETS=''
> for i in $( eval echo {1..$NUM_PROCESSES}); do SOCKETS="server
> unix:/run/qgis_mapserv$i.sock;\n$SOCKETS" ; done
> sed -i -e "s@QGIS_SERVER_SOCKETS@${SOCKETS}@g"
> /etc/nginx/sites-enabled/qgis-server-fcgi
>
>
No: that is not necessary, I just did it in order to have some basic load
balancing.

You can have a single server instance listening on a single socket.



>
> Alessandro Pasotti-2 wrote
> > On Thu, Jun 14, 2018 at 3:46 PM, andrew terry 
>
> > andrew.terry@.co
>
> >  wrote:
> >
> >>
> >
> > np, but please keep in mind that my vagrant was prepared for a training
> > course and it wasn't security audited!
> >
> > the goal was to explore all different possibilities to deploy QGIS server
> > (with some focus to Python).
> >
> >
> >
> > Alessandro Pasotti-2 wrote
> >> > Looks good.
> >> >
> >> > I don't know where else to look but if you want a tested working
> >> > configuration you can have a look to:
> >> > https://github.com/elpaso/qgis3-server-vagrant
> >> >
> >> > On Thu, Jun 14, 2018 at 3:34 PM, andrew terry 
> >>
> >> > andrew.terry@.co
> >>
> >> >  wrote:
> >> >
> >> >> Hi Alessandro,
> >> >>
> >> >> Thanks for the thought, i did include the xvfb install and config.
> >> Always
> >> >> double check though and the status report is as follows - only just
> >> >> showing
> >> >> as started as i booted the instance to check:
> >> >>
> >> >> ● xvfb.service - X Virtual Frame Buffer Service
> >> >>Loaded: loaded (/etc/systemd/system/xvfb.service; enabled; vendor
> >> >> preset:
> >> >> enabled)
> >> >>Active: active (running) since Thu 2018-06-14 13:23:50 UTC; 37s
> ago
> >> >>  Main PID: 840 (Xvfb)
> >> >> Tasks: 3 (limit: 4915)
> >> >>CGroup: /system.slice/xvfb.service
> >> >>└─840 /usr/bin/Xvfb :99 -screen 0 1024x768x24 -ac
> >> +extension
> >> >> GLX
> >> >> +render -noreset
> >> >>
> >> >> Jun 14 13:23:50 ip-172-31-14-242 systemd[1]: Started X Virtual Frame
> >> >> Buffer
> >> >> Service.
> >> >>
> >> >> Thanks Andy
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.
> html
> >> >> ___
> >> >> Qgis-user mailing list
> >> >>
> >>
> >> > Qgis-user@.osgeo
> >>
> >> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >> >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Alessandro Pasotti
> >> > w3:   www.itopen.it
> >> >
> >> > ___
> >> > Qgis-user mailing list
> >>
> >> > Qgis-user@.osgeo
> >>
> >> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >>
> >>
> >>
> >>
> >>
> >> --
> >> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> >> ___
> >> Qgis-user mailing list
> >>
>
> > Qgis-user@.osgeo
>
> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >>
> >
> >
> >
> > --
> > Alessandro Pasotti
> > w3:   www.itopen.it
> >
> > ___
> > Qgis-user mailing list
>
> > Qgis-user@.osgeo
>
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
>
> --
> 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
>



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione andrew terry
Of course. This is only some closed testing. One element i did note from your
code and some of the docker examples on github was seemingly explicitly
setting the sockets/processes. I didn't have a problem not doing this with
2.18 and haven't seen it in the documentation generally, do i need to extend
my linux knowledge?:

# Configure FastCGI nginx conf
sed -i -e "s@QGIS_SERVER_DIR@${QGIS_SERVER_DIR}@g"
/etc/nginx/sites-enabled/qgis-server-fcgi
SOCKETS=''
for i in $( eval echo {1..$NUM_PROCESSES}); do SOCKETS="server
unix:/run/qgis_mapserv$i.sock;\n$SOCKETS" ; done
sed -i -e "s@QGIS_SERVER_SOCKETS@${SOCKETS}@g"
/etc/nginx/sites-enabled/qgis-server-fcgi


Alessandro Pasotti-2 wrote
> On Thu, Jun 14, 2018 at 3:46 PM, andrew terry 

> andrew.terry@.co

>  wrote:
> 
>>
> 
> np, but please keep in mind that my vagrant was prepared for a training
> course and it wasn't security audited!
> 
> the goal was to explore all different possibilities to deploy QGIS server
> (with some focus to Python).
> 
> 
> 
> Alessandro Pasotti-2 wrote
>> > Looks good.
>> >
>> > I don't know where else to look but if you want a tested working
>> > configuration you can have a look to:
>> > https://github.com/elpaso/qgis3-server-vagrant
>> >
>> > On Thu, Jun 14, 2018 at 3:34 PM, andrew terry 
>>
>> > andrew.terry@.co
>>
>> >  wrote:
>> >
>> >> Hi Alessandro,
>> >>
>> >> Thanks for the thought, i did include the xvfb install and config.
>> Always
>> >> double check though and the status report is as follows - only just
>> >> showing
>> >> as started as i booted the instance to check:
>> >>
>> >> ● xvfb.service - X Virtual Frame Buffer Service
>> >>Loaded: loaded (/etc/systemd/system/xvfb.service; enabled; vendor
>> >> preset:
>> >> enabled)
>> >>Active: active (running) since Thu 2018-06-14 13:23:50 UTC; 37s ago
>> >>  Main PID: 840 (Xvfb)
>> >> Tasks: 3 (limit: 4915)
>> >>CGroup: /system.slice/xvfb.service
>> >>└─840 /usr/bin/Xvfb :99 -screen 0 1024x768x24 -ac
>> +extension
>> >> GLX
>> >> +render -noreset
>> >>
>> >> Jun 14 13:23:50 ip-172-31-14-242 systemd[1]: Started X Virtual Frame
>> >> Buffer
>> >> Service.
>> >>
>> >> Thanks Andy
>> >>
>> >>
>> >>
>> >> --
>> >> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>> >> ___
>> >> Qgis-user mailing list
>> >>
>>
>> > Qgis-user@.osgeo
>>
>> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> >>
>> >
>> >
>> >
>> > --
>> > Alessandro Pasotti
>> > w3:   www.itopen.it
>> >
>> > ___
>> > Qgis-user mailing list
>>
>> > Qgis-user@.osgeo
>>
>> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
>>
>>
>>
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>> ___
>> Qgis-user mailing list
>> 

> Qgis-user@.osgeo

>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
> 
> 
> 
> -- 
> Alessandro Pasotti
> w3:   www.itopen.it
> 
> ___
> Qgis-user mailing list

> Qgis-user@.osgeo

> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user





--
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] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione Alessandro Pasotti
On Thu, Jun 14, 2018 at 3:46 PM, andrew terry  wrote:

> Excellent - i have been looking at a couple of docker examples but i'll
> definitely delve into yours including the various options e.g.
> fastcgi/python. Thank you again so far
>
>
>

np, but please keep in mind that my vagrant was prepared for a training
course and it wasn't security audited!

the goal was to explore all different possibilities to deploy QGIS server
(with some focus to Python).



Alessandro Pasotti-2 wrote
> > Looks good.
> >
> > I don't know where else to look but if you want a tested working
> > configuration you can have a look to:
> > https://github.com/elpaso/qgis3-server-vagrant
> >
> > On Thu, Jun 14, 2018 at 3:34 PM, andrew terry 
>
> > andrew.terry@.co
>
> >  wrote:
> >
> >> Hi Alessandro,
> >>
> >> Thanks for the thought, i did include the xvfb install and config.
> Always
> >> double check though and the status report is as follows - only just
> >> showing
> >> as started as i booted the instance to check:
> >>
> >> ● xvfb.service - X Virtual Frame Buffer Service
> >>Loaded: loaded (/etc/systemd/system/xvfb.service; enabled; vendor
> >> preset:
> >> enabled)
> >>Active: active (running) since Thu 2018-06-14 13:23:50 UTC; 37s ago
> >>  Main PID: 840 (Xvfb)
> >> Tasks: 3 (limit: 4915)
> >>CGroup: /system.slice/xvfb.service
> >>└─840 /usr/bin/Xvfb :99 -screen 0 1024x768x24 -ac +extension
> >> GLX
> >> +render -noreset
> >>
> >> Jun 14 13:23:50 ip-172-31-14-242 systemd[1]: Started X Virtual Frame
> >> Buffer
> >> Service.
> >>
> >> Thanks Andy
> >>
> >>
> >>
> >> --
> >> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> >> ___
> >> Qgis-user mailing list
> >>
>
> > Qgis-user@.osgeo
>
> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >>
> >
> >
> >
> > --
> > Alessandro Pasotti
> > w3:   www.itopen.it
> >
> > ___
> > Qgis-user mailing list
>
> > Qgis-user@.osgeo
>
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
>
> --
> 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
>



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione andrew terry
Excellent - i have been looking at a couple of docker examples but i'll
definitely delve into yours including the various options e.g.
fastcgi/python. Thank you again so far


Alessandro Pasotti-2 wrote
> Looks good.
> 
> I don't know where else to look but if you want a tested working
> configuration you can have a look to:
> https://github.com/elpaso/qgis3-server-vagrant
> 
> On Thu, Jun 14, 2018 at 3:34 PM, andrew terry 

> andrew.terry@.co

>  wrote:
> 
>> Hi Alessandro,
>>
>> Thanks for the thought, i did include the xvfb install and config. Always
>> double check though and the status report is as follows - only just
>> showing
>> as started as i booted the instance to check:
>>
>> ● xvfb.service - X Virtual Frame Buffer Service
>>Loaded: loaded (/etc/systemd/system/xvfb.service; enabled; vendor
>> preset:
>> enabled)
>>Active: active (running) since Thu 2018-06-14 13:23:50 UTC; 37s ago
>>  Main PID: 840 (Xvfb)
>> Tasks: 3 (limit: 4915)
>>CGroup: /system.slice/xvfb.service
>>└─840 /usr/bin/Xvfb :99 -screen 0 1024x768x24 -ac +extension
>> GLX
>> +render -noreset
>>
>> Jun 14 13:23:50 ip-172-31-14-242 systemd[1]: Started X Virtual Frame
>> Buffer
>> Service.
>>
>> Thanks Andy
>>
>>
>>
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>> ___
>> Qgis-user mailing list
>> 

> Qgis-user@.osgeo

>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
> 
> 
> 
> -- 
> Alessandro Pasotti
> w3:   www.itopen.it
> 
> ___
> Qgis-user mailing list

> Qgis-user@.osgeo

> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user





--
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] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione Alessandro Pasotti
Looks good.

I don't know where else to look but if you want a tested working
configuration you can have a look to:
https://github.com/elpaso/qgis3-server-vagrant

On Thu, Jun 14, 2018 at 3:34 PM, andrew terry  wrote:

> Hi Alessandro,
>
> Thanks for the thought, i did include the xvfb install and config. Always
> double check though and the status report is as follows - only just showing
> as started as i booted the instance to check:
>
> ● xvfb.service - X Virtual Frame Buffer Service
>Loaded: loaded (/etc/systemd/system/xvfb.service; enabled; vendor
> preset:
> enabled)
>Active: active (running) since Thu 2018-06-14 13:23:50 UTC; 37s ago
>  Main PID: 840 (Xvfb)
> Tasks: 3 (limit: 4915)
>CGroup: /system.slice/xvfb.service
>└─840 /usr/bin/Xvfb :99 -screen 0 1024x768x24 -ac +extension GLX
> +render -noreset
>
> Jun 14 13:23:50 ip-172-31-14-242 systemd[1]: Started X Virtual Frame Buffer
> Service.
>
> Thanks Andy
>
>
>
> --
> 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
>



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione andrew terry
Hi Alessandro,

Thanks for the thought, i did include the xvfb install and config. Always
double check though and the status report is as follows - only just showing
as started as i booted the instance to check:

● xvfb.service - X Virtual Frame Buffer Service
   Loaded: loaded (/etc/systemd/system/xvfb.service; enabled; vendor preset:
enabled)
   Active: active (running) since Thu 2018-06-14 13:23:50 UTC; 37s ago
 Main PID: 840 (Xvfb)
Tasks: 3 (limit: 4915)
   CGroup: /system.slice/xvfb.service
   └─840 /usr/bin/Xvfb :99 -screen 0 1024x768x24 -ac +extension GLX
+render -noreset

Jun 14 13:23:50 ip-172-31-14-242 systemd[1]: Started X Virtual Frame Buffer
Service.

Thanks Andy



--
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] [QGIS-Developer] Association of QGIS users in Spain

2018-06-14 Per discussione Tim Sutton
Hi

That is great new Carlos! Be sure to get into contact with Paolo so he can 
register your user group and include you in the voting membership process!

Regards

Tim

> On 14 Jun 2018, at 12:24, Carlos López PSIG  wrote:
> 
> Appreciated,
> It is a pleasure for us to announce the creation of the "Association of QGIS 
> users in Spain" to foster QGIS project coordination, information and outreach 
> in Spain.
> To communicate with the association you can use the email i...@qgis.es 
>  or enter the official website www.qgis.es 
> , where we will inform about the activity of this 
> association.
> 
> You can also follow us on twitter through @qgises.
> 
> And we have opened a github repository at https://github.com/qgises 
> 
> We hope it will be very useful for the QGIS user community in Spain.
> 
> Receive a cordial greeting.
> 
> The board of directors,
> President: Carlos López Quintanilla
> Vice President: Fran Raga
> Secretary: Dolors Ruiz
> Treasurer: Carmen Díez
> Vocal 1: Luigi Pirelli
> Vocal 2: Miguel Sevilla-Callejo
> 
>  
> PSIG
> Implementació, gestió i formació SIG
> 
> Carlos López Quintanilla
> 
> www.psig.es 
> carlos.lo...@psig.es 
> +34 699.680.261
> 
> Nota legal: Este mensaje y cualquier archivo adjunto está destinado 
> únicamente a la  <>persona a quien se dirige y es confidencial. Si usted ha 
> recibido este mensaje por  <>error, por favor, comuníqueselo al remitente y 
> bórrelo inmediatamente. La utilización , <>revelación y/o reproducción del 
> mensaje puede constituir un delito. <>
> 
> Protección de Datos: Le informamos que sus datos de contacto electrónico se 
> hallan incorporados a un fichero titularidad de CARLOS LÓPEZ QUINTANILLA, al 
> objeto de  <>envío de información, respuesta a consultas y contactos 
> genéricos.  <>Puede ejercer los derechos de acceso, rectificación, 
> cancelación y oposición que  <>establece la LOPD en cualquier momento, 
> mediante escrito, acompañado de copia de  <>documento oficial que le 
> identifique, dirigido a CARLOS LÓPEZ QUINTANILLA CL. P <>arellada, 8 E2 de 
> Corbera de Llobregat, 08757-Barcelona. <>
> 
> También podrá oponerse a nuestros envíos de comunicaciones comerciales 
> (Art.21.2 <>de la LSSI) a través de la siguiente dirección de correo 
> electrónico: ad...@psig.es <>
> ___
> QGIS-Developer mailing list
> qgis-develo...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

—








Tim Sutton

Co-founder: Kartoza
Ex Project chair: QGIS.org

Visit http://kartoza.com  to find out about open source:

Desktop GIS programming services
Geospatial web development
GIS Training
Consulting Services

Skype: timlinux
IRC: timlinux on #qgis at freenode.net



signature.asc
Description: Message signed with OpenPGP
___
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] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione Alessandro Pasotti
Hi,


regarding QStandardPaths: XDG_RUNTIME_DIR not set: are you running an xvfb
instance?

see:
https://docs.qgis.org/testing/en/docs/training_manual/qgis_server/install.html



On Thu, Jun 14, 2018 at 1:18 PM, Andrew Terry  wrote:

> Hi,
>
>
>
> I’m finding with QGIS 3.0.3 and NGINX using FastCGI, running on Ubuntu
> Bionic that calls to a project appear to start a fresh session for every
> WMS request.
>
>
>
> In the qgis logs I’m seeing the loading of the file and session started
> before each WMS request log. In the nginx error logs I’m seeing in
> particular:
>
>
>
> “2018/06/12 09:05:06 [error] 1301#1301: *9 FastCGI sent in stderr:
> "QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to
> '/tmp/runtime-www-data'”
>
>
>
> I’m then seeing a new QGIS file and a session folder appear within /tmp/
> for every WMS request posted.
>
>
>
> I’ve successfully run QGIS 2.18 previously with NGINX and have tried to
> ensure not settings differ. I also tried Apache (on Debian Stretch)
> successfully with 3.0.3
>
>
>
> I am only using the QGIS tutorial content for testing. The WMS output is
> being served successfully.
>
>
>
> Any advice gratefully received.
>
>
>
> Andy
>
>
>
>
>
> ___
> 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
>



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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] OpenCycleMap API KEY REQUIRED

2018-06-14 Per discussione Daniele Bonaposta
Ottimo come sempre Totò!!!
Risolto il problema!

Daniele

2018-06-13 18:06 GMT+02:00 Totò :

> Daniele Bonaposta wrote
> > Ciao Totò,
> > intendi un file tipo il .ini contenuto nel plugin di QuickMapServices?
> > Dove lo devo salvare? Formato .xyz?
>
> Scusa, mi sono spiegato male.
>
> Nel browser panel trovi tileXYZ,
> creane uno nuovo e metti cone url quello con la apikey
>
> https://www.youtube.com/watch?v=8HhGwfA7M50=4s
>
>
>
> -
> https://pigrecoinfinito.wordpress.com/
> --
> 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
>



-- 
_

Daniele Bonaposta,
Cartografia - G.I.S.

via Don Minzoni 13a
40121 - Bologna
mobile: +39.338.3377044
e-mail: daniele.bonapo...@gmail.com

*Linked*in: http://www.linkedin.com/pub/daniele-bonaposta/26/487/872

_
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Per discussione Andrew Terry
Hi,

I'm finding with QGIS 3.0.3 and NGINX using FastCGI, running on Ubuntu Bionic 
that calls to a project appear to start a fresh session for every WMS request.

In the qgis logs I'm seeing the loading of the file and session started before 
each WMS request log. In the nginx error logs I'm seeing in particular:

"2018/06/12 09:05:06 [error] 1301#1301: *9 FastCGI sent in stderr: 
"QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-www-data'"

I'm then seeing a new QGIS file and a session folder appear within /tmp/ for 
every WMS request posted.

I've successfully run QGIS 2.18 previously with NGINX and have tried to ensure 
not settings differ. I also tried Apache (on Debian Stretch) successfully with 
3.0.3

I am only using the QGIS tutorial content for testing. The WMS output is being 
served successfully.

Any advice gratefully received.

Andy


___
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] OpenCycleMap API KEY REQUIRED

2018-06-14 Per discussione Carlo Tersigni
Grazie per l'inidicazione. Per il mio livello è un po' complicato, almeno
per ora.
Ciao
Carlo

Il giorno 14 giugno 2018 09:37, nformica  ha scritto:

> Se vuoi modificare l'URL (aggiungendo l' API key)  dei servizi forniti
> tramite il plugin QuickMapService, devi farlo a mano, andando nella
> cartella:
> .qgis2/python/plugins/quick_map_services/data_sources
> poi individui la cartella del servizio (per es. osm_tf_opencyclemap) e
> modifichi l'URL dentro il file metadata.ini.
>
> 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
>



-- 
*Carlo TERSIGNI*
*Via Padre Semeria, 6300154 - ROMA*

*tel.: 333-4653589e-mail: carter@gmail.com *
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] Association of QGIS users in Spain

2018-06-14 Per discussione Carlos López PSIG
*Appreciated,It is a pleasure for us to announce the creation of the
"Association of QGIS users in Spain" to foster QGIS project coordination,
information and outreach in Spain.To communicate with the association you
can use the email i...@qgis.es  or enter the official website
www.qgis.es , where we will inform about the activity
of this association.You can also follow us on twitter through @qgises.And
we have opened a github repository at https://github.com/qgises
We hope it will be very useful for the QGIS user
community in Spain.Receive a cordial greeting.The board of
directors,President: Carlos López QuintanillaVice President: Fran
RagaSecretary: Dolors RuizTreasurer: Carmen DíezVocal 1: Luigi PirelliVocal
2: Miguel Sevilla-Callejo*

* *
*PSIG*
Implementació, gestió i formació SIG

*Carlos López Quintanilla*

www.psig.es
carlos.lo...@psig.es
+34 699.680.261

Nota legal: Este mensaje y cualquier archivo adjunto está destinado
únicamente a la
persona a quien se dirige y es confidencial. Si usted ha recibido este
mensaje por
error, por favor, comuníqueselo al remitente y bórrelo inmediatamente. La
utilización ,
revelación y/o reproducción del mensaje puede constituir un delito.

Protección de Datos: Le informamos que sus datos de contacto electrónico se
hallan
incorporados a un fichero titularidad de CARLOS LÓPEZ QUINTANILLA, al
objeto de
envío de información, respuesta a consultas y contactos genéricos.
Puede ejercer los derechos de acceso, rectificación, cancelación y
oposición que
establece la LOPD en cualquier momento, mediante escrito, acompañado de
copia de
documento oficial que le identifique, dirigido a CARLOS LÓPEZ QUINTANILLA
CL. P
arellada, 8 E2 de Corbera de Llobregat, 08757-Barcelona.

También podrá oponerse a nuestros envíos de comunicaciones comerciales
(Art.21.2
de la LSSI) a través de la siguiente dirección de correo electrónico:
ad...@psig.es
___
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] GeoPackage e salvataggi di nuovi layer

2018-06-14 Per discussione Matteo Collimedaglia
Perfetto Ludovico che tu sia riuscito a risolvere :-D, io il geopackage
l'ho usato per convertire i file DWG e importarli in Qgis, per ora altri
usi non li ho sperimentati.
Solo in un caso ho voluto fare una prova per cercare di capire qualcosa in
più su spatialite ma avendo riscontrato subite delle difficoltà e non
avendo tempo da dedicarci ho lasciato perdere.

Buona giornata a tutti,
Matteo

2018-06-13 16:46 GMT+02:00 Ludovico :

> Ok, è la gestione non DB (termine poco appropriato) di QGIS che crea questo
> "problema". Dal DB Manager, invece si riesce tra tranquillante a duplicare
> le tabelle.
>
> Grazie
>
>
>
> -
> Dott. For. Ludovico Frate, PhD
>
> --
> 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-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] OpenCycleMap API KEY REQUIRED

2018-06-14 Per discussione nformica
Se vuoi modificare l'URL (aggiungendo l' API key)  dei servizi forniti
tramite il plugin QuickMapService, devi farlo a mano, andando nella
cartella:
.qgis2/python/plugins/quick_map_services/data_sources
poi individui la cartella del servizio (per es. osm_tf_opencyclemap) e
modifichi l'URL dentro il file metadata.ini.

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] OpenCycleMap API KEY REQUIRED

2018-06-14 Per discussione Carlo Tersigni
Quindi, se ho capito bene, l'inserimento della API KEY funziona solo
scaricando le tiles tramite browser e non funziona con il web mapping
(tipo: QuickMapService)? E' così?
Grazie
Carlo Tersigni

2018-06-13 18:06 GMT+02:00 Totò :

> Daniele Bonaposta wrote
> > Ciao Totò,
> > intendi un file tipo il .ini contenuto nel plugin di QuickMapServices?
> > Dove lo devo salvare? Formato .xyz?
>
> Scusa, mi sono spiegato male.
>
> Nel browser panel trovi tileXYZ,
> creane uno nuovo e metti cone url quello con la apikey
>
> https://www.youtube.com/watch?v=8HhGwfA7M50=4s
>
>
>
> -
> https://pigrecoinfinito.wordpress.com/
> --
> 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
>



-- 
*Carlo TERSIGNI*
*Via Padre Semeria, 6300154 - ROMA*

*tel.: 333-4653589e-mail: carter@gmail.com *
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Ordinary Kriging (QGIS v 3.0.3)

2018-06-14 Per discussione PARESH CHAUKHANDE
QGIS->Add Vector Layer->Add Delimited Text Layer->Processing Toolbox->Ordinary 
Kriging->Select layer for Kriging->Map Generated-> Symbology Tool
> On 14-Jun-2018, at 10:19 AM, PARESH CHAUKHANDE  
> wrote:
> 
> I am doing ordinary kriging in QGIS 3(Girona) for multiplication data 
> (lonlat) of India. After running the algorithms, two options are generated:  
> Prediction and Quality Measure by default. After these when I came to 
> Symbology  option, by default Singleband Gray is alive. When I change the 
> option such as Multiband Color, ,Singleband Pseudocolor etc. then the 
> Prediction and Quality Measure values are getting disappear.
> I want to generate maps by performing ordinary kriging in qgis. Any help..!!!
> Step by step guidance will be highly appreciable.
> 
> Sincerely yours,
> 
> PARESH CHAUKHANDE.
> Scientist,ICAR,INDIA.

___
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