Re: [QGIS-Developer] Issue with QGIS 3.16.2 standalone and GRASS 7.8.4

2021-01-23 Thread Myriam63
Hello to all
Last version (3.16.3) successfully installed!
The problem in 3.16.1 and 3.16.2 versions are no longer present and no new
issues identified.
I hope it stays that way! ;)



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] QGIS composer print layout

2021-01-23 Thread JD L
Hi Giulio,

add the flags methods to tell your algorithm is not thread-safe. From the
documentation :
https://docs.qgis.org/3.16/en/docs/user_manual/processing/scripts.html#flags

If your algorithm is regularly crashing, you are probably using API calls
which are not safe to do in a background thread. Try returning the
*QgsProcessingAlgorithm.FlagNoThreading
flag from your algorithm’s flags() method* to force Processing to run your
algorithm in the main thread instead.

I just tested and it works.

Regards,

Le ven. 22 janv. 2021 à 14:56, Giulio Fattori  a
écrit :

> Hello,
> i'm developing a QGIS plugin algorithm that composes a print layout.
> The attached code works but the map window appears in the composer with
> the word "Rendering map".
> and I get these messages:
>
> WARNINGQObject::connect: Cannot queue arguments of type
> 'QItemSelection'
>  (Make sure 'QItemSelection' is registered using
> qRegisterMetaType().)
> WARNINGQObject::connect: Cannot queue arguments of type
> 'QItemSelection'
>  (Make sure 'QItemSelection' is registered using
> qRegisterMetaType().)
> WARNINGQObject::connect: Cannot queue arguments of type
> 'QItemSelection'
>  (Make sure 'QItemSelection' is registered using
> qRegisterMetaType().)
> WARNINGQObject::startTimer: Timers cannot be started from another
> thread
>
> CRITICALQt : QObject::killTimer: Timers cannot be stopped from another
> thread
> CRITICALQt : QObject::startTimer: Timers cannot be started from
> another thread
> CRITICALQt : QObject::killTimer: Timers cannot be stopped from another
> thread
> CRITICALQt : QObject::startTimer: Timers can only be used with threads
> started with QThread
>
> Only after saving and reopening QGIS do I get the correct result in the
> composer.
>
> What is missing to make it work properly?
>
> Can someone help me?
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] ECW flags

2021-01-23 Thread Walter Lorenzetti

Hi all,

a question: QGIS-server 3.10.14 for Ubuntu it was compile with ECW flags 
or not?


With 3.10.12 iI can use gdal compile with Erdas libraries but I get this 
error with 3.10.14:


GDAL_ERROR 4: b"`/shared-volume/project_data/326152.ecw' not recognized 
as a supported file format."


Thanks in advance

Walter.

--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
twitter:w_lorenzetti 
g+:aiki74 
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
Nuovi corsi QGIS e GFOSS 



___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] ECW flags

2021-01-23 Thread Jürgen E . Fischer
Hi Walter,

On Sat, 23. Jan 2021 at 16:02:13 +0100, Walter Lorenzetti wrote:
> a question: QGIS-server 3.10.14 for Ubuntu it was compile with ECW flags or
> not?

By default qgis server is built with SERVER_SKIP_ECW TRUE for debian/ubuntu and
in osgeo4w.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] ECW flags

2021-01-23 Thread Walter Lorenzetti

Thanks Jurgen.. I'd like to listem something different :(

So I've to compile it :(

W

Il 23/01/21 16:12, Jürgen E. Fischer ha scritto:

Hi Walter,

On Sat, 23. Jan 2021 at 16:02:13 +0100, Walter Lorenzetti wrote:

a question: QGIS-server 3.10.14 for Ubuntu it was compile with ECW flags or
not?

By default qgis server is built with SERVER_SKIP_ECW TRUE for debian/ubuntu and
in osgeo4w.


Jürgen


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
twitter:w_lorenzetti 
g+:aiki74 
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
Nuovi corsi QGIS e GFOSS 



___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] GDAL Version Mismatch - Compiled vs Running

2021-01-23 Thread i-s-o
For the Nightly-Master, I just noticed the following. Is this the expected
behavior?
Compiled against GDAL/OGR 3.1.4
Running against GDAL/OGR 3.3.0dev

