Re: [Qgis-user] Version 3.14 - Copy and Paste attribute table

2020-08-27 Thread Tony Shepherd (FarmMaps NZ)
Thanks Andreas, at least a workaround.

 

So the following works:

*   Highlight some lines in an attribute browser window
*   Change the focus back to the map canvas
*   Edit -> Copy  (or ctrl C after setting up the shortcut)
*   Paste into any other app

 

What does not work, but used to:

*   Highlight rows in an attribute browser window
*   Ctrl C
*   Paste

 

So it appears that you have to now change focus back to the map canvas before 
copying data to the clipboard.  That’s OK, and it works, but not really that 
intuitive and in my opinion, it would be cool to be able to copy directly to 
the clipboard from the attribute browser window as per previous behaviour 
without having to change focus first.

 

Cheers

Tony

 

From: Qgis-user  On Behalf Of Andreas Neumann
Sent: Wednesday, 26 August 2020 5:28 pm
To: Stephane Goldstein 
Cc: qgis-user 
Subject: Re: [Qgis-user] Version 3.14 - Copy and Paste attribute table

 

Hi,

I don't think that this was deliberately changed. I agree that the copy/paste 
functionality to other software is very convenient.

Can you please check in Menu "Settings" --> "Keyboard Shortcuts" --> Sort by 
Shortcut and see if something else might have captured the "Ctrl-C" Shortcut?

Ctrl-C should be assigned to "Copy Features".

I checked in my system (QGIS master) and it seems like when using German 
language, it is properly assigned, but as soon as you switch to English, the 
Shortcut is gone.

But you can easily re-assign the shortcut: Select the Action "Copy Features" 
--> Click the "Change" button and assign the combination "Ctrl+C".

Let us know if this helps. Can you perhaps also open a but report on this so it 
can be fixed for all users?

Thanks,

Andreas

On 2020-08-26 03:10, Stephane Goldstein wrote:

Hi.

I also do that very frequently. Ctrl+C does not work for that anymore.

Now after selecting your features, you have to go to the Edit menu and click 
"Copy features". 

 

On Wed, 26 Aug 2020 at 04:49, Tony Shepherd (FarmMaps NZ) < 
 t...@farmmaps.nz> wrote:

Hi All

 

Prior to 3.14 we could simply open an attribute table, select a few rows (or 
atrl A to select all), ctrl-v to copy and then paste into excel or similar.  
Handy for a quick excel filter, or pivot table etc.

 

Just to check that I hadn't gone completely mad, I found an old PC with 3.12 
installed and yes, that is possible.

 

In 3.14 this isn't possible?  I know its easy to export and save as excel, but 
it just takes a lot longer.  Is this by design or have I missed something 
obvious, and if so can somebody help point me in the right direction. 

 

I note from Dr Google that there are issues in 3.14 with copying and pasting 
map features, is this related?

Cheers

Tony

 

Tony Shepherd  |  GeoSpatial / Mapping Manager

Ph 027 435 6193  |  E   t...@farmmaps.nz

FarmMaps NZ, 3 Kerwood Place, Gore 9740

 



 

 

   
 

 

___
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

 

___
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] layers not displayed in the layer window

2020-08-27 Thread Jens Beutmann

That seems to be working. Thanx a lot, Yoann!!!
Before running the function, you have to switch on in the layer dialog 
all the layers you want to keep, because otherwise the function kills 
all layers that are not visible. But after doing that, I got the result 
I wanted.

That helped me a lot!


Am 27.08.2020 um 11:44 schrieb Yoann QUENACH DE QUIVILLIC:
I had the exact same problem some time ago. The layers are present in 
the QgsProject, but not added to the QgsCanvas, so they don't appear 
in the Layer Panel but the entry is there in the Layer Styling Panel.

You can use PyQGIS to solve it
Here is a simple function that iters over the layers in the 
project, and removes the layers not present in the canvas:

