Re: [Qgis-developer] Tests for sextante qgis providers.

2012-07-19 Thread Tim Sutton
Hi On Wed, Jul 18, 2012 at 12:58 AM, Camilo Polymeris cpolyme...@gmail.com wrote: Hello all, I have had some difficulty with implementing the tests for Sextante, in particular, using QgsProviderRegistry. cf:

Re: [Qgis-developer] Tests for sextante qgis providers.

2012-07-19 Thread Tim Sutton
Hi On Thu, Jul 19, 2012 at 9:36 AM, Tim Sutton li...@linfiniti.com wrote: Hi On Wed, Jul 18, 2012 at 12:58 AM, Camilo Polymeris cpolyme...@gmail.com wrote: Hello all, I have had some difficulty with implementing the tests for Sextante, in particular, using QgsProviderRegistry. cf:

[Qgis-developer] SVG symbols in QGIS with modifiable colors

2012-07-19 Thread Otto Dassau
Hi, I tried to follow the howtos in the web about defining colors for svg with param(fill), param(outline) and param(stroke-width). svg width=100% height=100% rect fill=param(fill) #ff stroke=param(outline) #00ff00 stroke-width=param(stroke-width) 10 width=100 height=100 /rect /svg I used

Re: [Qgis-developer] [Qgis-user] Problem with add postgis layers in qgis 1.80

2012-07-19 Thread Jürgen E . Fischer
Hi Bernhard, On Thu, 19. Jul 2012 at 11:22:32 +0200, Bernhard Ströbl wrote: The detection is now done in a thread, so you can cancel the detection. also as a user - how? The Connect button turns to Cancel (or Stop?) - just click on that. It will then stop when the last running query is done.

Re: [Qgis-developer] SVG symbols in QGIS with modifiable colors

2012-07-19 Thread Andreas Neumann
Hi Otto, Have you tried using presentation attributes only instead of the style attribute that mixes everything? It may be that QGIS only looks into the fill, stroke and stroke-width attributes and not in the style attribute. The way Inkscape exports SVG is a bit of a mess. It also exports

Re: [Qgis-developer] SVG symbols in QGIS with modifiable colors

2012-07-19 Thread Otto Dassau
Hi Andreas, I tried the optimized SVG output from inkscape - looks better, but still I can only change fill color, or stroke. But fill seems to overwrite stroke and I never was able to define stroke-width. Do you have a more complex example, where I could try to figure out what's wrong with my

Re: [Qgis-developer] Remember to look at dash after committing

2012-07-19 Thread Etienne Tourigny
There is a sporadic error in qqgsexpressiontest, it happens on some platforms and not always. I experienced it once on my machine. It`s been around for quite some time. Etienne On Mon, Jul 16, 2012 at 6:15 PM, Tim Sutton li...@linfiniti.com wrote: Just a friendly reminder to those pushing into

Re: [Qgis-developer] Remember to look at dash after committing

2012-07-19 Thread Sandro Santilli
On Thu, Jul 19, 2012 at 10:53:51AM -0300, Etienne Tourigny wrote: There is a sporadic error in qqgsexpressiontest, it happens on some platforms and not always. I experienced it once on my machine. It`s been around for quite some time. Those kind of errors are really worth fixing ASAP as an

Re: [Qgis-developer] Remember to look at dash after committing

2012-07-19 Thread Nathan Woodrow
Those failing expression tests are strange. Works on some but not others :S - Nathan On Fri, Jul 20, 2012 at 12:05 AM, Sandro Santilli s...@keybit.net wrote: On Thu, Jul 19, 2012 at 10:53:51AM -0300, Etienne Tourigny wrote: There is a sporadic error in qqgsexpressiontest, it happens on some

[Qgis-developer] Greek signs export Attribute table length

2012-07-19 Thread stockinu
Hi *, I've got two problems - your help would be very much appreciated. 1. Exporting attribute tables as .csv- or .kml-files seems to destruct Greek signs (even in UTF-8) though they're perfectly visible in QGIS itself. Any suggestions? 2. I can't find a way to extend the length of the

Re: [Qgis-developer] [Qgis-user] Greek signs export Attribute table length

