Re: [Qgis-user] HTML tags in label expresion on QGIS 2.0.1

2013-10-21 Thread Nathan Woodrow
Hey, HTML based labels aren't supported yet. What you see in the dialog is a render preview using a QLabel which can handle HTML. I need to change that to just use plain text rather then rich text. It was never supported in any older versions. - Nathan On Tue, Oct 22, 2013 at 4:22 PM, Pauliu

[Qgis-user] HTML tags in label expresion on QGIS 2.0.1

2013-10-21 Thread Paulius Litvinas
Hello list, I tried to use HTML bold tag for a part of label text in label expression. HTML tags are properly interpreted and rendered on "Expression based label" dialog at Output preview, but unfortunately not the same on the map. You can see in the image below - red and green areas. h

[Qgis-user] Python Script for Multi-band zonal statistics

2013-10-21 Thread Leo Kris Palao
Dear QGIS Users, Often we want to compute for band statistics for our stacked layers (i.e., bands 1 to 9). In QGIS, the available plugin for this is the Zonal Statistics plugin but it only computes for one band at a time, and as we suspect if our input is a stacked layer the plugin seems to get th

Re: [Qgis-user] setting name in title bar

2013-10-21 Thread Brent Fraser
Nathan, I'll try using the API, but I thought when I was going through the Plugin doc I found info on a setting in a startup config file. And the Project approach tacks on the project name to show "QGIS 2.0.1 Dufour - projectname" instead of replacing the text... Thanks! Best Regards, Br

Re: [Qgis-user] setting name in title bar

2013-10-21 Thread Nathan Woodrow
You can do this my doing iface.mainWindow().setWindowTitle("my title"). If you give the project a name in Project -> Project Settings -> Project Title it should also show up in there. - Nathan On Tue, Oct 22, 2013 at 12:24 AM, Brent Fraser wrote: > A few months ago I found some info on setting

Re: [Qgis-user] How can I reset the starting point of a QgsFeatureIterator?

2013-10-21 Thread Nathan Woodrow
I would just grab a new one. It's pretty cheap. - Nathan On Tue, Oct 22, 2013 at 12:01 AM, Stefano Masera < stefano.mas...@arpa.piemonte.it> wrote: > The reason is to be more fast. > I think that restart an iterator is more fast than grab a new one from the > same layer. > But I don't know if

[Qgis-user] qgis server

