Re: [Qgis-user] Trigger actions of CADDigitize plugin from pyqgis

2016-04-15 Thread lb
Hi Marian, Just wait some days, I will release the next version (0.2.0) of CADDigitize. I partially rewrite it from scratch. You can see the repo here: https://gitlab.com/lbartoletti/CADDigitize/ Regards. On 14.04.2016 15:26, Tudorache, Marian wrote: Hi everyone, I have a question about ho

Re: [Qgis-user] Trigger actions of CADDigitize plugin from pyqgis

2016-04-15 Thread John Layt
On 14 April 2016 at 14:26, Tudorache, Marian wrote: > Hi everyone, > > I have a question about how to use CADDigitize plugin from pyqgis. > > 1. I would like to get the active instance of this plugin from > QgisInterface (iface). I understand when the plugin is installed there is a > referen

[Qgis-user] QGIS Webclient - "shortname"-Tag

2016-04-15 Thread Burghardt.Scholle
Hi, since QGIS WebClient is no longer being developed, I would like to point out a small workaround. Current QGIS versions use the tag ... in the QGIS project file. If you load a data source multiple times, the shortname remains the same. Thus the wcl has difficulties and does not show the af

Re: [Qgis-user] QGIS Webclient - "shortname"-Tag

2016-04-15 Thread Nicolas Boisteault
Hi, QGIS Webclient is still developed. See activity here : https://github.com/qgis/QGIS-Web-Client/commits/master Nicolas BOISTEAULT Développeur Web Observatoire Régional de l'Environnement Téléport 4 Antarès - BP 50163 - 86962 Futuroscope Chasseneuil Cedex Tél : 05 49 49 71 18 Le 15/04/2016 1

Re: [Qgis-user] QGIS Webclient - "shortname"-Tag

2016-04-15 Thread Otto Dassau
Hi, AFAIK there are plans for a QWC II, but it is unclear when it will be "released" as official successor. And I don't know either, if any concrete development has already started or if there is a roadmap available. Currently it seems to be a lot of testing and playing around with several solutio

Re: [Qgis-user] QGIS Webclient - "shortname"-Tag

2016-04-15 Thread Neumann, Andreas
Hi, There will be a start-workshop next week (Monday). It has been decided to develop QWCII from scratch and use ReactJS and OL3. It will be a while until it reaches feature parity with QWCI and the OL3-mobile viewer. So - until then there will still be some development on QWC I - but most like

Re: [Qgis-user] QGIS Webclient - "shortname"-Tag

2016-04-15 Thread Burghardt.Scholle
Hi, this was also my level of information. I wanted not to offend with my statement that the web client is no longer being developed. I just wanted to give a well-meant hint :-) Regards, Burghardt Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Neumann, Andreas Gesend

[Qgis-user] Alaska dataset failed to download

2016-04-15 Thread Julie Hamilton
I'm a newbie! Downloaded Qgis yesterday (Windows 10, 64-bit, 8GB RAM & plenty of diskspace, Qgis Essen 2.14.1), ticked the boxes for all the data downloads, but for the Alaska dataset received the message "download failed". Which is frustrating as I'd like to use the example exercise...Any sugge

Re: [Qgis-user] Alaska dataset failed to download

2016-04-15 Thread Jürgen E . Fischer
Hi Julie, On Fri, 15. Apr 2016 at 11:26:49 +, Julie Hamilton wrote: > I'm a newbie! Downloaded Qgis yesterday (Windows 10, 64-bit, 8GB RAM & plenty > of diskspace, Qgis Essen 2.14.1), ticked the boxes for all the data > downloads, but for the Alaska dataset received the message "download faile

Re: [Qgis-user] Alaska dataset failed to download

2016-04-15 Thread Richard Duivenvoorde
On 15-04-16 13:26, Julie Hamilton wrote: > I'm a newbie! Downloaded Qgis yesterday (Windows 10, 64-bit, 8GB RAM & > plenty of diskspace, Qgis Essen 2.14.1), ticked the boxes for all the > data downloads, but for the Alaska dataset received the message > "download failed". Which is frustrating as I'

