Re: [Qgis-developer] GeoCoding plugins

2015-06-19 Thread Alessandro Pasotti
2015-06-18 20:49 GMT+02:00 Paolo Cavallini cavall...@faunalia.it: Il 18/06/2015 09:47, Alessandro Pasotti ha scritto: GeoCoding functionality is also available directly in GDAL core, we could also use that API and leave particular (local) cases for plugins, see my experiments here to get

Re: [Qgis-developer] [GRASS-dev] Debugging QGIS with GRASS provider on Windows

2015-06-19 Thread Radim Blazek
On Tue, Jun 16, 2015 at 10:48 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Tue, Jun 16, 2015 at 2:01 PM, Radim Blazek radim.bla...@gmail.com wrote: Hi, I need to debug QGIS GRASS provider on Windows. I have successfully compiled GRASS 7 using MinGW [1] and QGIS using MSVC [2]. The

Re: [Qgis-developer] Expressions and case sensitiveness

2015-06-19 Thread Matteo Ghetta
Hi Paolo, maybe it is related to this ticket? http://hub.qgis.org/issues/11627 Cheers Matteo 2015-06-18 20:36 GMT+02:00 Paolo Cavallini cavall...@faunalia.it: Hi all, I remember some discussion and work about making expressions case insensitive. I do not know the situation about the filed

[Qgis-developer] Add QGIS server access control interface for python plugin

2015-06-19 Thread Stéphane Brunner
Hello, I just add a request int the QGIS-Enhancement-Proposals for an access control plugin interface. Thanks for having a look Stéphane Brunner -- camptocamp.com mapfish.org ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Project carrying over from one project to the next?

2015-06-19 Thread Paolo Cavallini
Hi all, I'm noticing that if you open a project, than onther one, the first projection seems to be preserved, and reprojection activated. Of course this may result in weird behaviours. Anyone has seen the same? Thanks. -- Paolo Cavallini - www.faunalia.eu QGIS PostGIS courses:

Re: [Qgis-developer] ELSE expression is used when other rules are set not visible - Feature or Bug?

2015-06-19 Thread Alexandre Neto
So, can I open a ticket? Alexandre On Fri, Jun 19, 2015 at 12:50 PM, Andreas Neumann a.neum...@carto.net wrote: In my opinion this is a bug. I agree that by switching off the rule should not make the features fall into the ELSE rule. At least from a usability point of view. Or we need to

Re: [Qgis-developer] ELSE expression is used when other rules are set not visible - Feature or Bug?

2015-06-19 Thread Nathan Woodrow
I would say they are getting skipped in the rule check so fall into the else rule. On Fri, 19 Jun 2015 9:05 pm Alexandre Neto senhor.n...@gmail.com wrote: Using the rule-based symbology with several rules and an ELSE expression. If you, in map canvas legend, set a rule layer to invisible, all

[Qgis-developer] Join by location does not work when layer have equivalent filed names

2015-06-19 Thread Alexandre Neto
Hi, Can someone confirm that the join by location functionality does not fill the fields with values from the joined layer. This happens if the Target vector layer has equal or similar (with caps) field names. The new fileds are renamed to fieldname_1 but the values are no set. Can/should I

Re: [Qgis-developer] ELSE expression is used when other rules are set not visible - Feature or Bug?

2015-06-19 Thread Alexandre Neto
Indeed Nathan, But do you thinks that is what you were expecting? when you turn the layer off? Alexandre On Fri, Jun 19, 2015 at 12:08 PM, Nathan Woodrow madman...@gmail.com wrote: I would say they are getting skipped in the rule check so fall into the else rule. On Fri, 19 Jun 2015 9:05

Re: [Qgis-developer] ELSE expression is used when other rules are set not visible - Feature or Bug?

2015-06-19 Thread Etienne Trimaille
I've this kind of bug too. If you create a categorized symbology, apply the change and then switch to a ruled-based symbology (keeping the previous rules), you will see that the ELSE statement will draw features twice. Enable show feature count to check. I didn't check if there is a ticket for