def remove_odd_layers():
    for layer in QgsProject.instance().mapLayers().values():
        if layer not in iface.mapCanvas().layers():
            QgsProject.instance().removeMapLayer(layer)

remove_odd_layers ()

Le dim. 23 août 2020 à 13:03, Jens Beutmann > a écrit :


I got a problem with layers that are displayed in the layer design
dialog ("Layergestaltung" in German) but not in the layer window
itself.
I would like to delete these layers but this is not possible. I
opened
the project in QGIS 2.18 and in 3.10 and it happens in both versions.
Can anybody help?


-- 
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.

https://www.avast.com/antivirus

___
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



--





Yoann Quenach de Quivillic

Ingénieur d'étude

www.itlink.fr 




___
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] layers not displayed in the layer window

2020-08-27 Thread Mike Flannigan



I found mention of the Layer Styling Panel in the docs:
https://docs.qgis.org/2.18/en/docs/user_manual/introduction/general_tools.html#layer-styling-panel

I have not figured out how to open it yet.  I suspect
it has been replaced by the Style Manager:
Settings - Style Manager

But that is speculation.

About 10% down this page:
https://docs.qgis.org/testing/en/docs/user_manual/working_with_raster/raster_properties.html?highlight=layer%20styling%20panel
is "Live update rendering" that is also a bit
confusing to me:
http://www.mflan.com/temp/layer.jpg

I am on Linux ver 3.14.0.


Mike


___
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] label layer with attributes in different styles

2020-08-27 Thread Richard McDonnell
Michael,
You are very welcome, I hope it goes some way to giving you a solution.
Regards,

RIchard


--
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

--
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 1 647 6543
https://www.opw.ie

--
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: https://www.opw.ie/en/disclaimer/
From: Grün, Michael 
Sent: 27 August 2020 16:25
To: Richard McDonnell 
Subject: AW: [Qgis-user] label layer with attributes in different styles

Hi Richard,
thanx a lot for your quick answer!
Seems to be a very good solution when positioning 1 label left and 1 label 
right of the point...see attached png.
My symbols will have different sizes, so I'll have to set some values in the 
overridebut I'll give it a try!
Best regards from Trier/Germany
Michael
Von: Richard McDonnell 
mailto:richard.mcdonn...@opw.ie>>
Gesendet: Donnerstag, 27. August 2020 16:12
An: Grün, Michael mailto:gru...@uni-trier.de>>; 
qgis-user@lists.osgeo.org
Betreff: RE: [Qgis-user] label layer with attributes in different styles

Hi I have one possible solution, or work around...

1.   Use your Layer to display the first part Name

2.   Duplicate the layer and set it to not display symbols (Properties - 
Symbology - No Symbols)

3.   Label the duplicate with the "Second Half" of your Label, the Brackets 
and Number.

4.   Now under placement you can position the "Second half" of your Label 
to line up with the first.
I have not tried it, but it's the only solution I can come up with at the 
moment.
Regards,

Richard.




--
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

--
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 1 647 6543
https://www.opw.ie

--
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: https://www.opw.ie/en/disclaimer/

From: Qgis-user 
mailto:qgis-user-boun...@lists.osgeo.org>> 
On Behalf Of Grün, Michael
Sent: 27 August 2020 14:28
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] label layer with attributes in different styles

Hi all,
Very simple example:
I have a point layer and I want to label it with 2 attributes (name, number) 
and differ them within their styles.
Cologne (10)
Hamburg (14)
name || ' ' || '(' ||  "number"  || ')'

Now I just want for more difference the number (and brackets) in another colour 
(or style, bold e.g.).
Cologne (10)
Hamburg (14)

I tried it with the button "data devided override" - but changes always for 
both attributes, no difference within.
I tried rule-based labeling - without result.
Allow HTML formatting number, but how?
Actually I thought this would be very simple...any hints?
Thanx a lot...kindly regards, Michael

___
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] label layer with attributes in different styles

2020-08-27 Thread Raymond Nijssen
From QGIS 3.14 you can use html style coloring in labels. So something 
like this should work:


