[Qgis-developer] Qgis plugin and typeid issues

2010-08-23 Thread Emmanuel Christophe
Hi all, (sorry for double posting, the developer list seems more appropriate) I'm working on the OTB (www.orfeo-toolbox.org) Qgis plugins: the objective is to provide more raster processing capabilities to Qgis. I run into a tricky C++ issue. In one particular case, one typeid resolution does

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Marco Hugentobler
Hi Andrea No GUI and no x-server is required for QGIS mapserver. The map picture is directly rendered into an offscreen buffer (QImage). Regards, Marco Am Samstag, 21. August 2010, um 17.20:49 schrieb Andrea Peri: I don't know this plugin, but remenber a very old product from ESRI called.

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Marco Hugentobler
Hi all Thank you for the feedback, the mapserver sources are now in svn. By the way should you not give it an more 'snappier' name, so there is no confusion with (minnesota) mapserver or the 'QGIS mapserver plugin'? Paolo (as our 'marketing'-hotshot) any comments on this? ... Qserver

Re: [Qgis-developer] Enchancing New Symbology - ColorRamp Edit

2010-08-23 Thread Martin Dobias
On Sun, Aug 22, 2010 at 3:43 PM, Borys Jurgiel borysia...@aster.pl wrote: This is one big xml file for the whole style library. Martin, I think it would be much easier if qgis 1.6 should grab all files in a directiory designed for styles, e.g. /usr/share/qgis/styles + $HOME_DIR/.qgis/styles/

Re: [Qgis-developer] Enchancing New Symbology - ColorRamp Edit

2010-08-23 Thread Borys Jurgiel
Btw. regarding the hard access to creation of color ramps: a solution that comes to my mind would be to add a new entry to the color ramp combo box stating Add new color ramp - selecting it would open a dialog for creating a new color ramp. Very nice idea. Or even a button calling the ramp

Re: [Qgis-developer] Enchancing New Symbology - ColorRamp Edit

2010-08-23 Thread Noli Sicad
Btw. regarding the hard access to creation of color ramps: a solution that comes to my mind would be to add a new entry to the color ramp combo box stating Add new color ramp - selecting it would open a dialog for creating a new color ramp. QGIS in Windows and QGIS in Mac OS X have a

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Tim Sutton
Hi QGIS Server gets a +1 from me too.maybe we should call 'QGIS' 'QGIS Desktop' now too. Regards Tim On Mon, Aug 23, 2010 at 6:02 PM, MORREALE Jean Roc jr.morre...@enoreth.net wrote: Le 23/08/2010 15:50, Marco Hugentobler a écrit : Hi all Thank you for the feedback, the mapserver

Re: Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread motta . luiz
Hi, QGIS Server. +1 The trademark is QGIS, we have Desktop, is coming soon Server, the next can be QGIS mobile! Em 23/08/2010 13:33, Borys Jurgiel borysia...@aster.pl escreveu: Dnia poniedziałek 23 sierpnia 2010 o 18:07:55 Tim Sutton napisał(a): Hi QGIS Server gets a +1 from

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Andreas Neumann
+0 for QGIS Server and +1 for QGIS Mobile. While I like QGIS Server as a name, there may be different QGIS Servers in the future? Maybe a QGIS WFS server? Or a QGIS WPS or geoprocessing server? Or a QGIS printserver? I would see QGIS Server as a family of upcoming potential servers and

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread MORREALE Jean Roc
Le 23/08/2010 21:08, Andreas Neumann a écrit : +0 for QGIS Server and +1 for QGIS Mobile. While I like QGIS Server as a name, there may be different QGIS Servers in the future? Maybe a QGIS WFS server? Or a QGIS WPS or geoprocessing server? Or a QGIS printserver? I would see QGIS Server as a

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Tim Sutton
Hi On Mon, Aug 23, 2010 at 9:08 PM, Andreas Neumann a.neum...@carto.net wrote:  +0 for QGIS Server and +1 for QGIS Mobile. While I like QGIS Server as a name, there may be different QGIS Servers in the future? Maybe a QGIS WFS server? Or a QGIS WPS or geoprocessing server? Or a QGIS

