Re: [QGIS-Developer] [Qgis-developer] Select Within plugin, for Centroid Within and Point on Surface Within selections

2020-10-07 Thread Harrissou
Hi, Le 8 octobre 2020 02:07:26 GMT+02:00, Stefan Keller a écrit : >Salut Harrissou, > >Many thanks for the hint! My bad. > >It's actually "Extract by location" what I'm looking for. > Great you find what you were looking for. >I somehow don't get the logic: >1. of the Vector menu tool names

[QGIS-Developer] QEP: Allow Qt 6.x builds of QGIS 3.x

2020-10-07 Thread Nyall Dawson
Hi list, Following the previous discussion in https://lists.osgeo.org/pipermail/qgis-developer/2020-July/061723.html, I've created a formal proposal for supporting Qt 6+ builds within QGIS 3.x versions . You can read this QEP at https://github.com/qgis/QGIS-Enhancement-Proposals/issues/198

[QGIS-Developer] QEP: Aggressive Dependency Bump for 3.18

2020-10-07 Thread Nyall Dawson
Hi list, Please see https://github.com/qgis/QGIS-Enhancement-Proposals/issues/197 for a proposal to perform an aggressive dependency bump following the release of the QGIS 3.16 LTR version. The build dependency versions for QGIS have not been raised in many years, and as a consequence we are

Re: [QGIS-Developer] How to get a generated CRS from an Unknown CRS

2020-10-07 Thread Nyall Dawson
On Wed, 7 Oct 2020 at 19:13, René-Luc Dhont wrote: > > Thanks Nyall for your answer. > > Is it really just a string issue ? > If the text is "Custom CRS", will the CRS stored in the project (or in > the datasource) never become "invalid projection" ? It shouldn't -- you should be able to

Re: [QGIS-Developer] Offline Editing plugin

2020-10-07 Thread Nyall Dawson
On Tue, 6 Oct 2020 at 20:40, matteo wrote: > > Hi all, > > I had the chance to use a little bit the Offline Editing with a > "complex" project and data coming from a postgis DB. > > * when syncing back the layers are not in the same groups as the > original project > * a lot of problems with the

Re: [QGIS-Developer] [Qgis-developer] Select Within plugin, for Centroid Within and Point on Surface Within selections

2020-10-07 Thread Stefan Keller
Salut Harrissou, Many thanks for the hint! My bad. It's actually "Extract by location" what I'm looking for. I somehow don't get the logic: 1. of the Vector menu tool names (Analysis, Research, Geoprocessing, Geometry and Data management); and 2. the criteria, when a Geoprocessing algorithm is

Re: [QGIS-Developer] [Qgis-developer] Select Within plugin, for Centroid Within and Point on Surface Within selections

2020-10-07 Thread DelazJ
Hi, Stefan, something like the "Select by location" algorithm [0]? I could find mention of it in 2.6 docs [1] so not something new. [0] https://docs.qgis.org/3.10/en/docs/user_manual/processing_algs/qgis/vectorselection.html#select-by-location [1]

Re: [QGIS-Developer] [Qgis-developer] Select Within plugin, for Centroid Within and Point on Surface Within selections

2020-10-07 Thread Stefan Keller
Dear Heikki, dear QGIS devs Recently I had the need to select features based on polygon(s) from another layer. IMHO this is a functionality which comes pretty close to "Geoprocessing Intersection". In ArcGIS this exists quite some time. After desperately seeking around I stumbled upon this nice

Re: [QGIS-Developer] Offline Editing plugin

2020-10-07 Thread Alexandre Neto
Maybe you can have a better idea about that, if you ask in the users mailing list. Alex A quarta, 7/10/2020, 14:57, matteo escreveu: > Hi Tim, > > thanks for the feedback. > > > Yes I have experienced similar issues - often getting corrupted projects > > when I try to round trip data. IMHO we

Re: [QGIS-Developer] Travis failing in QGIS-Documentation

2020-10-07 Thread DelazJ
Hi devs, QGIS-Documentation master build is failing due to "ModuleNotFoundError: No module named 'qgis'" (see https://travis-ci.org/github/qgis/QGIS-Documentation/builds/733643360#L2217) So I wonder if there's any issue with the docker build. BTW, going to the code repo readme, the docker build

Re: [QGIS-Developer] Offline Editing plugin

2020-10-07 Thread matteo
Hi Tim, thanks for the feedback. > Yes I have experienced similar issues - often getting corrupted projects > when I try to round trip data. IMHO we should remove that plugin and > point people to QFieldSync or Mergin as better options for syncing to a > device. I'm also +1 to remove the

Re: [QGIS-Developer] How to get a generated CRS from an Unknown CRS

2020-10-07 Thread René-Luc Dhont
Thanks Nyall for your answer. Is it really just a string issue ? If the text is "Custom CRS",  will the CRS stored in the project (or in the datasource) never become "invalid projection" ? René-Luc Le 07/10/2020 à 09:20, Nyall Dawson a écrit : This has been fixed recently for 3.16. It's

Re: [QGIS-Developer] Offline Editing plugin

2020-10-07 Thread Tim Sutton
Hi Matteo Yes I have experienced similar issues - often getting corrupted projects when I try to round trip data. IMHO we should remove that plugin and point people to QFieldSync or Mergin as better options for syncing to a device. Regards Tim On Tue, Oct 6, 2020 at 11:39 AM matteo wrote: >

Re: [QGIS-Developer] How to get a generated CRS from an Unknown CRS

2020-10-07 Thread Paolo Cavallini
Hi Nyall, Il 07/10/20 09:33, Nyall Dawson ha scritto: > I wasn't planning on it -- I don't think we should be introducing new > strings at this point of 3.10's lifecycle... quite understandable, but 3.10 is LTR, and it is currently used in thousands of server installations, so a bug like this

Re: [QGIS-Developer] How to get a generated CRS from an Unknown CRS

2020-10-07 Thread Nyall Dawson
On Wed, 7 Oct 2020 at 17:22, Paolo Cavallini wrote: > > Hi all, > > Il 07/10/20 09:20, Nyall Dawson ha scritto: > > > This has been fixed recently for 3.16. > > > > It's basically just a string issue -- instead of reading "Unknown CRS" > > the text should be "Custom CRS". The CRS will still

Re: [QGIS-Developer] How to get a generated CRS from an Unknown CRS

2020-10-07 Thread Paolo Cavallini
Hi all, Il 07/10/20 09:20, Nyall Dawson ha scritto: > This has been fixed recently for 3.16. > > It's basically just a string issue -- instead of reading "Unknown CRS" > the text should be "Custom CRS". The CRS will still transform > correctly (as you've deduced). interesting, thanks. will

Re: [QGIS-Developer] How to get a generated CRS from an Unknown CRS

2020-10-07 Thread Nyall Dawson
On Wed, 7 Oct 2020 at 17:16, René-Luc Dhont wrote: > > Hi devs, > > We are facing a behavior we did not expect from QGIS Server regarding > custom projections. > > We are using Raster layer with a custom projection. This projection is > well read and understanding by QGIS. The data are displayed

[QGIS-Developer] How to get a generated CRS from an Unknown CRS

2020-10-07 Thread René-Luc Dhont
Hi devs, We are facing a behavior we did not expect from QGIS Server regarding custom projections. We are using Raster layer with a custom projection. This projection is well read and understanding by QGIS. The data are displayed at the right place with 'on-th-fly' CRS transformation. But