"name" || ' (' || "number" || ')'

You need to check "Allow HTML formatting" in the label settings.

Raymond


On 27-08-2020 15:28, Grün, Michael wrote:

Hi all,

Very simple example:

I have a point layer and I want to label it with 2 attributes (name, 
number) and differ them within their styles.


Cologne (10)

Hamburg (14)

name || ' ' || '(' ||  "number"  || ')'

Now I just want for more difference the number (and brackets) in another 
colour (or style, bold e.g.).


Cologne *(10)*

Hamburg *(14)*

I tried it with the button „data devided override“ – but changes always 
for both attributes, no difference within.


I tried rule-based labeling – without result.

Allow HTML formatting number, but how?

Actually I thought this would be very simple…any hints?

Thanx a lot…kindly regards, Michael


___
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] label layer with attributes in different styles

2020-08-27 Thread Totò
Grün, Michael wrote
> Allow HTML formatting 
*
> number
*
> , but how?
> Actually I thought this would be very simple...any hints?
> Thanx a lot...kindly regards, Michael

try like this

"nome" ||'' || ' (' ||  "number"  || ')' ||   ''

ciao



-
https://pigrecoinfinito.wordpress.com/
--
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] label layer with attributes in different styles

2020-08-27 Thread Richard McDonnell
Hi I have one possible solution, or work around...

1.   Use your Layer to display the first part Name

2.   Duplicate the layer and set it to not display symbols (Properties - 
Symbology - No Symbols)

3.   Label the duplicate with the "Second Half" of your Label, the Brackets 
and Number.

4.   Now under placement you can position the "Second half" of your Label 
to line up with the first.
I have not tried it, but it's the only solution I can come up with at the 
moment.
Regards,

Richard.




--
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

--
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 1 647 6543
https://www.opw.ie

--
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: https://www.opw.ie/en/disclaimer/
From: Qgis-user  On Behalf Of Grün, Michael
Sent: 27 August 2020 14:28
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] label layer with attributes in different styles

Hi all,
Very simple example:
I have a point layer and I want to label it with 2 attributes (name, number) 
and differ them within their styles.
Cologne (10)
Hamburg (14)
name || ' ' || '(' ||  "number"  || ')'

Now I just want for more difference the number (and brackets) in another colour 
(or style, bold e.g.).
Cologne (10)
Hamburg (14)

I tried it with the button "data devided override" - but changes always for 
both attributes, no difference within.
I tried rule-based labeling - without result.
Allow HTML formatting number, but how?
Actually I thought this would be very simple...any hints?
Thanx a lot...kindly regards, Michael

___
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] Informal online virtual meeting to hack - AKA QHackFriday

2020-08-27 Thread Charles Dixon-Paver
Hello all,

Please note that I will be running a session which goes through the
changelog management process as part of the QHackFriday tomorrow
(28/08/2020) . It is a great opportunity for those who wish to contribute
to the QGIS project but do not know where to begin. No special technical
knowledge is required in order to become a part of the changelog
maintenance team.

More info on the (informal) agenda and topics we will cover is available on
the wiki at:
https://github.com/qgis/QGIS/wiki/QHF-August-2020


You may register as a participant on the wiki, or join us by simply
connecting to https://meet.jit.si/QHackFriday at 12h00 UTC.

Looking forward to seeing everyone there.

Regards

On Thu, 27 Aug 2020 at 15:24, Jeff McKenna 
wrote:

