Re: [Qgis-user] (no subject)

2010-07-26 Thread Giuseppe Sucameli
Hi Noli, the Python Plugin Installer shows the unsatisfied dependencies yet. After the error message you should see the Error loading plugin dialog which says to you there are unfulfilled dependencies. Instead it's strange to see the error message! Trying to install other plugin with

[Qgis-user] google layers plugin questions..

2010-07-26 Thread Matt B
Hi Group, I've been using the google layers plugin. I've tried to mess around with the python file but all I seem to do is cause problems. Is it possible to lock the zoom level for grabbing satellite images (and if so, how?). My project involves mapping the distribution of various types of

Re: [Qgis-user] (no subject)

2010-07-26 Thread Lionel Roubeyrie
Hi all, it's not an abnormal plugin fonctionnality but a standard error message saying there's some python unsatisfied dependencies, like you can read at the end of the error message or from the shell : ImportError: No module named matplotlib.pyplot. Just have to install matplotlib and all will be

Re: [Qgis-user] Print composer and Python

2010-07-26 Thread Martin Dobias
Hi Stefan On Sat, Jul 24, 2010 at 8:16 PM, Ziegler Stefan stefan.zieg...@bd.so.ch wrote: Hi I'm trying to access the print composer with python:        self.iface.actionPrintComposer().trigger()        composerList = self.iface.activeComposers()        composerView =

AW: Re: [Qgis-user] Print composer and Python

2010-07-26 Thread Ziegler Stefan
Hi Martin You could work this around by checking activeComposers() before and after triggering a new composer and finding out which composer is the new one. Not optimal, but probably sufficient. Ok, this sounds very reasonable. I will try this approach. Thanks! regards Stefan Regards

Re: [Qgis-user] (no subject)

2010-07-26 Thread Giuseppe Sucameli
Hi Lionel, On Mon, Jul 26, 2010 at 1:43 PM, Lionel Roubeyrie lionel.roubey...@gmail.com wrote: Hi all, it's not an abnormal plugin fonctionnality but a standard error message saying there's some python unsatisfied dependencies, like you can read at the end of the error message or from the

Re: [Qgis-user] (no subject)

2010-07-26 Thread Lionel Roubeyrie
Hi Guiseppe, ok no polemic no troll (and no woman no cry :p ) just sometimes is good to look at the basics. For the message, effectively the Python plugin installer normally catches the error, then what about the first Herman problem ImportError: No module named owslib.etree? Is it possible to

Re: [Qgis-developer] Re: [Qgis-user] Re: New python plugin: 1-band raster colour table

2010-07-26 Thread Giovanni Manghi
Hi! Moreover, two suggestions: - the palettes should be sorted according to similarity (eg, all the greys together, all the dtms together, etc.): the current listing makes it difficult for an user to find what he needs it would be even better to see the palettes directly in the

[Qgis-user] OSM plugin similar to Google Layers Plugin

2010-07-26 Thread Timmie
Dear all, is it possible to program a plugin for dynamically loading OSM data which behaves similar to the google layers plugin? The current OSM plugin is limited to very small extends. Best regards, Timmie ___ Qgis-user mailing list

Re: [Qgis-user] Shape File

2010-07-26 Thread nikos ves
On Tue, 2010-07-13 at 12:51 -0700, Bob Byer wrote: I tried zoom to layer and the polygon did not show up. I also tried to enable on the fly projection. When I did that, some of the features were distorted and the coordinates displayed on the bottom of the view were the wrong coordinates.

Re: [Qgis-user] OSM plugin similar to Google Layers Plugin

2010-07-26 Thread MORREALE Jean Roc
Le 26/07/2010 18:03, Timmie a écrit : Dear all, is it possible to program a plugin for dynamically loading OSM data which behaves similar to the google layers plugin? The current OSM plugin is limited to very small extends. Best regards, Timmie Isn't the OpenLayers plugin what you ask for ?

[Qgis-user] Re: OSM plugin similar to Google Layers Plugin

2010-07-26 Thread Timmie
Isn't the OpenLayers plugin what you ask for ? Yes, thanks for the hint. I only knew the OpenStreetmap Editor Plugin. ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Re: OSM plugin similar to Google Layers Plugin

2010-07-26 Thread Carson Farmer
The OpenLayers plugin will do just what you want, and it's really quite good. I use it all the time. Carson On 26 July 2010 18:21, Timmie timmichel...@gmx-topmail.de wrote: Isn't the OpenLayers plugin what you ask for ? Yes, thanks for the hint. I only knew the OpenStreetmap Editor Plugin.

Re: [Qgis-user] (no subject)

2010-07-26 Thread Giuseppe Sucameli
On Mon, Jul 26, 2010 at 4:23 PM, Lionel Roubeyrie lionel.roubey...@gmail.com wrote: For the message, effectively the Python plugin installer normally catches the error, then what about the first Herman problem ImportError: No module named owslib.etree? I looked at source code and yes, it's a

[Qgis-user] managerR Python bug

2010-07-26 Thread pavel
There is bug after calling managerR Traceback (most recent call last): File /home/pavel/.qgis/python/plugins/manageR/manageR.py, line 2110, in commandOutput self.appendText(unicode(output)) File /home/pavel/.qgis/python/plugins/manageR/manageR.py, line 2057, in appendText cursor =

Re: [Qgis-user] managerR Python bug

2010-07-26 Thread Carson Farmer
I am aware of this bug, and it will be fixed in the next release of manageR, which is a complete rewrite of the current version with many new features and bug fixes. Thanks for the report! Carson On 27 July 2010 00:00, pavel pavel.hnil...@gmail.com wrote: There is bug after calling managerR