[Qgis-developer] Re: [saga-gis-developer] saga - qgis interface

2011-02-17 Thread Johan Van de Wauw
On Thu, Feb 17, 2011 at 1:27 AM, Volker Wichmann wichm...@laserdata.atwrote: Hi Gianluca, My idea is to write a python code that will generate GUI dialogs completely on the fly without any hard coded parameter flags or .py files (SAGA has about 500 modules!). That is, you have a path where

[Qgis-developer] QGIS and Google Summer of Code - ideas page on the wiki

2011-02-17 Thread Anne Ghisla
Hi all! as ideas for the GSoC are coming up, I started collecting them on a new wiki page: http://www.qgis.org/wiki/Google_Summer_of_Code_2011 Please fill up the items with a short summary! I also welcome devs to sign up and choose the ideas they'd like to mentor. Feel free to reuse past

Re: [Qgis-developer] Re: [saga-gis-developer] saga - qgis interface

2011-02-17 Thread G. Allegri
It's a project we were thinking about a couple of years ago, but the project has stopped (we've had to move the founds to other projects) The approach was similar to yours, but I was thinking to a lower level binding: let saga odules read directly from Qgis in memory data structures, without

[Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread kimaidou
Sorry, the rendering image is here : http://www.hostingpics.net/viewer.php?id=926339CaptureQuantumGISrexporteddemoqgis.png 2011/2/17 kimaidou kimai...@gmail.com Hi devs, I am trying to use the new symbology to display good looking OpenStreetMap road data. I have not figured out how to avoir

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread Robert Szczepanek
Hi Kimaidou, In style new symbology hit 'Symbol levels'. Enable it. That is it. regards, Robert W dniu 17.02.2011 12:22, kimaidou pisze: Sorry, the rendering image is here : http://www.hostingpics.net/viewer.php?id=926339CaptureQuantumGISrexporteddemoqgis.png 2011/2/17 kimaidou

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread kimaidou
Hi Robert, Thanks a lot, I missed this. It works great. By the way, the vocabulary used here is a bit confusing, no ? What does Symbol levels means ? 2011/2/17 Robert Szczepanek rob...@szczepanek.pl Hi Kimaidou, In style new symbology hit 'Symbol levels'. Enable it. That is it. regards,

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread Nathan Woodrow
I agree. I have looked at that dialog before but didn't really understand it. IMHO it should be reworded into something less technical. - Nathan On Thu, Feb 17, 2011 at 11:15 PM, kimaidou kimai...@gmail.com wrote: Hi Robert, Thanks a lot, I missed this. It works great. By the way, the

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread Carson Farmer
Perhaps 'Symbol layer ordering' or simply 'layer order'? Carson On 17 February 2011 12:20, Nathan Woodrow madman...@gmail.com wrote: I agree.  I have looked at that dialog before but didn't really understand it.  IMHO it should be reworded into something less technical. - Nathan On Thu, Feb

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread kimaidou
2011/2/17 Carson Farmer carson.far...@gmail.com Perhaps 'Symbol layer ordering' or simply 'layer order'? I dislike layer order as it is confusing : do we speak of layers from the canvas ? Or style layers ? For me we should use the term layer in Qgis only for vector and raster layers Shouldnt

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread Martin Dobias
On Thu, Feb 17, 2011 at 1:20 PM, Nathan Woodrow madman...@gmail.com wrote: On Thu, Feb 17, 2011 at 11:15 PM, kimaidou kimai...@gmail.com wrote: By the way, the vocabulary used here is a bit confusing, no ? What does Symbol levels means ? I agree.  I have looked at that dialog before but

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread Andreas Neumann
I'd prefer Symbol layer ordering or Symbol levels. We need to differentiate between real layers and symbol layers. Andreas On Thu, 17 Feb 2011 12:28:17 +, Carson Farmer wrote: Perhaps 'Symbol layer ordering' or simply 'layer order'? Carson On 17 February 2011 12:20, Nathan Woodrow

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread Martin Dobias
On Thu, Feb 17, 2011 at 1:33 PM, kimaidou kimai...@gmail.com wrote: 2011/2/17 Carson Farmer carson.far...@gmail.com Perhaps 'Symbol layer ordering' or simply 'layer order'? I dislike layer order as it is confusing : do we speak of layers from the canvas ? Or style layers ? For me we should

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread kimaidou
Thanks Martin for your explanation ! I know understand why and how activating symbol levels has an effect of the rendering of my linestrings :) As you have seen, I am no native english speaker, so I am not able to help find the proper vocabulary. (I do not like substyle any more :) ) We need to

