Re: [Qgis-developer] The new QGIS plugin repo

2010-10-20 Thread Paolo Cavallini
Il 21/10/2010 00:46, Martin Dobias ha scritto: > I completely agree that having an infrastructure for easy development > and bug tracking for plugins would help the authors with deployment > and cooperation. It seems that we all agree on this: if there are different opinions, please stand out.

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Paolo Cavallini
Il 21/10/2010 00:14, Martin Dobias ha scritto: > I would agree to include PostGIS plugins to trunk, but IMHO it makes > much more sense to have only one PostGIS plugin to do all management > tasks. I think some effort should be done to integrate the plugins > into one prior to inclusion to the trun

Re: [Qgis-developer] PostGIS Manager

2010-10-20 Thread Paolo Cavallini
Il 20/10/2010 23:02, Martin Dobias ha scritto: > Hi Paolo > > I've fixed that in v0.5.10. It works smoothly, thanks a lot. All the best. -- Paolo Cavallini: http://www.faunalia.it/pc ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http:/

Re: [Qgis-developer] The new QGIS plugin repo

2010-10-20 Thread Martin Dobias
On Tue, Oct 19, 2010 at 3:37 PM, Paolo Cavallini wrote: > Il 21/08/2010 10:06, Tim Sutton ha scritto: > >> Just a PSC perspecitive note on this, I think it will be useful when >> discussions are complete to simply summarise discussions and submit >> that summary as a proposal to the PSC for approv

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Martin Dobias
Hi Paolo I would agree to include PostGIS plugins to trunk, but IMHO it makes much more sense to have only one PostGIS plugin to do all management tasks. I think some effort should be done to integrate the plugins into one prior to inclusion to the trunk... It's hard to force people to do this kin

Re: [Qgis-developer] horizontal lines pdf/ps/image output

2010-10-20 Thread Andreas Neumann
Hi Andreas, Although I am not the developer of the print composer (Marco Hugentobler is) I can provide some background on the issue. Indeed it is a result of image partitioning. I believe there are horizontal stripes. With higher resolution this issue gets worth. The striping was introduced

Re: [Qgis-developer] PostGIS Manager

2010-10-20 Thread Martin Dobias
Hi Paolo I've fixed that in v0.5.10. Martin On Wed, Oct 20, 2010 at 6:22 PM, Paolo Cavallini wrote: > Hi all. > The SQL query fails to show the muneric results in cases like this: > > SELECT round(ST_Perimeter(the_geom)::numeric,2) > FROM province; > > Any explanation? Perhaps the :: type cast

Re: [Qgis-developer] The crazy jumping legend item came back!