Re: [Qgis-developer] ELSE expression is used when other rules are set not visible - Feature or Bug?

2015-06-19 Thread Andreas Neumann
In my opinion this is a bug. I agree that by switching off the rule should not make the features fall into the ELSE rule. At least from a usability point of view. Or we need to ELSE rules - a TRUE ELSE rule that behaves like now and an ELSE rule that behaves like the users expect it to behave.

[Qgis-developer] ELSE expression is used when other rules are set not visible - Feature or Bug?

2015-06-19 Thread Alexandre Neto
Using the rule-based symbology with several rules and an ELSE expression. If you, in map canvas legend, set a rule layer to invisible, all it's features will be represented with the ELSE Symbol. Not sure if this is the expected behaviour. I would expect that those feature would simply became

Re: [Qgis-developer] QWC wsgi search

2015-06-19 Thread Marc Beiling
Hi Bernhard, Andreas, thank you! It has been a problem with the credentials (again for me). It is working now. I'm working on the configuration of the search to fit my needs now. Might be, that I'll be back here to ask you for help again. But I try to figure it out on my own first of course.

Re: [Qgis-developer] Add QGIS server access control interface for python plugin

2015-06-19 Thread Stéphane Brunner
Hello, Effectively, yes :-) https://github.com/qgis/QGIS-Enhancement-Proposals/pull/21 CU Stéphane 2015-06-19 12:27 GMT+02:00 Alessandro Pasotti apaso...@gmail.com: 2015-06-19 12:25 GMT+02:00 Stéphane Brunner stephane.brun...@camptocamp.com: Hello, I just add a request int the

[Qgis-developer] Crash in thread on FILE opened by a lib compiled by MinGW

2015-06-19 Thread Radim Blazek
Hi, I am trying to fix QGIS (compiled by MSVC) crashes with GRASS 7 (compiled by MinGW) on Windows. I have traced down that it crashes when functions are called on a FILE structure which was created by a library (libgrass_gis.7.0.0.dll in this case) compiled by MinGW in a thread in an application

Re: [Qgis-developer] Crash in thread on FILE opened by a lib compiled by MinGW

2015-06-19 Thread Even Rouault
Le vendredi 19 juin 2015 11:04:39, Radim Blazek a écrit : Hi, I am trying to fix QGIS (compiled by MSVC) crashes with GRASS 7 (compiled by MinGW) on Windows. I have traced down that it crashes when functions are called on a FILE structure which was created by a library

Re: [Qgis-developer] Add QGIS server access control interface for python plugin

2015-06-19 Thread Alessandro Pasotti
2015-06-19 12:25 GMT+02:00 Stéphane Brunner stephane.brun...@camptocamp.com : Hello, I just add a request int the QGIS-Enhancement-Proposals for an access control plugin interface. Thanks for having a look Stéphane Brunner Thank you Stephan! Can you please paste the link? --

Re: [Qgis-developer] [GRASS-dev] Debugging QGIS with GRASS provider on Windows

2015-06-19 Thread Radim Blazek
On Fri, Jun 19, 2015 at 9:44 AM, Maris Nartiss maris@gmail.com wrote: 2015-06-19 10:35 GMT+03:00 Radim Blazek radim.bla...@gmail.com: I have somehow managed to compile limited GRASS core libs with MSVC and GRASS Makefiles replacing gcc by cl.exe. The build system does not seem to be the

Re: [Qgis-developer] Expressions and case sensitiveness

2015-06-19 Thread Paolo Cavallini
Il 19/06/2015 09:17, Matteo Ghetta ha scritto: Hi Paolo, maybe it is related to this ticket? http://hub.qgis.org/issues/11627 Well, it's another side of the same general issue, setting always the default to case insensitive for all searches, but of course it's a different menu. Thanks. --

Re: [Qgis-developer] Qgis 91e44ea crash browsing GRASS 7 vector