Re: [Qgis-user] QGIS Webclient - "shortname"-Tag

2016-04-15 Thread Otto Dassau
Hi, no problem I think. Maybe it would be good to provide some information about the plans and timelines after the start-workshop (as it currently happens for QGIS 2.x vs. QGIS 3.0), so people don't get worried, that they make something wrong with the QGIS WebClient I and others, who plan using

Re: [Qgis-user] QGIS Webclient - "shortname"-Tag

2016-04-15 Thread Nicolas Boisteault
People can also try lizmap which has more features that QWCI. Nicolas BOISTEAULT Développeur Web Observatoire Régional de l'Environnement Téléport 4 Antarès - BP 50163 - 86962 Futuroscope Chasseneuil Cedex Tél : 05 49 49 71 18 *Soyez Eco-responsable, n'imprimez que si nécessaire* Le 15/04/2016 14

[Qgis-user] Clip - unsupported geometrytype -2147483646

2016-04-15 Thread Lene Fischer
Hi, Trying to clip a vector line layer with a vector polygon layer I get an error “Input layer has unsupported geometry type -2147483646” Both layers has the same CRS Both layers are checked for illegal geometry. Earlier today I performed same action with data created in QGIS and with a perfect

Re: [Qgis-user] Clip - unsupported geometrytype -2147483646

2016-04-15 Thread Alexander Bruy
Hi Lene, seems your one or both from your input layers have 2.5D geometry. 2016-04-15 15:52 GMT+03:00 Lene Fischer : > Hi, > > Trying to clip a vector line layer with a vector polygon layer I get an > error > > “Input layer has unsupported geometry type -2147483646” > > > > Both layers has the s

Re: [Qgis-user] Clip - unsupported geometrytype -2147483646

2016-04-15 Thread Andrea Peri
Some time the intersection of two polygon geometry could generate a multipolygon or also a linestring or also a point result or also a collection of all the previous type. Nothing is wrong this happen when the geometria are not true topological. Il 15 apr 2016 15:08, "Lene Fischer" ha scritto: Hi

Re: [Qgis-user] shift or control to toggle zoomin/zoomout

2016-04-15 Thread Garth Fletcher
The approach I'm used to is widely used in Mac software, such as Photoshop. It allows one to dynamically navigate using the following key combinations: space bar with click & drag : pan (i.e., "hand tool") space bar + Command key with click : zoom in centered on cursor space bar + Option key w

Re: [Qgis-user] Clip - unsupported geometrytype -2147483646

2016-04-15 Thread Lene Fischer
How can I see the geometry apart from Browser. This is official dataset from the Danish Geodata Agency. Regards Lene Fischer Fra: Alexander Bruy [mailto:alexander.b...@gmail.com] Sendt: 15. april 2016 15:29 Til: Lene Fischer Cc: qgis-user@lists.osgeo.org Emne: Re: [Qgis-user] Clip - unsupported

[Qgis-user] QGIS Security warning: project macros have been disabled.

2016-04-15 Thread Tudorache, Marian
Hi, I have tried to launch a python script when QGIS project is open. Inside Project Properties/Macros I have included in th macros area iface to access QGIS API interface or Type help(iface) for more info def openProject(): execfile(u'/opt/support_sw/current/spam/python/Controllers/spam_me

Re: [Qgis-user] shift or control to toggle zoomin/zoomout

2016-04-15 Thread Nathan Woodrow
Hi, In QGIS: Space + move mouse is pan Middle click mouse is always pan Mouse wheel is always zoom. Page Up/Down = Zoom In/Out Not sure we need any other methods at this stage. Regards, Nathan On Sat, Apr 16, 2016 at 12:49 AM, Garth Fletcher wrote: > The approach I'm used to is widely used