Re: [QGIS-Developer] compare failing/succeeding CI builds (how to?)

2020-03-17 Thread Sandro Santilli
On Wed, Mar 18, 2020 at 04:46:22AM +1000, Nyall Dawson wrote: > On Wed, 18 Mar 2020 at 04:31, Sandro Santilli wrote: > > GEOS exception: IllegalArgumentException: Points of LinearRing do not > > form a closed linestring > > ... > > ERROR 6: EPSG PCS/GCS code 7992 not found in EPSG support

Re: [QGIS-Developer] compare failing/succeeding CI builds (how to?)

2020-03-17 Thread Nyall Dawson
On Wed, 18 Mar 2020 at 04:31, Sandro Santilli wrote: > > My long-standing PR about preventing testsuite run from changing > files in source tree is currently having a Travis failure which > seems to start with: > > ProcessingQgisAlgorithmsTestPt3 > > Trying to understand what's going wrong wit

[QGIS-Developer] compare failing/succeeding CI builds (how to?)

2020-03-17 Thread Sandro Santilli
My long-standing PR about preventing testsuite run from changing files in source tree is currently having a Travis failure which seems to start with: ProcessingQgisAlgorithmsTestPt3 Trying to understand what's going wrong with that test I see a lot of warnings/errors being printed, like: G

Re: [QGIS-Developer] QGIS "fast" mode

2020-03-17 Thread Julien Cabieces
Hi > If I understand correctly, I can change my patch to skip geometry > type and srid check when they are saved in project already and when > option "trust project" is switched on? > (https://github.com/qgis/QGIS/pull/34738) Yes, I think it looks like the appropriate way of doing it _

[QGIS-Developer] [Processing][Question] Using Data defined proprieties

2020-03-17 Thread João Gaspar
Hi Devs, I have a question about using data defined proprieties in algorithms. For instance, if I want to do a Buffer using a field with a distance column I can use the data defined proprieties and choose the field with distance. But when I want to use more than 1 layer and switch to batch process

[QGIS-Developer] QgsProject.instance() in QGIS docker 3.10 crash

2020-03-17 Thread Etienne Trimaille
Hi, I have setup some plugins with unittests using Docker. I have followed the documentation : https://github.com/qgis/QGIS/tree/master/.docker to run them locally or/and on Travis. This tests is working well using the QGIS 3.4 docker image : class TestEditionDialog(unittest.TestCase): def

[QGIS-Developer] Saving selected features in a different projection

2020-03-17 Thread Ronald Römer
Hello, this is my code: --- id_ = 'my_layer_2bbd2539_97b3_417d_8a2a_97ec4f755a82' crs = QgsCoordinateReferenceSystem() crs.createFromString('epsg:4326') crs2 = QgsCoordinateReferenceSystem() crs2.createFromString('epsg:32632') lay = QgsProject.instance().mapLayers()[id_] lay.selectByExpressio