2015-06-19 Thread Radim Blazek
On Mon, Jun 15, 2015 at 10:03 AM, Roy royr...@outlook.com wrote: Thank you for the info Radim! The problem is not easy, I have create new issue https://hub.qgis.org/issues/13002 ideas how to solve it are welcome. Radim Il 15/06/2015 08.25, Radim Blazek ha scritto: Hi Roy, this is known

Re: [Qgis-developer] Crash in thread on FILE opened by a lib compiled by MinGW

2015-06-19 Thread Radim Blazek
On Fri, Jun 19, 2015 at 11:32 AM, Even Rouault even.roua...@spatialys.com wrote: Le vendredi 19 juin 2015 11:04:39, Radim Blazek a écrit : Hi, I am trying to fix QGIS (compiled by MSVC) crashes with GRASS 7 (compiled by MinGW) on Windows. I have traced down that it crashes when functions are

Re: [Qgis-developer] ELSE expression is used when other rules are set not visible - Feature or Bug?

2015-06-19 Thread Matthias Kuhn
Just my 2 cents on a topic I know nothing about :) ... or we can have a disable rule and an invisible rule. Disabled rules go to ELSE, invisible rules don't go to ELSE. Cheers On 06/19/2015 04:13 PM, Alexandre Neto wrote: So, can I open a ticket? Alexandre On Fri, Jun 19, 2015 at 12:50 PM,

Re: [Qgis-developer] Processing: Raster calc errors (SAGA and

2015-06-19 Thread Paolo Cavallini
Il 19/06/2015 14:03, Paolo Cavallini ha scritto: Hi all, we are getting errors in raster calculators (both SAGA and GDAL) on Win; on OSX and Debian they are running fine. This happens with the training manual no_data project. Any hint? Probably I pinned the problem down: all the machines not

Re: [Qgis-developer] [Qgis-user] GetFeatureInfo Filter not work on Shape File

2015-06-19 Thread Salvatore Larosa
Hi Walter, On Sat, Jun 6, 2015 at 9:54 AM, Walter Lorenzetti lorenze...@gis3w.it wrote: Hi list, I'm using qgis-server 2.8.2 on Ubuntu 14.04 with qgis-web-client, but i have a problem on GetFeatureInfo call with Filter parameter on a shape file in my project, I obtain zero results.

[Qgis-developer] Processing error in upgrading

2015-06-19 Thread Paolo Cavallini
Hi all, I'm unsure it has been mentioned before. Upon upgrading I'm getting the error below (on severeal machines and OSs). Restarting QGIS fixes it. Thanks! === Couldn't load plugin qgis2web due to an error when calling its classFactory() method Traceback (most recent call last): File

Re: [Qgis-developer] Crash in thread on FILE opened by a lib compiled by MinGW

2015-06-19 Thread Radim Blazek
Finally I found it, it is similar story like with FILE. The provider (MSVC) calls Vect__open_old with struct Map_info variable allocated in the provider where sizeof(struct Map_info) = 1408. Vect__open_old (MinGW) calls G_zero on that variable, where sizeof(struct Map_info) = 1520. It means that

Re: [Qgis-developer] Crash in thread on FILE opened by a lib compiled by MinGW

2015-06-19 Thread Matthias Kuhn
Hi Radim, Did you check that the internal offsets of the members inside the struct are the same? Or are you accessing the members always only in one of the two libs? To be honest, this sounds a bit scary... Cheers Matthias On 06/19/2015 07:25 PM, Radim Blazek wrote: Finally I found it, it is

Re: [Qgis-developer] Crash in thread on FILE opened by a lib compiled by MinGW

2015-06-19 Thread Radim Blazek
On Fri, Jun 19, 2015 at 7:51 PM, Matthias Kuhn matth...@opengis.ch wrote: Hi Radim, Did you check that the internal offsets of the members inside the struct are the same? No I did not and I would not expect that. Or are you accessing the members always only in one of the two libs? The