> Note that tomorrow's QHackFriday event page is:
> https://github.com/qgis/QGIS/wiki/QHF-August-2020
>
> (it took some clicking to find it)
>
> -jeff
>
>
>
>
> --
> Jeff McKenna
> MapServer Consulting and Training Services
> co-founder of FOSS4G
> http://gatewaygeo.com/
>
>
>
>
> On 2020-08-21 2:49 p.m., Marco Bernasocchi wrote:
> > Dear Community,
> >
> >
> > 2020, as we all know, has been a special year and among plenty other
> > issues we had to cancel all our beloved hackfests. Since we first
> > started holding bi-annual hackfests in 2009, it will be the first time
> > without an event where our friendly community can meet.
> >
> >
> >
> > That can’t be! We are a modern and thriving community based on exchange,
> > discussion and collaboration and should foster this even when physical
> > meetings are not possible.
> >
> >
> > I’m super excited to announce that after some very motivating
> > discussions on the HackFest telegram channel [2] and in the PSC,
> > starting from next week on every last Friday of each monthwe will hold
> > an informal online virtual meeting to hack around, document, discuss and
> > in general meet the awesome QGIS community.
> >
> >
> > There will normally be no formal agenda, no fixed schedule nor
> > moderators, simply join the QHackFriday(pronounced KwakFriday) on jitsi
> > [0] and say hi!
> >
> >
> > I added a page to the wiki [1], so if you have topics that you like to
> > discuss/present you can put them there and others might join you.
> >
> >
> > Stay safe and see you next Friday!
> >
> >
> >
> > [0] https://meet.jit.si/QHackFriday
> >
> > [1] https://github.com/qgis/QGIS/wiki/QHackFriday
> >
> > [2] https://t.me/joinchat/Aq2V5RPoxYYhXqUPoxRWPQ
> >
> > Picture 1: https://www.umwelt.uni-hannover.de/qgis.html
> > 
> >
> > Picture 2: https://qgis2015.wordpress.com <
> https://qgis2015.wordpress.com/>
> >
> >
> >
> > --
> > Marco Bernasocchi
> >
> > QGIS.org Chair
> > OPENGIS.ch CEO
> > http://berna.io 
>
> ___
> 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

[Qgis-user] label layer with attributes in different styles

2020-08-27 Thread Grün , Michael
Hi all,
Very simple example:
I have a point layer and I want to label it with 2 attributes (name, number) 
and differ them within their styles.
Cologne (10)
Hamburg (14)
name || ' ' || '(' ||  "number"  || ')'

Now I just want for more difference the number (and brackets) in another colour 
(or style, bold e.g.).
Cologne (10)
Hamburg (14)

I tried it with the button "data devided override" - but changes always for 
both attributes, no difference within.
I tried rule-based labeling - without result.
Allow HTML formatting number, but how?
Actually I thought this would be very simple...any hints?
Thanx a lot...kindly regards, Michael

___
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] Informal online virtual meeting to hack - AKA QHackFriday

2020-08-27 Thread Jeff McKenna
Note that tomorrow's QHackFriday event page is: 
https://github.com/qgis/QGIS/wiki/QHF-August-2020


(it took some clicking to find it)

-jeff




--
Jeff McKenna
MapServer Consulting and Training Services
co-founder of FOSS4G
http://gatewaygeo.com/




On 2020-08-21 2:49 p.m., Marco Bernasocchi wrote:

Dear Community,


2020, as we all know, has been a special year and among plenty other 
issues we had to cancel all our beloved hackfests. Since we first 
started holding bi-annual hackfests in 2009, it will be the first time 
without an event where our friendly community can meet.




That can’t be! We are a modern and thriving community based on exchange, 
discussion and collaboration and should foster this even when physical 
meetings are not possible.



I’m super excited to announce that after some very motivating 
discussions on the HackFest telegram channel [2] and in the PSC, 
starting from next week on every last Friday of each monthwe will hold 
an informal online virtual meeting to hack around, document, discuss and 
in general meet the awesome QGIS community.



There will normally be no formal agenda, no fixed schedule nor 
moderators, simply join the QHackFriday(pronounced KwakFriday) on jitsi 
[0] and say hi!



I added a page to the wiki [1], so if you have topics that you like to 
discuss/present you can put them there and others might join you.



Stay safe and see you next Friday!



[0] https://meet.jit.si/QHackFriday

[1] https://github.com/qgis/QGIS/wiki/QHackFriday

[2] https://t.me/joinchat/Aq2V5RPoxYYhXqUPoxRWPQ

Picture 1: https://www.umwelt.uni-hannover.de/qgis.html 



Picture 2: https://qgis2015.wordpress.com 



--
Marco Bernasocchi

QGIS.org Chair
OPENGIS.ch CEO
http://berna.io 


___
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] QGIS3.10 MacOS Catalina R-script issues

2020-08-27 Thread Peter Petrik
Hi,

do you use the all-in-one (official) installer or Kynchaos installer or
conda/homebrew/macports?

Peter

On Wed, Aug 26, 2020 at 1:01 PM Maria Niermann (23153112) <
23153...@student.uwa.edu.au> wrote:

> Hi
>
> brand new to this all ...
>
> I recently installed QGIS 3.10 on my MacOS Catalina MacBookPro and it
> seemed to run quite well for a while, including dealing with r-scripts
> until one (given from uni lecturer) r-script made it crash.
>
> I uninstall, reinstalled, it seemed to run fine. Until I closed and
> reopened and it then immediately crashed again.
>  the main log showed this error:
>
> WARNINGCodec not found. Falling back to system locale
>
> What does this mean?
>
> A friendly helper IDd (some, other?) issues to Python and we ended up
> installing QGIS 3.6 and Python 3.6 and that seemed to fix the r-script
> crashing issue, but I now encounter other issues. In part a linking issue
> to old ghosts (that issue with fully deleting things from Mac and then
> some) and we might be able to fix this.
>
> However, I generally preferred working with QGIS 3.10, so would like to
> have a crack at getting that running again.
>
> Overall the issue appears to be that any version of QGIS went back to
> accessing a no longer installed  (?!) Python 3.7 version. We got that fixed
> for the QGIS 3.6 version (talking to Python 3.6 now) and I am wondering if
> we went about forcing QGIS3.10 to talk to Python 3.8 is that the way
> forward? Or might QGIS3.10 better work with Python 3.6 as well?
> Or any other ideas where to look for what.
>
> In essence the QGIS3.10 runs (ran) just fine.
> Just, only for one opening of it.
> Close, reopen - it's befuddled.
>
> Any pointers welcome.
> I am 3/4 illiterate with this stuff, but have a friendly helper atm.
>
> Ta
> Maria
>
> PS _ My helper has the same hard and software I have and runs QGIS 3.10
> just fine he says... so... I know it is possible.
> I still have an old QGIS 2.8 installed not sure that matters.
> ___
> 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

[Qgis-user] Qgis Server working but not logging

2020-08-27 Thread SkynetSau
Hi,
I've an issue with Qgis Server.
above service is not writing any log

My Configuration ==

O.S.:   Ubuntu 18.04.4 LTS
Qgis Server:3.10.8+28bionic
web server: nginix 1.14.0-0ubuntu1.7
modalità fcgi:  spawn-fcgi
Web Client: Lizmap ver. 3.3.9



Nginix Configuration == [...]

location /qgisserver {
gzip   off;

include fastcgi_params;

fastcgi_param  QGIS_SERVER_LOG_FILE /var/log/qgis/qgis-server.log;
fastcgi_param  QGIS_SERVER_LOG_LEVEL 0;
fastcgi_param  QGIS_DEBUG 1;

fastcgi_pass   unix:/tmp/qgisserver.socket;

}

[...]
=

added init script with systemd for fastcgi service on O.S. startup

(/lib/systemd/system/aqp-spawn-fcgi.service)

Service configuration ===

[Unit]
Description=FastCGI spawner for Qgis Server After=syslog.target

[Service]
Type=forking
PIDFile=/var/run/%p.pid
SyslogIdentifier=%p
Environment=WORKERS=1
EnvironmentFile=-/etc/default/%p
ExecStart=/usr/bin/spawn-fcgi \
-F ${WORKERS} \
-d / \
-u www-data \
-g www-data \
-s /tmp/qgisserver.socket \
-P /var/run/%p.pid \
-- /usr/lib/cgi-bin/qgis_mapserv.fcgi
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target

