[Qgis-developer] I: saga - qgis interface

2011-02-13 Thread g_ma...@libero.it
based on Paolo Cavallini's idea I'm trying to build a plugin for interface SAGA modules in Qgis. In saga we can obtain a xml file from each graphical input interface (like "--interface-description" in grass). Can I use that xml file for generate graphical interface in qgis plugin ? In other w

Re: [Qgis-developer] QgsMapLayer.getLayerID() ...

2011-02-13 Thread Jürgen E . Fischer
Hi Chris, On Mon, 14. Feb 2011 at 08:18:47 +1300, Chris Crook wrote: > Its just a little thing, but I'm just wondering if there is any feeling about > the name of the QgsMapLayer.getLayerID() function, and whether it would be > much better to just be called id(). > I find the existing name hard t

[Qgis-developer] QgsMapLayer.getLayerID() ...

2011-02-13 Thread Chris Crook
Hi Its just a little thing, but I'm just wondering if there is any feeling about the name of the QgsMapLayer.getLayerID() function, and whether it would be much better to just be called id(). I find the existing name hard to remember, confusing in its capitalisation, and inconsistent with the

Re: [Qgis-developer] Qgis usability tests

2011-02-13 Thread yilmaz asli
Hi Andreas, I think, when it comes to overall results of the study, the participants were positive to the software even it was their first usage. It was difficult and unusual for them as they get used to do these operations on other gis software interface. Therefore, this might have brought negat

Re: [Qgis-developer] QGIS Source Compile and Plugin Development

2011-02-13 Thread Marco Bernasocchi
On the other hand, if you want to develop a C++ plugin, what you need is to be able to compile qgis from Trunk (or any other branch). Have a look at the qgis site [1] and you will find a lot of information... As well, have a look at other plugins under src/plugins to see how other plugins are done

Re: [Qgis-developer] qgis web

2011-02-13 Thread Andreas Neumann
yes - I also think that what Mohammed is trying to do is already supported out of the box from QGIS server. It can ready a QGIS project file and use it as the WMS configuration, it can read shp-files and convert it into raster files (png/jpg/gif) using the standardized WMS protocol. What else

Re: [Qgis-developer] qgis web

2011-02-13 Thread Richard Duivenvoorde
Mohammed Rashad wrote: I am trying to build an online shapefile viewer using qgis as a backend. for that i need to render qgis output to a image(.png) file I cannot use QgsMapCanvas class because it requires QApplication I cannot use any class from qgis_gui but qgis_core can be used. QgsVect

Re: [Qgis-developer] qgis web

2011-02-13 Thread Mohammed Rashad
On Sun, Feb 13, 2011 at 4:36 PM, Richard Duivenvoorde wrote: > Mohammed Rashad wrote: > >> How to render a shapefile to an image file so that it can be reused on a >> web page. >> Anyone please send a me a minimal code or tell me where and what to >> modify. I looked src/mapserver folder but I can

Re: [Qgis-developer] QGIS Source Compile and Plugin Development

2011-02-13 Thread Richard Duivenvoorde
maaza mekuria wrote: Anyone knows or has documentation to help me progress with the plugin development? Here is my status. I use windows XP and Visual C++ Express 2008. I have a working copy of a build that I was able to compile QGIS. I tried inserting a project and making a plugin from scra

Re: [Qgis-developer] qgis web

2011-02-13 Thread Richard Duivenvoorde
Mohammed Rashad wrote: How to render a shapefile to an image file so that it can be reused on a web page. Anyone please send a me a minimal code or tell me where and what to modify. I looked src/mapserver folder but I cant get the code for it Atleast please tell me the file to modify to render