[Qgis-user] Two different QGIS installations on one linux box

2008-01-14 Thread Düster Horst
I want to install two different QGIS Versions on one linux box. 1. Stable 0.9.1 in production state and 2. unstable 0.9.2 for developing. With ccmake I configure different CMAKE_INSTALL_PREFIX for each installation. After make install 1. the Python bindings for 2. are not available and vice versa.

Re: [Qgis-user] Two different QGIS installations on one linux box

2008-01-14 Thread Martin Dobias
On Jan 14, 2008 10:07 AM, Düster Horst [EMAIL PROTECTED] wrote: I want to install two different QGIS Versions on one linux box. 1. Stable 0.9.1 in production state and 2. unstable 0.9.2 for developing. With ccmake I configure different CMAKE_INSTALL_PREFIX for each installation. After make

Re: [Qgis-user] python plugin action vs mode tool

2008-01-14 Thread Tim Sutton
Hi We have the same idea already implemented for C++ programmers for some time - so maybe Martin could extend the plugin build to ask which language you want your plugin to be in and then build from a python plugin template when applicable. Qt automatically changes the brightness of buttons

Re: [Qgis-user] How to identify a raster on the map?

2008-01-14 Thread Aaron Racicot
FYI, http://blog.qgis.org/?q=node/104 A ++ Aaron Racicot - GIS Programmer [EMAIL PROTECTED] ++ z - p u l l e y pobox 1614 langley wa 98260 www.reprojected.com

[Qgis-user] Fwd: Points vs. Polygons

2008-01-14 Thread Matthew Perry
Forgot to CC: the list on my response... -- Forwarded message -- From: Matthew Perry [EMAIL PROTECTED] Date: Jan 14, 2008 2:14 PM Subject: Re: [Qgis-user] Points vs. Polygons To: Beowulf [EMAIL PROTECTED] Sounds like you'd be interested in a topological data model which would

Re: [Qgis-user] How to identify a raster on the map?

2008-01-14 Thread Tim Sutton
Hi Aaron I tried out your plugin - works great! Regards Tim 2008/1/14, Aaron Racicot [EMAIL PROTECTED]: FYI, http://blog.qgis.org/?q=node/104 A ++ Aaron Racicot - GIS Programmer [EMAIL PROTECTED]

Re: [Qgis-user] How to identify a raster on the map?

2008-01-14 Thread Martin Dobias
On Jan 14, 2008 9:36 PM, Aaron Racicot [EMAIL PROTECTED] wrote: http://blog.qgis.org/?q=node/104 Aaron, a note about the implementation: in fact you don't need to implement RasterInfoTool - there's QgsMapToolEmitPoint in gui iibrary which does the same thing :-) Moreover, when reimplementing

Re: [Qgis-user] How to identify a raster on the map?

2008-01-14 Thread Aaron Racicot
Martin, Thanks for the advice... always welcome and look forward to more! I went ahead and updated the activate and deactivate to call the QgsMapTool.activate(self) and QgsMapTool.deactivate(self) respectively. For now I am just going to leave this as an implementation of a QgsMapTool and will