I am pretty sure it used to be the same as the current Nightly-Release:
Compiled against GDAL/OGR 3.3.0dev
Running against GDAL/OGR 3.3.0dev
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] ECW flags

2021-01-23 Thread Vincent Picavet (ml)
Hi Walter,

Be careful with ECW SDK licence, which requires an OEM licence for any use in a
Server software component.

See for example :
https://community.hexagongeospatial.com/t5/APOLLO-ECW-Q-A/License-for-reading-or-writing-ECW-in-third-party-software/ta-p/34074#

This may have changed since 2019, but I doubt it.

In any case, I would rather recommend using an alternate format, with free and
opensource format and drivers.

Best regards,
Vincent

On 23/01/2021 16:21, Walter Lorenzetti wrote:
> Thanks Jurgen.. I'd like to listem something different :(
> 
> So I've to compile it :(
> 
> W
> 
> Il 23/01/21 16:12, Jürgen E. Fischer ha scritto:
>> Hi Walter,
>>
>> On Sat, 23. Jan 2021 at 16:02:13 +0100, Walter Lorenzetti wrote:
>>> a question: QGIS-server 3.10.14 for Ubuntu it was compile with ECW flags or
>>> not?
>> By default qgis server is built with SERVER_SKIP_ECW TRUE for debian/ubuntu 
>> and
>> in osgeo4w.
>>
>>
>> Jürgen
>>
> -- 
> 
> Walter Lorenzetti phD
> email: lorenze...@gis3w.it
> skype: aiki74
> twitter:w_lorenzetti 
> g+:aiki74 
> Tel/Cell: (+39) 347-6597931
> Viale Verdi 24 - 51016 Montecatini Terme (PT)
> Nuovi corsi QGIS e GFOSS 
> 
> 
> 
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> 

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] Nightly LTR for 3.16.4 Release Candidate

2021-01-23 Thread Alexandre Neto
Hi,

Carrying on the work of QEP-180[1], we are now "metatesting" the testing
infraestructure and metodology[2] by running the set of designated test
cases  (manual tests) for the next releases 3.18.0 and 3.16.4LTR.

For the later, we would need to have the nigthly-ltr builds pointing to the
release 3.16 branch.

Question: Normally, when does the switch from the old LTR moves to the next
one happens? I was hoping that it would happen before the release itself.

[1] - https://github.com/qgis/QGIS-Enhancement-Proposals/issues/180

[2] - https://github.com/qcooperative/qgis-testing

Best regards,

Alexandre Neto
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] ECW flags

2021-01-23 Thread Walter Lorenzetti

Hi Vincent,

I've to do it for a customer who bought OEM licence from Erdas.

Every time I try to push my customers toward free formats, sometimes I 
can, other times not :)


Have a good Sunday

W

Il 23/01/21 22:03, Vincent Picavet (ml) ha scritto:

Hi Walter,

Be careful with ECW SDK licence, which requires an OEM licence for any use in a
Server software component.

See for example :
https://community.hexagongeospatial.com/t5/APOLLO-ECW-Q-A/License-for-reading-or-writing-ECW-in-third-party-software/ta-p/34074#

This may have changed since 2019, but I doubt it.

In any case, I would rather recommend using an alternate format, with free and
opensource format and drivers.

Best regards,
Vincent

On 23/01/2021 16:21, Walter Lorenzetti wrote:

Thanks Jurgen.. I'd like to listem something different :(

So I've to compile it :(

W

Il 23/01/21 16:12, Jürgen E. Fischer ha scritto:

Hi Walter,

On Sat, 23. Jan 2021 at 16:02:13 +0100, Walter Lorenzetti wrote:

a question: QGIS-server 3.10.14 for Ubuntu it was compile with ECW flags or
not?

By default qgis server is built with SERVER_SKIP_ECW TRUE for debian/ubuntu and
in osgeo4w.


Jürgen


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
twitter:w_lorenzetti 
g+:aiki74 
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
Nuovi corsi QGIS e GFOSS 



___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
twitter:w_lorenzetti 
g+:aiki74 
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
Nuovi corsi QGIS e GFOSS 



___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer