Re: [QGIS-Developer] Simple QGIS KML/KMZ Import

2018-03-09 Thread Carlo A. Bertelli (Charta s.r.l.)
XML and JSON formats do not adhere to the simple feature model of GDAL/OGR that is reminiscent of a flat file or a relational table. And GDAL is one of the base pillars for QGIS. These are more similar to other storage models, say hierarchical or graphs, so they enable a complex data structure

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

2018-03-09 Thread Richard Duivenvoorde
On 09-03-18 16:30, Even Rouault wrote: >   > I don't think the removal of "+nadgrids=@null" is a "universal" > workaround. It only works when the other SRS has no +towgs84 or > +nadgrids clause itself, which isn't the case of EPSG:28992. Basically > if you transform between EPSG:28992 and

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

2018-03-09 Thread Sebastiaan Couwenberg
On 03/09/2018 07:04 PM, Richard Duivenvoorde wrote: > ps README.md still talking about ./configure in "Building on Unix/Linux" > while apparently it is not there anymore? It's there after you run autogen.sh. ___ QGIS-Developer mailing list

Re: [QGIS-Developer] Problems compiling QGIS 3.0: no matching function for call to QgsLayerTreeLayer::connect

2018-03-09 Thread ceholden
Hi I encountered this same error trying to compile and package QGIS 3.0 within the "conda-forge" community channel of the Anaconda Python distribution, but only when using GCC 4.8 (4.8.5, specifically). Pretty sure I have to stick with GCC 4.8 for now within this build environment, but I did not

[QGIS-Developer] 来自Kurt Stine的邮件

2018-03-09 Thread Kurt Stine
Hello, I am trying to port QGIS to Windows RT Desktop (Windows on ARM). I have everything set up and running, until I get to cmake. Cmake fails to build when it reaches spatialite. This is what the cmake error file shows: https://hastebin.com/woherijadi.tex I have tried manually replacing

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

2018-03-09 Thread Nyall Dawson
On 9 March 2018 at 19:39, Kristian Evers wrote: > All, > > Just to follow up on this, since I am the one to blame for this error to show > up. Kristian -- just to add my 2c here, there's absolutely NO-ONE who can blame you for this mistake, please do not beat yourself up over

Re: [QGIS-Developer] 来自Kurt Stine的邮件

2018-03-09 Thread Paolo Cavallini
Hi Kurt, Il 10/03/2018 03:08, Kurt Stine ha scritto: > I am trying to port QGIS to Windows RT Desktop (Windows on ARM). I have > everything set up and running, until I get to cmake. Cmake fails to > build when it reaches spatialite.  > > This is what the cmake error file > shows: 

Re: [QGIS-Developer] Compiling Qwt for qgis3/qt5

2018-03-09 Thread Nyall Dawson
On 9 March 2018 at 22:24, Richard Duivenvoorde wrote: > On 09-03-18 12:38, Andrew Brooks wrote: >> Hi >> >> The docs state >>Qwt >= 5.0 & (< 6.1 with internal QwtPolar) >> Can you be more explicit about exactly which version of Qwt (and >> QwtPolar) to use? >> >> Most

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

2018-03-09 Thread Tobias Wendorff
Am Fr, 9.03.2018, 12:19 schrieb Richard Duivenvoorde: > > My point was that I think as QGIS we can 'hide' this issue by > not using 5.0.0 'yet' in the osgeo4w package. Hehe, proj is hiding itself, since 493 is still shown in "about" ;) ___

Re: [QGIS-Developer] Compiling Qwt for qgis3/qt5

2018-03-09 Thread Richard Duivenvoorde
On 09-03-18 12:38, Andrew Brooks wrote: > Hi > > The docs state >    Qwt >= 5.0 & (< 6.1 with internal QwtPolar) > Can you be more explicit about exactly which version of Qwt (and > QwtPolar) to use? > > Most versions of Qwt don't build with Qt-5. > QwtPolar doesn't seem to build at all. > >

[QGIS-Developer] pylupdate5 does not understand classes in classes

2018-03-09 Thread Ari Jolma
Hi, Two strings in python/plugins/processing/algs/gdal/buildvrt.py do not translate because pylupdate5 puts them into wrong context (ParameterVrtDestination should be in buildvrt). That's because in buildvrt.py ParameterVrtDestination class is defined within buildvrt. Perhaps pylupdate5

Re: [QGIS-Developer] Separate namespaces for QGIS-LTR and QGIS (3)

2018-03-09 Thread Carlo A. Bertelli (Charta s.r.l.)
Sorry for rewinding the thread to where it started. Provided that users can benefit from keeping the last stable release and an LTR both installed, do you think that this is up to the specific platform to handle this (OsGeo4W does it already) or a more general solution can be provided? The LTR

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

2018-03-09 Thread Richard Duivenvoorde
Hi All, I second that: not blaming anybody here. This happens in the real world. My point was that I think as QGIS we can 'hide' this issue by not using 5.0.0 'yet' in the osgeo4w package. I will happily use/test whatever is available in Debian sid :-) Also tried Kristian's fix. For QGIS

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

2018-03-09 Thread Sebastiaan Couwenberg
On 03/09/2018 12:19 PM, Richard Duivenvoorde wrote: > I will happily use/test whatever is available in Debian sid :-) FWIW, proj (5.0.0-3~exp1) available in Debian experimental contains a patch with the cherry-picked commit that fixes this issue. [0] It also contains a patch with the changes

[QGIS-Developer] Compiling Qwt for qgis3/qt5

2018-03-09 Thread Andrew Brooks
Hi The docs state Qwt >= 5.0 & (< 6.1 with internal QwtPolar) Can you be more explicit about exactly which version of Qwt (and QwtPolar) to use? Most versions of Qwt don't build with Qt-5. QwtPolar doesn't seem to build at all. Any advice regarding building Qwt? Thanks!

[QGIS-Developer] How to disable authentication disabled in messagebar

2018-03-09 Thread Rashad Kanavath
Hello, How can I disable authentication from qgis during build or runtime? Whe opening settings -> options -> authentication, I have below message "Authentication system is DISABLED: QCA's OpenSSL plugin (qca-openssl) is missing. " I also have an "critical" message in messagbar every time qgis

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

2018-03-09 Thread Even Rouault
Kristian  your are certainly not too blame at à personal level. this is the kind of this that happen inevitably given a certain amount of changes . i'm surprised that the GDAL autotest suite did not catch this but the cause is likely that the GDAL c++ class that wraps proj has an optimisation

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

2018-03-09 Thread Paolo Cavallini
Il 09/03/2018 12:27, Sebastiaan Couwenberg ha scritto: > FWIW, proj (5.0.0-3~exp1) available in Debian experimental contains a > patch with the cherry-picked commit that fixes this issue. [0] Thanks Bas! -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses:

[QGIS-Developer] Plugin [1352] Beeline approval notification.

2018-03-09 Thread noreply
Plugin Beeline approval by pcav. The plugin version "[1352] Beeline 0.2.0" is now approved Link: http://plugins.qgis.org/plugins/Beeline-master/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

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

2018-03-09 Thread Kristian Evers
All, Just to follow up on this, since I am the one to blame for this error to show up. Both by introducing it in the first place and by releasing 5.0.0 with this as a known bug. The bug was introduced to fix a range of other potential issues. Unfortunately the architecture in the old API of

[QGIS-Developer] Simple QGIS KML/KMZ Import

2018-03-09 Thread C Hamilton
The challenge with KML imports is that its free form nature makes it difficult to conform to a table. I have large KMLs with nested folder structures. I find that these large KMLs crash QGIS if I try to import the entire thing and then each point gets rendered as a separate layer. It wouldn't be

Re: [QGIS-Developer] Issues building from source on Mac - No module named PyQt5

2018-03-09 Thread Timur Girgin
Well, you might just be right since I could not get some of the packages working off of brew (due to installation issues, or unavailability). Some of them were build from source (e.g., SIP), which might be causing the issue that you are talking about. And no, I have not been using Remi's formula.

Re: [QGIS-Developer] pylupdate5 does not understand classes in classes

2018-03-09 Thread Luigi Pirelli
I was answering you to prepare a PR... and you just did it https://github.com/qgis/QGIS/pull/6566 This is the best way to proceed, tnx "don't ask what the QGIS dev community can do for you, but what you can do for all" Luigi Pirelli

Re: [QGIS-Developer] issues in QGIS Server 2,18

2018-03-09 Thread Giovanni Manghi
Hi all, >> It will be great to have the possibility to allow nullptr in the map >> combobox. >> Nyall, do you have an idea how to enhance QgsComposerItemComboBox >> introdiuced by >> https://github.com/qgis/QGIS/commit/1b4bd47076103e931e642c9c2b6a363f14b20a45 >> ? >> Issue already exists:

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

2018-03-09 Thread Jeff McKenna
Thanks Kristian. This experience shows us how today in the world of mapping "services" (remote mapping engines like QGIS, MapServer, PostGIS, GRASS GIS,..) rely on this unfortunate projection (thanks Google ha), where end-users of the services really have no access to the remote server's PROJ

Re: [QGIS-Developer] pylupdate5 does not understand classes in classes

2018-03-09 Thread Ari Jolma
On 09.03.2018 14:51, Luigi Pirelli wrote: I was answering you to prepare a PR... and you just did it https://github.com/qgis/QGIS/pull/6566 This is the best way to proceed, tnx No, that PR is not about this issue. I did not create a PR for this because I don't know how to fix this. I assume

[QGIS-Developer] Plugin [597] NNJoin approval notification.

2018-03-09 Thread noreply
Plugin NNJoin approval by pcav. The plugin version "[597] NNJoin 3.0.5" is now approved Link: http://plugins.qgis.org/plugins/NNJoin/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

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

2018-03-09 Thread Even Rouault
On vendredi 9 mars 2018 11:38:17 CET Even Rouault wrote: > Kristian > > your are certainly not too blame at à personal level. this is the kind of > this that happen inevitably given a certain amount of changes . i'm > surprised that the GDAL autotest suite did not catch this but the cause is >

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

2018-03-09 Thread Even Rouault
On vendredi 9 mars 2018 12:19:09 CET Richard Duivenvoorde wrote: > Hi All, > > I second that: not blaming anybody here. This happens in the real world. > > My point was that I think as QGIS we can 'hide' this issue by not using > 5.0.0 'yet' in the osgeo4w package. > > I will happily use/test

Re: [QGIS-Developer] Issues building from source on Mac - No module named PyQt5

2018-03-09 Thread Hernán De Angelis
Timur, I am having similar issues in Linux openSUSE Leap 42.3. As far as I understand there are issues and conflict between versions of PyQT and SIP. It is not a QGIS problem. It would be nice to sort it out in any case. /H. On Thu, Mar 8, 2018 at 4:10 PM, Timur Girgin

[QGIS-Developer] Plugin [1424] Beeline approval notification.

2018-03-09 Thread noreply
Plugin Beeline approval by pcav. The plugin version "[1424] Beeline 0.1" is now approved Link: http://plugins.qgis.org/plugins/Beeline/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [1424] Beeline approval notification.

2018-03-09 Thread noreply
Plugin Beeline approval by pcav. The plugin version "[1424] Beeline 0.2.0" is now approved Link: http://plugins.qgis.org/plugins/Beeline/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Issues building from source on Mac - No module named PyQt5

2018-03-09 Thread Timur Girgin
Hello Carlo, Would you advice building Qt5 from source then, rather than using brew? Thanks On Fri, Mar 9, 2018 at 11:13 AM, Carlo A. Bertelli (Charta s.r.l.) < carlo.berte...@gmail.com> wrote: > Hello, > I suggest to remind that using Homebrew carries in another issue. The > maintainers

Re: [QGIS-Developer] Issues building from source on Mac - No module named PyQt5

2018-03-09 Thread Carlo A. Bertelli (Charta s.r.l.)
This discussion is going a bit off-topic, but I think the problem could be in your Homebrew installation. If someone changes the reference to qt from qt4 to qt5 may cause some issue (I call it a mess, but I am biased, I had a very bad time with these issue – thanks to Larry did fix them). Maybe

Re: [QGIS-Developer] Issues building from source on Mac - No module named PyQt5

2018-03-09 Thread Carlo A. Bertelli (Charta s.r.l.)
Hello, I suggest to remind that using Homebrew carries in another issue. The maintainers decided to force everyone to use Qt5 as Qt4 is deprecated by Qt developers. Everything that was called qt5-something should become qt-something, so everyone who uses Qt4 had to make formulas called

Re: [QGIS-Developer] issues in QGIS Server 2,18

2018-03-09 Thread Régis Haubourg
Hi Giovanni, GetFeatures can output GML with a different format. What is sure is that GeoJSON spec doesn't leave any choice, unless we go for a proprietary output format allowing another SRS. I'll keep that in mind when testing OGC compliancy for WFS. We are working on that currently to evaluate