Re: [Qgis-developer] Re: New Symbology : merge borders on nodes for lines

2011-02-17 Thread Ramon Andinach
On 17/02/2011, at 20:59 , Martin Dobias wrote: On Thu, Feb 17, 2011 at 1:33 PM, kimaidou kimai...@gmail.com wrote: 2011/2/17 Carson Farmer carson.far...@gmail.com Perhaps 'Symbol layer ordering' or simply 'layer order'? I dislike layer order as it is confusing : do we speak of layers

[Qgis-developer] Table manager: fails to save on win

2011-02-17 Thread Paolo Cavallini
Hi all. Apparently the Table Manager plugin fails to write the backup dbf. Save as... works, in the same directory. In Linux it works. Does anybody confirm? Thanks. -- http://faunalia.it/pc ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Table manager: fails to save on win

2011-02-17 Thread Albin Blaschka
Am 17.02.2011 15:53, schrieb Paolo Cavallini: Hi all. Apparently the Table Manager plugin fails to write the backup dbf. Save as... works, in the same directory. In Linux it works. Does anybody confirm? Thanks. Confirmed: Win 7, OSGeo-Installer, QGIS 1.7 r15172 Failed backuping the old table

[Qgis-developer] Re: [saga-gis-developer] saga - qgis interface

2011-02-17 Thread gianluca.massei
Hi Volker, In case your are interested in some python code which will parse the above mentioned parameters, I can have a look within the next days. Yes! I'm really interested! I'm not a really good python programmer and any kind of help is wellcome. Thanks gianluca

Re: [Qgis-developer] Plugin Development C++ Windows

2011-02-17 Thread maaza mekuria
I again want to bring up the issue of how to create a small plugin using c++ in Windows Visual C++ Express. I copied the delimited text project and renamed the files and if it is a regular compilation, it should just compile the existing files. But the setup seems to generates the c++ headers

[Qgis-developer] Re: [saga-gis-developer] saga - qgis interface

2011-02-17 Thread gianluca.massei
Hi Johan, thank you for your interesting, suggestion and help: * how are module libraries and modules presented? In a menu or some type of module library? I think to use a 2-level menu (libraries/modules) * which qt interface would you like to use to present the different type of parameters

Re: [Qgis-developer] New Symbology : merge borders on nodes for lines / OSM

2011-02-17 Thread Mayeul Kauffmann
Hi kimaidou, You wrote: I am trying to use the new symbology to display good looking OpenStreetMap road data. I'm glad to see I'm not the only one working on this. I spent hours designing qgis styles for OSM data and creating a patch. You can work on testing or improving this instead of starting

Re: [Qgis-developer] New Symbology : merge borders on nodes for lines / OSM/ sharing large files?

2011-02-17 Thread Mayeul Kauffmann
jr.morre...@enoreth.net wrote: If you can could you try to make a package available with all the style and svg icons for ease of use ? I already have this; the problem is I do not know how to share a zip/tar.gz file of that size (1.6MB svg files only). I asked in this forum but did not

Re: [Qgis-developer] Table manager: fails to save on win

2011-02-17 Thread Paolo Cavallini
Il giorno gio, 17/02/2011 alle 16.03 +0100, Albin Blaschka ha scritto: Confirmed: Win 7, OSGeo-Installer, QGIS 1.7 r15172 Thanks, ticket opened: https://trac.faunalia.it/qgis_plugins/ticket/33 All the best. -- http://www.faunalia.it/pc ___