[QGIS-Developer] proj5 and epsg:3857 ?

2018-03-07 Thread Richard Duivenvoorde
Hi, Having a geocoder plugins, in 2.18 (still proj4), I can geocode my home address, and reproject the epsg:28992 coordinate fine to epsg:3857. But since last week Debian has proj5, and the same plugin (in QGIS master) now is off by 500 meter. To reproduce: if you have a QGIS 2.18 with proj4,

Re: [QGIS-Developer] proj5 and epsg:3857 ?

2018-03-07 Thread Even Rouault
On mercredi 7 mars 2018 21:13:36 CET Richard Duivenvoorde wrote: > Hi, > > Having a geocoder plugins, in 2.18 (still proj4), I can geocode my home > address, and reproject the epsg:28992 coordinate fine to epsg:3857. > > But since last week Debian has proj5, and the same plugin (in QGIS >

Re: [QGIS-Developer] proj5 and epsg:3857 ?

2018-03-07 Thread Richard Duivenvoorde
Now I look in the terminal, and I see this text looping for ever: src/core/raster/qgsrasterprojector.cpp: 440: (preciseSrcRowCol) [0ms] theDestRow = 602 src/core/raster/qgsrasterprojector.cpp: 459: (preciseSrcRowCol) [0ms] x = 514940 y = 6.83887e+6 src/core/raster/qgsrasterprojector.cpp: 441:

[QGIS-Developer] Fwd: FOSS4G 2018: Call for Participation!

2018-03-07 Thread Tim Sutton
Hi QGIS Users and Developers I just want to encourage you to attend this year’s foss4g in Dar es Salaam, Tanzania. The call for presentations closes on 21 March so make sure to get your QGIS submissions in so that we can have a good presence at the conference! See message below: View this

[QGIS-Developer] Plugin [1305] Calidad-CAR approval notification.

2018-03-07 Thread noreply
Plugin Calidad-CAR approval by zimbogisgeek. The plugin version "[1305] Calidad-CAR 1.0.6" is now approved Link: http://plugins.qgis.org/plugins/CalidadCAR/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Error during master compilation

2018-03-07 Thread matteo
Hi devs, even with a new source directory I cannot compile QGIS. I get this error: In file included from /home/matteo/lavori/QGIS/QGIS/src/core/processing/qgsprocessingregistry.cpp:20:0: /home/matteo/lavori/QGIS/QGIS/src/core/processing/qgsprocessingparametertypeimpl.h: In member function

[QGIS-Developer] Plugin [1187] Split Features On Steroids approval notification.

2018-03-07 Thread noreply
Plugin Split Features On Steroids approval by zimbogisgeek. The plugin version "[1187] Split Features On Steroids 0.12" is now approved Link: http://plugins.qgis.org/plugins/SplitPolygonShowingAreas/ ___ QGIS-Developer mailing list

Re: [QGIS-Developer] proj5 and epsg:3857 ?

2018-03-07 Thread Richard Duivenvoorde
On 07-03-18 21:18, Even Rouault wrote: > On mercredi 7 mars 2018 21:13:36 CET Richard Duivenvoorde wrote: >> Hi, > >> Having a geocoder plugins, in 2.18 (still proj4), I can geocode my home > >> address, and reproject the epsg:28992 coordinate fine to epsg:3857. > >> But since last week Debian

[QGIS-Developer] Fwd: [Qgis-user] Error editing PK values in "Add record" form

2018-03-07 Thread Andreas Neumann
Hi, I am forwarding this from the user list - if this is really the case that multi-column primary keys are violating the unique constraints of "individual" fields, than I need we need to properly deal with such cases. Multi-column pkeys are quite common in some data models. Any ideas how to

Re: [QGIS-Developer] Discussing qgd files

2018-03-07 Thread Carlo A. Bertelli (Charta s.r.l.)
A disruptive "moreover approach" suggests some reflection about the file database approach. I see several places where handling metadata in the database could provide a better but possibly conflicting solution. This happens for instance with styles stored on the database that may easily be

[QGIS-Developer] Toolbar customization

2018-03-07 Thread Poltini Roberto
Hi Devs, I noticed that QGIS customization (QGIS 2.18) doesn’t work as expected. My plugin has a big toolbar so I want to hide some buttons. Using the customization dialog I set some buttons of my toolbar as “hide” but when I restart qgis these settings are lost. It works with “core” plugins

[QGIS-Developer] Plugin [1143] PostGIS Sampling Tool approval notification.

2018-03-07 Thread noreply
Plugin PostGIS Sampling Tool approval by zimbogisgeek. The plugin version "[1143] PostGIS Sampling Tool 1.4.3" is now approved Link: http://plugins.qgis.org/plugins/postgis_sampling_tool/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org

Re: [QGIS-Developer] license requirements for QGIS plugin

2018-03-07 Thread Sandro Santilli
On Tue, Mar 06, 2018 at 04:14:49PM +1200, Olivier Dalang wrote: > We tried our best to convince some partners to base some of their work on > QGIS, but they are not ready for open-source yet. Patience is a good virtue. Sharing is another one. --strk;

[QGIS-Developer] R: Toolbar customization

2018-03-07 Thread Poltini Roberto
Hi, my opinion is that QGIS doesn’t write the settings for external python plugins but only for m…ToolBar. QGIS saves only the visibility for whole a toolbar not for the single buttons of toolbar. I can implement this logic directly in my plugin but what settings can I read if QGIS don't

Re: [QGIS-Developer] Encountering undeclared identifiers and classes during QGIS 3 build on macOS

2018-03-07 Thread Denis Rouzaud
Hi, You're using the system spatialite while you should use the brew one. After is my cmake output. Good luck! Denis -- QGIS version: 3.1.0 Master (30100) -- Could not find GRASS 7 -- Found Proj: /usr/local/opt/proj/lib/libproj.dylib -- Found GEOS:

Re: [QGIS-Developer] Encountering undeclared identifiers and classes during QGIS 3 build on macOS

2018-03-07 Thread Mikhail Katychev
Dennis thanks for the reply, that issue was resolved by doing as you suggested. I however am completely unable to specify my SIP directory. There doesn't seem to be any *cmake* parameters that allow me to point my PyQt5 SIP directory. I get sip: Unable to find file "QtXml/QtXmlmod.sip" make[2]:

Re: [QGIS-Developer] Toolbar customization

2018-03-07 Thread Tim Sutton
Hi I think this is because the plugin loads after the customisation is applied to the application on start up. Why not implement this logic directly in your plugin? Regards Tim > On 07 Mar 2018, at 11:23, Poltini Roberto > wrote: > > Hi Devs, >I noticed

Re: [QGIS-Developer] Discussing qgd files

2018-03-07 Thread Régis Haubourg
2018-03-07 17:10 GMT+01:00 Jürgen E. Fischer : > Hi Andreas, > > On Mon, 05. Mar 2018 at 16:03:08 +0100, Andreas Neumann wrote: > > In QGIS 3 there is always a qgd file created alongside with QGIS > > projects. I heard that they are used as auxilliary file to store project > >

Re: [QGIS-Developer] Discussing qgd files

2018-03-07 Thread Jürgen E . Fischer
Hi Andreas, On Mon, 05. Mar 2018 at 16:03:08 +0100, Andreas Neumann wrote: > In QGIS 3 there is always a qgd file created alongside with QGIS > projects. I heard that they are used as auxilliary file to store project > specific labels - right? Sorry for not checking myself. Are the qgd only