[Qgis-user] Maintain Session for QwebView in Actions or some other way

2015-10-01 Thread Murad Jamal
Hello, I am trying to link up QGIS with our application by posting a feature geometry in WKT to our local application api. I have started by creating actions and using QWebview to call our API, Our API needs to login. so below is action script when used will just call the api from PyQt4.QtCore

Re: [Qgis-user] QGIS - value relation widget

2015-10-01 Thread Luca Lanteri
Hi, now I'm already using the python logic but my code is terrible and I have a lot of crash problem. Now that I using your example all is easier and seem to worsk fine. I owe you one beer. Many many tanks ! Luca 2015-10-01 22:23 GMT+02:00 Blumentrath, Stefan : > Hi Luca, > > > > Sounds like

[Qgis-user] Copy vector layer CRS.

2015-10-01 Thread Fernando M. Roxo da Motta
Hi all, I am writing a processing script in which I get a pair of line vector layer as input and I create a new point vector layer that is a kind of chainage processing with some constraint. So far so good, the algorithm is working like a charm and the output is being generated as expected

Re: [Qgis-user] QGIS - value relation widget

2015-10-01 Thread Blumentrath, Stefan
Hi Luca, Sounds like a case for Python logic! General principles are explained here: http://nathanw.net/2011/09/05/qgis-tips-custom-feature-forms-with-python-logic/ Also nice, and probably exactly what you are looking for: http://medspx.fr/blog/Qgis/cascade_forms/ Cheers Stefan From: qgis-user-

[Qgis-user] QGIS - value relation widget

2015-10-01 Thread Luca Lanteri
Hi to all, I need to build a form when the value of a combo are filtered basing on the value of anoter combobox. I have a first combo where I choose the region and a second with the municipalities. I need that the second combo shows only the municipalities of the choosed region. I tried to use use

Re: [Qgis-user] Rule based styling issue

2015-10-01 Thread David Addy
Hi all, Thanks for the suggestions and ideas. I have tried deleting the "no filter" rule, as suggested, but it makes no difference. I have also tried both the 'Add rule' buttons and the 'Amend rule ' button to bring up the Expression builder. I have used the 'Amend Rule' on the "no filter" line

Re: [Qgis-user] Rule based styling issue

2015-10-01 Thread DelazJ
Hi, David, in expression_builder2 picture, there is a "no filter" rule (which means all the features of your layer) at the top of the "WAPENTAKE" IS NOT NULL rule. Try to replace the rule "no filter" by *else* or just delete it to see. Regards, Harrissou 2015-10-01 18:50 GMT+02:00 James Keener :

Re: [Qgis-user] Error when "save as" the dataset

2015-10-01 Thread Giuseppe Sucameli
Hi, it has been fixed [1]. Best regards. Giuseppe [1] http://hub.qgis.org/issues/13451 Sent from mobile. Sorry for being short. -- Giuseppe Sucameli Il 01/ott/2015 18:35, "Andre Joost" ha scritto: > Am 29.09.2015 um 17:33 schrieb Andrea Peri: > > >> Exportation in the vector file faildes >> Err

Re: [Qgis-user] Rule based styling issue

2015-10-01 Thread James Keener
Interesting. I haven't noticed this behavior before. I'll see if I can reproduce it on my end. If you deselected the empty style in your pictures, does the problem still occur? (I know, stupid question; I'd expect it not to matter) Jim PS: Note I'm not a dev, but I'm willing to help look into wh

Re: [Qgis-user] Error when "save as" the dataset

2015-10-01 Thread Andre Joost
Am 29.09.2015 um 17:33 schrieb Andrea Peri: Exportation in the vector file faildes Error: errors in the write: Geometry of the elements not imported (OGR error). I notice also that if I select a few elements and repeat the save-as using ony selected elements. All go ok. Instead if I select AL

Re: [Qgis-user] Rule based styling issue

2015-10-01 Thread David Addy
Hi, First up comes how the styling should look. Now two views using the Expression builder, showing the result:

Re: [Qgis-user] QGIS 2.10 Pisa Crash

2015-10-01 Thread Alexandre Neto
Emiliano, You need to provide a bit more detail about your problem. When does it crash? Can you copy/paste the error message? Try cleanninf your .qgis2 folder. It can be a plugin. Alexandre Neto A 12h32 Qui, 1 de Out de 2015, Emiliano Manzo escreveu: > Hi to all lists, > > is anybody knows wh

Re: [Qgis-user] Rule based styling issue

2015-10-01 Thread James Keener
Is it possible that when you leave the expression editor and recompute the styling the colors accidentally get reversed (e.g. the one for 0 is now 1)? I've had this happen to me a few times. Would it be possible to take a couple screen shots of the workflow so that we can see exactly what you mea

[Qgis-user] Rule based styling issue

2015-10-01 Thread David Addy
I have a query about the use of Rule based styles. I have a layer of parishes within a county area, which is styled with a transparent fill. Below it I have a copy layer of the same data. In both layers the attribute table has a column headed WAPENTAKE, which holds string data of 25 characters wid

[Qgis-user] QGIS 2.10 Pisa Crash

2015-10-01 Thread Emiliano Manzo
Hi to all lists, is anybody knows why my egis 2.10 Pisa crashed with mac os 10.10 yosemite? Thank you Emiliano ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] hughe file project file size with qgis 2.10

2015-10-01 Thread lars lingner
Hello Nyall, On 30.09.2015 23:00, Nyall Dawson wrote: [...] > > Try with a revision after 0587a59b - should be fixed now. Now the > effect element will only be written if it's had the effect settings > altered. > Thanks for taking care if this issue. I'll build a new version and test it. > Y