2012-07-19 Thread Alexander Bruy
Hi, Ulrich 2012/7/19 stock...@uni-koeln.de: 2. I can't find a way to extend the length of the string-fields of the attribute table over 254 signs. Any ideas here? I suppose you use shapefile. In this case, you can't have attributes longer than 255 bytes, this limitation of DBF format (used to

Re: [Qgis-developer] Announcing raster-pipes-2 branch for testing

2012-07-19 Thread Marco Hugentobler
Hi Etienne Thanks for the feedback, very much appreciated. I've fixed these issues in raster-pipes-2 branch now. There are still a few things missing in raster saving: - write colortable to output dataset - format specific options (e.g. compression) - dynamic populating of the format combo

Re: [Qgis-developer] Tests for sextante qgis providers.

2012-07-19 Thread Etienne Tourigny
Hi all, it might be a good idea to implement a first test for as basic pyqgis application as well as one of the core python plugins (e.g. gdaltools, ftols). This could serve as a basis for other plugin tests and reside in the source (tests/src/python). Etienne On Thu, Jul 19, 2012 at 4:38 AM,

Re: [Qgis-developer] Announcing raster-pipes-2 branch for testing

2012-07-19 Thread Marco Hugentobler
Hi Tim Yes, mbtiles would be cool. I've decided to go with vrt/overview for now because mbtiles need a very recent GDAL. But mbtiles could be an additional option in future (especially interesting for mobile devices). Regards, Marco On 18.07.2012 22:52, Tim Sutton wrote: Hi On Wed, Jul

Re: [Qgis-developer] Announcing raster-pipes-2 branch for testing

2012-07-19 Thread Etienne Tourigny
Marco, my pleasure! On Thu, Jul 19, 2012 at 4:09 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Hi Etienne Thanks for the feedback, very much appreciated. I've fixed these issues in raster-pipes-2 branch now. There are still a few things missing in raster saving: - write

Re: [Qgis-developer] [Qgis-user] Greek signs export Attribute table length

2012-07-19 Thread Micha Silver
On 07/19/2012 06:28 PM, stock...@uni-koeln.de wrote: Hi *, I've got two problems - your help would be very much appreciated. 1. Exporting attribute tables as .csv- or .kml-files seems to destruct Greek signs (even in UTF-8) though they're

Re: [Qgis-developer] Announcing raster-pipes-2 branch for testing

2012-07-19 Thread Tim Sutton
Hi On Thu, Jul 19, 2012 at 9:16 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Hi Tim Yes, mbtiles would be cool. I've decided to go with vrt/overview for now because mbtiles need a very recent GDAL. But mbtiles could be an additional option in future (especially interesting

Re: [Qgis-developer] Announcing raster-pipes-2 branch for testing

2012-07-19 Thread Marco Bernasocchi
On 07/19/2012 10:06 PM, Tim Sutton wrote: Hi On Thu, Jul 19, 2012 at 9:16 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Hi Tim Yes, mbtiles would be cool. I've decided to go with vrt/overview for now because mbtiles need a very recent GDAL. But mbtiles could be an additional

Re: [Qgis-developer] [Qgis-user] Problem with add postgis layers in qgis 1.80

2012-07-19 Thread Jürgen E . Fischer
Hi Etienne, On Thu, 19. Jul 2012 at 15:17:42 -0300, Etienne Tourigny wrote: A more generic question - is there a way that we could implement a generic mechanism for stopping a processing that takes forever, such as - Identify tool in a *very* large vector layer - unresponsive WMS server

[Qgis-developer] Hackfest

2012-07-19 Thread Marco Bernasocchi
Hi all, are the dates/location (3.10 - 7.10 in linuxhotel.de) for the hack fest confirmed? Looking into some cheep flights to keep the costs down :) ciao -- Marco Bernasocchi http://opengis.ch ___ Qgis-developer mailing list

Re: [Qgis-developer] [Qgis-user] Problem with add postgis layers in qgis 1.80

2012-07-19 Thread Etienne Tourigny
Hi, On Thu, Jul 19, 2012 at 5:45 PM, Jürgen E. j...@norbit.de wrote: Hi Etienne, On Thu, 19. Jul 2012 at 15:17:42 -0300, Etienne Tourigny wrote: A more generic question - is there a way that we could implement a generic mechanism for stopping a processing that takes forever, such as -

Re: [Qgis-developer] Announcing raster-pipes-2 branch for testing

2012-07-19 Thread Etienne Tourigny
On Thu, Jul 19, 2012 at 4:09 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Hi Etienne Thanks for the feedback, very much appreciated. I've fixed these issues in raster-pipes-2 branch now. There are still a few things missing in raster saving: - write colortable to output

Re: [Qgis-developer] Announcing raster-pipes-2 branch for testing

2012-07-19 Thread Tim Sutton
Hi On Fri, Jul 20, 2012 at 12:19 AM, Etienne Tourigny etourigny@gmail.com wrote: On Thu, Jul 19, 2012 at 4:09 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Hi Etienne Thanks for the feedback, very much appreciated. I've fixed these issues in raster-pipes-2 branch now.

Re: [Qgis-developer] Announcing raster-pipes-2 branch for testing

2012-07-19 Thread Etienne Tourigny
Yes - I was also thinking about being able to define defaults for saving rasters (default format, default compression + options per format, tiles) which would be application-wide. And this reusable widget could be pre-populated with these options - and used in core as well as python plugins. You