Re: [Qgis-user] How can I call pluginA from pluginB?

2016-04-19 Thread 荻原
Hi John Hi Luigi Thank you very much for good answers I finally got it before sending mail, I tried that: [in pluginA source code] testPluginB = pluginB(iface) testPluginB.run() but window is not opened... I was stuck in reference to your answers, I tried that: [in pluginA source code] test

[Qgis-user] Fw: new message

2016-04-19 Thread roberta.bernardini
Hey! Open message roberta.bernard...@tiscali.it ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/

[Qgis-user] Browser Panel: how do the filtering options work? and other questions...

2016-04-19 Thread DelazJ
Hi, For the documentation purposes [0], I'm trying to understand how does work the filter tool in the browser panel. I get some behaviour I don't know if it's what's expected, a local bug or a code related. Let's activate the filter tool, case insensitive. 1/ Performing a search returns only fold

Re: [Qgis-user] QGIS Server on Windows Server 2012 R2

2016-04-19 Thread Mats Elfström
Hi Uros! No I did not. Your post was under my radar. It seems reasonable, and I will give it a try and report back. What I really would like is for a QGIS developer to explain how it is supposed to work, the prerequisites that are needed, and ultimately build an installer that delivers a working

[Qgis-user] Crash when loading SVG

2016-04-19 Thread Joris Hintjens
Hello, Just upgraded to 2.14 on OSX Capitan. Fooling around a bit, made a project (accessible on https://dl.dropboxusercontent.com/u/23700421/test.zip ) When I try to change the style of one of the point layers to a SVG, QGIS crashes. (Layer properties>style>marker> change drop down to “svg” a

[Qgis-user] QGIS2WEB plugin cannot convert points?

2016-04-19 Thread Edi Piqoni
Hi everybody, When trying to convert simple points (markers) in *qgis2web *plugin (*leaflet*) and the following error appears: KeyError: -2147483647 Traceback (most recent call last): File "C:/Users/username/.qgis2/python/plugins\qgis2web\maindialog.py", line 141, in saveMap MainDialo

Re: [Qgis-user] QGIS Server on Windows Server 2012 R2

2016-04-19 Thread Uros Preloznik
Hi Did you try this: http://level2.si/index.php/2015/12/19/qgis-server-on-windows-10/ I know it's not out of the box, but should work also on Windows server. Regards, Uros Preloznik Hi! Could someone please point me to a current, valid and working installation instruction for QGIS Server install

Re: [Qgis-user] How can I call pluginA from pluginB?

2016-04-19 Thread John Layt
On 19 April 2016 at 11:47, 荻原 wrote: > Hi! > I would like to ask a question how to call different plugin from a plugin. > > I made two plugin using plugin builder . > > when I want to use plugin, I click plugin Icon in toolbar or menu,and > the main window open. > (That plugin is dockwidget plugi

Re: [Qgis-user] How can I call pluginA from pluginB?

2016-04-19 Thread Luigi Pirelli
hi Ryo remember that python plugins simply are python modules => import your plugin PluginB and instantiate or get it's instance from qgis.utils.plugins dictionary regards Luigi Pirelli ** * Boundless

[Qgis-user] How can I call pluginA from pluginB?

2016-04-19 Thread 荻原
Hi! I would like to ask a question how to call different plugin from a plugin. I made two plugin using plugin builder . when I want to use plugin, I click plugin Icon in toolbar or menu,and the main window open. (That plugin is dockwidget plugin) I would like to do that from plugin. when I clic

Re: [Qgis-user] QGIS Server on Windows Server 2012 R2

2016-04-19 Thread Luca Manganelli
On Tue, Apr 19, 2016 at 11:54 AM, Mats Elfström wrote: > Hi! > Could someone please point me to a current, valid and working installation > instruction for QGIS Server installation on a Windows Server 2012 R2 > machine? Windows 2012 has HYPER-V, so you could create a VM and put Ubuntu Server and

[Qgis-user] QGIS Server on Windows Server 2012 R2

2016-04-19 Thread Mats Elfström
Hi! Could someone please point me to a current, valid and working installation instruction for QGIS Server installation on a Windows Server 2012 R2 machine? I have searched extensively on all QGIS channels, but all posts on the subject are either several years old, or more or less 'ad hoc' descript

Re: [Qgis-user] Action in Qgis

2016-04-19 Thread Redoute
Am 18.04.2016 um 21:18 schrieb Piotr Kania: > Can someone explain how to adjust it? It should select all clicked > values in attribute table This one works for me: # action 'Set selection by attribute value (NumContrib)' fdname = u'NumContrib' ### change to your attribute's name idLayer =