2013-10-21 Thread Dario
I was watching the tutorial (http://anitagraser.com/2012/04/06/qgis-server-on-windows7-step-by-step) the qgis server on windows made ​​by anita graser, and I was with a doubt: when it says to do: Let's test the setup using "Add WMS Layer" in QGIS by adding the service URL and ticking "Ignore Ge

[Qgis-user] Boosing Rendering Performance: Call for funding

2013-10-21 Thread Saber Razmjooei
Dear list, We are looking to embark on a project to boost the drawing performance of QGIS to greatly decrease screen refresh times by taking advantage of multiple CPU cores. We’re turning to the list to see if this is something that any of you (or any organisations you know) would be intere

[Qgis-user] Add Delimited Tex Layer plugin crash

2013-10-21 Thread venerio giuseppe anardu
Hello to everybody, On my plugin list the plugin "Add Delimited Tex Layer" is unchecked: when I select it appears this error message:     minidump scritto a C:\Users\\AppData\Local\Temp\qgis-20131021-204218-2560-4780-exported.dmp and QGIS crashes. I've installed QGIS 2

Re: [Qgis-user] Problem with WMS 1.1.1 data providers in QGIS 2.0.1

2013-10-21 Thread Richard Duivenvoorde
On 21-10-13 20:07, Miguel Ángel Castro wrote: > I am using QGIS 2.0.1 standalone installed in a Windows 7 64 bits system. > > Example of WMS datasource: (datasource WMS 1.1.1) EPSG:32628 > > http://idecan2.grafcan.es/ServicioWMS/EspNat > > In layer properties/metadata you can see the inform

[Qgis-user] Problem with WMS 1.1.1 data providers in QGIS 2.0.1

2013-10-21 Thread Miguel Ángel Castro
I am using QGIS 2.0.1 standalone installed in a Windows 7 64 bits system. Example of WMS datasource: (datasource WMS 1.1.1) EPSG:32628 http://idecan2.grafcan.es/ServicioWMS/EspNat In layer properties/metadata you can see the information from datasource, but no display the layer (not load data)

[Qgis-user] qgis cloud

2013-10-21 Thread Dario
I am not able to upload the qgiscloud, (it was not possible to connect to port ). can anyone help me? I'm using qgis 1.8, windows 7___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Opening view or table using DBManager locks it in postgis

2013-10-21 Thread Giuseppe Sucameli
Hi Alexandre, On Mon, Oct 21, 2013 at 5:51 PM, Alexandre Neto wrote: > > Opening with DBManager creates lots of locks in postgres (see below), that are only released when QGIS is closed. During the lock, it seems impossible to alter specific tables or views. > > (...) > > Is this expected? no, t

Re: [Qgis-user] Error loading SIP module.

2013-10-21 Thread Goyo
2013/10/21 Nicholas L. Klein-Baer : > Hi all, > > I'm having a problem with QGIS 2.0.1 on Ubuntu 13.04 very similar to the one > described bug 8832. The resolution, however, isn't helping me very much. > If you want to use a different python/sip/pyqt4 than what is in your ubuntu by default

[Qgis-user] Opening view or table using DBManager locks it in postgis

2013-10-21 Thread Alexandre Neto
Hello all, While opening postgis tables and views in QGIS 2.0 (windows 7 64bit), I noticed some different behaviors whether I use DBManager or Add Postgis Layer. Opening with DBManager creates lots of locks in postgres (see below), that are only released when QGIS is closed. During the lock, it s

Re: [Qgis-user] Labels and SLDs

2013-10-21 Thread Steve Campbell
Hi Marco Thanks for that. Just added it to the feature list. Thanks Steve -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Labels-and-SLDs-tp5084826p5084835.html Sent from the Quantum GIS - User mailing list archive at Nabble.com. _

Re: [Qgis-user] Labels and SLDs

2013-10-21 Thread Marco Lechner - FOSSGIS e.V.
Hi Steve, this is not implemented yet. Do you want to fill a feature request? Use http://hub.qgis.org/projects/quantum-gis Marco Am 21.10.2013 16:57, schrieb Steve Campbell: > Hi > > Can anyone tell me how I can save label information in to an SLD file from > QGIS 2.0? > > Thanks > > > > -- > V

[Qgis-user] Labels and SLDs

2013-10-21 Thread Steve Campbell
Hi Can anyone tell me how I can save label information in to an SLD file from QGIS 2.0? Thanks -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Labels-and-SLDs-tp5084826.html Sent from the Quantum GIS - User mailing list archive at Nabble.com.

[Qgis-user] setting name in title bar

2013-10-21 Thread Brent Fraser
A few months ago I found some info on setting the name of QGIS in the title bar (I think it involved an entry in a config (.ini?) file). But now I can't find that information. Does anyone have any pointers? Thanks! -- Best Regards, Brent Fraser _

Re: [Qgis-user] How can I reset the starting point of a QgsFeatureIterator?

2013-10-21 Thread Stefano Masera
The reason is to be more fast. I think that restart an iterator is more fast than grab a new one from the same layer. But I don't know if it's true! Thanks - Messaggio originale - Da: "Nathan Woodrow" A: "Stefano Masera" Cc: "qgis-user" Inviato: Lunedì, 21 ottobre 2013 15:56:

Re: [Qgis-user] How can I reset the starting point of a QgsFeatureIterator?

2013-10-21 Thread Nathan Woodrow
Just grab a new iterator. Any reason you want to reuse the same iteratror. On 21/10/2013 11:44 PM, "Stefano Masera" wrote: > Hi list, > I use an iterator two times in a python code and I have to reset it to the > starting point before to recall it. > > # first use of the iterator > iterator = la

[Qgis-user] How can I reset the starting point of a QgsFeatureIterator?

2013-10-21 Thread Stefano Masera
Hi list, I use an iterator two times in a python code and I have to reset it to the starting point before to recall it. # first use of the iterator iterator = layer.dataProvider().getFeatures() for feature in iterator: # operations # than, a second time I have to use the operator, in a f

[Qgis-user] Help running SAGA algorithms

2013-10-21 Thread Julian Bogdani
Hello all, I'm trying to run saga algorithms (Kriging) on QGIS, MacOS X (10.6.8) (and Win, 7) without success. I've installed latest QGIS from KyngChaos site. Saga seems to be installed correctly. Here is the message I get: Oooops! The following output layers could not be open Grid: /Users/jbogda

Re: [Qgis-user] Topological editing of two vector layers

2013-10-21 Thread Alexandre Neto
Hello Deon, If you have the chance, exporting both your layers to Postgres\Postgis, would allow you to, for each district geometry, run ST_Snap[1] against its related province geometry. With the correct tolerance, this might solve a big part of your Boundary differences. Even tho, you would need

Re: [Qgis-user] QGIS 2 and interlis format

2013-10-21 Thread Stefan Keller
Yes, it's probably not compiled by default under Linux because of it's dependency to a Java runtime. In addition, the Interlis 2 driver is incomplete. There is a project underway which delivers a new Interlis 1 and 2 driver end of this year (without Java dependency). Yours, S. 2013/10/21 Jukka R

Re: [Qgis-user] QGIS 2 and interlis format

2013-10-21 Thread Jukka Rahkonen
writes: > > Hi all, > I would like to display interlis data > in QGIS 2, but I can't find the format in the list of vector data formats. > In QGIS 1.8, the format is in the list (INTERLIS 1 [OGR]). OGR supports > this format, why does QGIS 2 not ? I tried to display all files *.* and > select

[Qgis-user] QGIS 2 and interlis format

2013-10-21 Thread Daniel . Gnerre
Hi all, I would like to display interlis data in QGIS 2, but I can't find the format in the list of vector data formats. In QGIS 1.8, the format is in the list (INTERLIS 1 [OGR]). OGR supports this format, why does QGIS 2 not ? I tried to display all files *.* and select an itf file, but QGIS

Re: [Qgis-user] Export map to pdf defective

2013-10-21 Thread Andreas Neumann
Hi Nelson, This is probably not a bug. It sounds like you have the Atlas serial printing active. In the print composer have a look at the "Atlas Generation" panel and make sure it is not enabled. Hope this helps. Andreas On Sun, 20 Oct 2013 17:58:22 -0200, Nelson Fava wrote: Dear Sirs., F

Re: [Qgis-user] Topological editing of two vector layers

2013-10-21 Thread Harish
If the layers are digitized by different agencies and dissolving is time consuming for each next higher level, then the automatic snapping of boundaries within tolerance distance, with keeping one layer as correct layer will be a useful feature. Regards On Tue, Oct 15, 2013 at 7:25 PM, Carlos Cer