2010-10-20 Thread Tim Sutton
Beautiful illustrative pyramid! :-) Regards Tim On Wed, Oct 20, 2010 at 10:28 AM, Giuseppe Sucameli wrote: > Hi devs, > I fixed this issue 5 months ago (#2711, #2528, #2018), but seems it came > back in the latest revs (I'm on r14418). > > Luckily it's not really _crazy_ jumping now and AFAICS

[Qgis-developer] horizontal lines pdf/ps/image output

2010-10-20 Thread Andreas Plesch
Hello, using qgis (1.5, I believe) to generate a bathymetric map from data for the Bering Strait, I came across horizontal lines when trying to output the map in print composer in any way. The process was a good success in that everything which was needed could be done and the result was very usef

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Giuseppe Sucameli
Hi Ivan , yes, I remember the thread. It's always the same pyuic4 bug, so I've to remove the value from the .ui file and set it in the class constructor by code. Thanks for reporting it. Cheers. On Wed, Oct 20, 2010 at 5:45 PM, Ivan Mincik wrote: > On 10/20/2010 12:34 PM, Paolo Cavallini wrote

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Paolo Cavallini
Il 20/10/2010 17:29, Ricardo Filipe Soares Garcia da ha scritto: > I think it would be great if this new 'database' section could be made > to work with spatialite as well as with postgis. Maybe the creation of > a general manager for spatial databases that could integrate the > 'Postgis manager',

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Paolo Cavallini
Il 20/10/2010 17:55, Ivan Mincik ha scritto: > I think, it would be very good to merge all good plugins derived from > Martin's PostGIS Manager to one General database manager. Current > tendency of creating PostGIS plugins by copying Martin's pluging, > leaving 90% of code as is, even if I do not

[Qgis-developer] PostGIS Manager

2010-10-20 Thread Paolo Cavallini
Hi all. The SQL query fails to show the muneric results in cases like this: SELECT round(ST_Perimeter(the_geom)::numeric,2) FROM province; Any explanation? Perhaps the :: type cast is not well understood? All the best. -- Paolo Cavallini: http://www.faunalia.it/pc ___

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Ivan Mincik
I think, it would be very good to merge all good plugins derived from Martin's PostGIS Manager to one General database manager. Current tendency of creating PostGIS plugins by copying Martin's pluging, leaving 90% of code as is, even if I do not need, is not very good idea. Or, if not merging t

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Ivan Mincik
On 10/20/2010 12:34 PM, Paolo Cavallini wrote: Hi all. We (Faunalia, for Regione Toscana) have developed a couple of plugins: RT SQL layer, to build arbitrary select queries and load results on the canvas, and RT PostGIS extractor, to export large amounts of data cut by another vector (in PostG

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Ricardo Filipe Soares Garcia da
Hi I think it would be great if this new 'database' section could be made to work with spatialite as well as with postgis. Maybe the creation of a general manager for spatial databases that could integrate the 'Postgis manager', 'Spatialite manager', 'RT SQL layer' and the rest of the functionality

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Paolo Cavallini
Il 20/10/2010 16:30, Andreas Neumann ha scritto: > I wonder what is the best way to organize all those Postgis plugins. Would > they get their own toolbar or menu? I think we should have a "Database" dropdown close by the sister dropdowns "Vector" (AKA fTools) and "Raster" (AKA GDALTools). All t

Re: [Qgis-developer] The crazy jumping legend item came back!

2010-10-20 Thread Giuseppe Sucameli
Hi Jurgen, On Wed, Oct 20, 2010 at 2:51 PM, Jürgen E. wrote: > Hi Andreas, > > On Wed, 20. Oct 2010 at 14:37:02 +0200, Andreas Neumann wrote: > > No idea what the problem is, but I know that Jürgen Fischer included > > nested grouping (looking forward to using it) just recently in the trunk. > >

Re: [Qgis-developer] PostGIS plugins

2010-10-20 Thread Andreas Neumann
+1 for getting them into trunk We would use them for teaching Postgis as a way to visualize the queries. Or for myself for quick visualizations while testing SQL commands. I wonder what is the best way to organize all those Postgis plugins. Would they get their own toolbar or menu? Andreas On W

Re: [Qgis-developer] Fwd: Re: [Qgis-user] Announcing "Load Them All" plugin

2010-10-20 Thread Giuseppe Sucameli
Hi, I think the problem is the &: all the "&" must be replaced with "&" This replacement should be done automatically by the .xml repo generator. Could someone fix both the file and the generator? Cheers. On Wed, Oct 20, 2010 at 2:31 PM, Paolo Cavallini wrote: > Hi all. > I think we should fix h

Re: [Qgis-developer] contour plugin

2010-10-20 Thread Paolo Cavallini
Il 19/10/2010 11:05, Lionel Roubeyrie ha scritto: > Hi Paolo, > can you send me your data and a description of what you do with the > plugin please? Hi all. Thanks to the patience of Linel, we tested his problem, but we cannot reach a conclusion: in my case this problems happens always, in Lionel

Re: [Qgis-developer] The crazy jumping legend item came back!

2010-10-20 Thread Jürgen E . Fischer
Hi Andreas, On Wed, 20. Oct 2010 at 14:37:02 +0200, Andreas Neumann wrote: > No idea what the problem is, but I know that Jürgen Fischer included > nested grouping (looking forward to using it) just recently in the trunk. > Maybe it is a side-effect? Yes, it was. See r14420. Jürgen -- Jürge

Re: [Qgis-developer] The crazy jumping legend item came back!

2010-10-20 Thread Andreas Neumann
Hi, No idea what the problem is, but I know that Jürgen Fischer included nested grouping (looking forward to using it) just recently in the trunk. Maybe it is a side-effect? Andreas On Wed, October 20, 2010 10:28 am, Giuseppe Sucameli wrote: > Hi devs, > I fixed this issue 5 months ago (#2711,

[Qgis-developer] Fwd: Re: [Qgis-user] Announcing "Load Them All" plugin

2010-10-20 Thread Paolo Cavallini
Hi all. I think we should fix http://pyqgis.org/repo/contributed: Errore interpretazione XML: non well-formed Indirizzo: http://pyqgis.org/repo/contributed Linea numero 307, colonna 75: http://geotux.tuxfamily.org/index.php?option=com_myblog&task=view&id=264&Itemid=59&lang=en Who has the privileg

[Qgis-developer] Error building QGIS 1.5 in qextserialnumerator.cpp

2010-10-20 Thread ameet chaudhari
I m trying to build QGIS 1.5 from source on Win 7 as given in http://www.qgis.org/wiki/Building_QGIS_from_Source#CMake:. After generating Makefile using CMake 2.8, following error occurs while compiling [make]: [2%] Building CXX object src/core/CMakeFiles/qgis_core.dir/gps/qextserialport/qextse

[Qgis-developer] PostGIS plugins

2010-10-20 Thread Paolo Cavallini
Hi all. We (Faunalia, for Regione Toscana) have developed a couple of plugins: RT SQL layer, to build arbitrary select queries and load results on the canvas, and RT PostGIS extractor, to export large amounts of data cut by another vector (in PostGIS or drawn by hand. Thy are in production now, a

[Qgis-developer] Re: visbility analysis plugin

2010-10-20 Thread Giovanni Manghi
Found the email... I'm also noticing that there isn't a button to close the dialog and also misses a field to define the max distance reached by the observer. Cheers! -- Giovanni --- On Wed, 2010-10-20 at 09:42 +0100, Giovanni Manghi wrote: > Hi all, > just trying to reach Cagil Seker, the dev

[Qgis-developer] visbility analysis plugin

2010-10-20 Thread Giovanni Manghi
Hi all, just trying to reach Cagil Seker, the developer of the new visbility analysis plugin available in the contributed repo. Hi there! thanks for the plugin! Just a a few notes: *) the gui is not well optmized for Linux (see attached screenshot) *) regardless the number (integer) I'm using fo

[Qgis-developer] The crazy jumping legend item came back!

2010-10-20 Thread Giuseppe Sucameli
Hi devs, I fixed this issue 5 months ago (#2711, #2528, #2018), but seems it came back in the latest revs (I'm on r14418). Luckily it's not really _crazy_ jumping now and AFAICS it produces no segfaults. It's also easily to reproduce it: 1. move a layer to the symbology of another layer. See the

Re: [Qgis-developer] Raster algebra C++

2010-10-20 Thread Ghislain Picard
the same problem arises in the vector calculation dialog. I had to rename the vector fields. Ghislain On 10/14/2010 08:09 PM, Alexander Bruy wrote: And another minor issue. I have raster 2007.tif. When I enter expression 2...@1 + 2...@2 I get "Expression invalid" message. Seems that raster