[Qgis-developer] Ending edit shapefile in Python plugin

2010-08-23 Thread Benoit de Cabissole
Hi Developers, I'm playing with a plugin that allows editing of a shapefile. When editing is finished, I want to save (commit) the changes to disk, so I use: if self.theLayer.startEditing(): #do edits here if self.theLayer.commitChanges(): #all ok showOKMessage()

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Andreas Neumann
Hi, On Mon, Aug 23, 2010 at 9:08 PM, Andreas Neumann a.neum...@carto.net wrote: +0 for QGIS Server and +1 for QGIS Mobile. While I like QGIS Server as a name, there may be different QGIS Servers in the future? Maybe a QGIS WFS server? Or a QGIS WPS or geoprocessing server? Or a QGIS

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Tim Sutton
Thanks Andreas! I added your comments to the bottom of the post. Regards Tim On Mon, Aug 23, 2010 at 11:04 PM, Andreas Neumann a.neum...@carto.net wrote:  Hi, On Mon, Aug 23, 2010 at 9:08 PM, Andreas Neumann a.neum...@carto.net wrote:  +0 for QGIS Server and +1 for QGIS Mobile. While I

[Qgis-developer] Re: [Qgis-user] Qgis plugin and typeid issues

2010-08-23 Thread John C. Tull
Hi Emmanuel, You probably want to send this to the dev list (cc'd in this email). Good luck with your work, John On Aug 23, 2010, at 2:08 AM, Emmanuel Christophe wrote: Hi all, I'm working on the OTB (www.orfeo-toolbox.org) Qgis plugins: the objective is to provide more raster processing

Re: [Qgis-developer] Qgis plugin and typeid issues

2010-08-23 Thread John C. Tull
Hi Emmanuel, Looks like my chronological review of email caused me to miss this. Good luck, John On Aug 23, 2010, at 2:33 AM, Emmanuel Christophe wrote: Hi all, (sorry for double posting, the developer list seems more appropriate) I'm working on the OTB (www.orfeo-toolbox.org) Qgis

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Pirmin Kalberer
Hi Tim, Today we did the first run of the FOSS4G benchmark: http://wiki.osgeo.org/wiki/Benchmarking_2010 But it's too early for results... Regards Pirmin Am Montag, 23. August 2010, um 23.32:18 schrieb Tim Sutton: Hi I've added one missing thing as a comment, and Andreas listed all

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Noli Sicad
Any Mac OS X binary (*.dmg) for QGIS Mapserver? Noli ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread William Kyngesburye
I made a Qgis dev build this weekend after updating the xcode project with the new mapserver stuff. See my site. I figured it was used within Qgis somehow, so it's part of the Qgis distribution. On Aug 23, 2010, at 6:51 PM, Noli Sicad wrote: Any Mac OS X binary (*.dmg) for QGIS Mapserver?

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Noli Sicad
Hi, I could not figure out what exactly you are saying about the new QGIS Mapserver, not original Mapserver. http://www.kyngchaos.com/software/qgis I downloaded and installed stuff from your site, 12 hours ago. Which one should I download that includes the QGIS Mapserver? Thanks. Noli On

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread William Kyngesburye
On Aug 23, 2010, at 7:33 PM, Noli Sicad wrote: Hi, I could not figure out what exactly you are saying about the new QGIS Mapserver, not original Mapserver. http://www.kyngchaos.com/software/qgis I downloaded and installed stuff from your site, 12 hours ago. Which one should I

Re: [Qgis-developer] Integration of QGIS mapserver to svn?

2010-08-23 Thread Noli Sicad
Hi William, If I download and install this Dev Builds Qgis r14124 for Snow Leopard (64bit Qt 4.6 Cocoa) [70.7 MiB]. {GDAL 1.7 Complete, GSL} Would I get the new QGIS Mapserver as well? Thanks. Noli (P.S. I am in mobile 3G broadband plan, quite limit download, hence I just to make it sure