==


added script for enviroenment variables in /etc/profile.d/qgis-server.sh
===

export QGIS_DEBUG=1
export QGIS_SERVER_LOG_FILE="/var/log/qgis/qgis-server.log"
export QGIS_SERVER_LOG_LEVEL=0

=

typing "printenv" variables are correctly setted and server works (tested
with Lizmap and directly by typing urls of WMS external services)

Problem is only Qgis-Server log writing. I tryed also to create log file
manually and giving it 777 chmod attribute, but is always empty.

Can you help me?

Thank You.



--
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] Plugin approval process

2020-08-27 Thread Richard Duivenvoorde
On 8/27/20 11:36 AM, Régis Haubourg wrote:
> Hi Yoann,
> we have a manual process for this, I would wait again for a couple of days 
> and then ping again here.
Also have an eye on your issues at the repo, IF there is an issue the approvers 
often create an issue there
https://github.com/YoannQDQ/qgis-multilayer-select/issues

Nothing there yet, but also because it is a fresh plugin it probably takes more 
time, then an existing plugin which only adds some new thing.

Please be patient, the approvers are volunteers too..

Regards,

Richard Duivenvoorde

PS not sure if 'approvers' is english (it is not according to my spelling 
checker, but it does make me think about the 'Proclaimers' gig of James Corden 
https://www.youtube.com/watch?v=aEWfPtxFm70 :-)
___
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] layers not displayed in the layer window

2020-08-27 Thread Yoann QUENACH DE QUIVILLIC
I had the exact same problem some time ago. The layers are present in the
QgsProject, but not added to the QgsCanvas, so they don't appear in the
Layer Panel but the entry is there in the Layer Styling Panel.
You can use PyQGIS to solve it
Here is a simple function that iters over the layers in the project, and
removes the layers not present in the canvas:

def remove_odd_layers():
for layer in QgsProject.instance().mapLayers().values():
if layer not in iface.mapCanvas().layers():
QgsProject.instance().removeMapLayer(layer)

remove_odd_layers ()

Le dim. 23 août 2020 à 13:03, Jens Beutmann  a écrit :

> I got a problem with layers that are displayed in the layer design
> dialog ("Layergestaltung" in German) but not in the layer window itself.
> I would like to delete these layers but this is not possible. I opened
> the project in QGIS 2.18 and in 3.10 and it happens in both versions.
> Can anybody help?
>
>
> --
> Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
> https://www.avast.com/antivirus
>
> ___
> 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



-- 




Yoann Quenach de Quivillic

Ingénieur d'étude


www.itlink.fr
___
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] Plugin approval process

2020-08-27 Thread Régis Haubourg
Hi Yoann,
we have a manual process for this, I would wait again for a couple of days
and then ping again here.
Best regards
Régis

Le jeu. 27 août 2020 à 11:29, Yoann QUENACH DE QUIVILLIC 
a écrit :

> Hello,
>
> I published a plugin (https://plugins.qgis.org/plugins/multilayerselect/)
> 2 days ago.
> I was wondering why it had not been approved yet? My previous plugins were
> approved in less than 24hours. Did I miss something? How does the approval
> process work?
>
> Thanks,
>
> --
>
> 
>
>
> Yoann Quenach de Quivillic
>
> Ingénieur d'étude
>
>
> www.itlink.fr
>
>
> ___
> 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

[Qgis-user] Plugin approval process

2020-08-27 Thread Yoann QUENACH DE QUIVILLIC
Hello,

I published a plugin (https://plugins.qgis.org/plugins/multilayerselect/) 2
days ago.
I was wondering why it had not been approved yet? My previous plugins were
approved in less than 24hours. Did I miss something? How does the approval
process work?

Thanks,

-- 




Yoann Quenach de Quivillic

Ingénieur d'étude


www.itlink.fr
___
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