Re: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Giuseppe Sucameli
On Wed, Sep 14, 2011 at 12:59 AM, Alister Hood
 wrote:
> A few months ago I had a situation where the plugin installer updated
> gdaltools or ftools (or maybe both), and then later when I got a newer
> built-in version, at startup it would complain that an older version in
> my user directory was masking the built-in version, and tell me to
> uninstall the old version.

I was wrong, I've tried now and you're right, it say that there's a conflict.
I don't know why but I remebered that the check were in both cases.

Anyway. probably the only way to avoid that a new version is masked
by an older one is to disable the installer.

Cheers.

-- 
Giuseppe Sucameli
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Alister Hood
> -Original Message-
> From: brush.ty...@gmail.com [mailto:brush.ty...@gmail.com] On Behalf
Of
> Giuseppe Sucameli
> Sent: Wednesday, 14 September 2011 10:52 a.m.
> To: Alister Hood
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] plugin installer with unstable internet
connections
> 
> Hi Alister,
> 
> On Tue, Sep 13, 2011 at 11:47 PM, Alister Hood
>  wrote:
> > In this case you'd probably want to
> > disable the plugin installer, because if at some stage a user
updates
> > one themselves, and doesn't keep it up to date, they could end up
with
> > an old plugin version in their home directory masking a newer one in
the
> > program directory.
> 
> at QGis startup the plugin manager checks if you have more versions of
> the same plugin installed (i.e. one in the program dir and another one
in
> the home dir), then it loads only the newer one.
> 
> Cheers.

Are you sure? When did this change?
A few months ago I had a situation where the plugin installer updated
gdaltools or ftools (or maybe both), and then later when I got a newer
built-in version, at startup it would complain that an older version in
my user directory was masking the built-in version, and tell me to
uninstall the old version.

Alister
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Giuseppe Sucameli
Hi Alister,

On Tue, Sep 13, 2011 at 11:47 PM, Alister Hood
 wrote:
> In this case you'd probably want to
> disable the plugin installer, because if at some stage a user updates
> one themselves, and doesn't keep it up to date, they could end up with
> an old plugin version in their home directory masking a newer one in the
> program directory.

at QGis startup the plugin manager checks if you have more versions of
the same plugin installed (i.e. one in the program dir and another one in
the home dir), then it loads only the newer one.

Cheers.

> It would actually be nice if the plugin installer could put plugins in
> the program installation folder ("C:\Program Files\Quantum GIS
> Wroclaw\apps\qgis\python\plugins").  I think the only way to achieve
> this is with the --config-path option, but that way everyone also shares
> the same settings.
>
> Alister
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
Giuseppe Sucameli
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Alister Hood
Hi Nathan,

> -Original Message-
> From: Nathan Woodrow [mailto:madman...@gmail.com]
> Sent: Wednesday, 14 September 2011 10:03 a.m.
> To: Alister Hood
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] plugin installer with unstable internet
connections
> 
> Having the plugin installer install plugins into C:\Program
Files\Quantum GIS
> Wroclaw\apps\qgis\python\plugins would require you to run QGIS as
administrator
> on anything > Windows Vista.

You mean you can't change the permissions on the plugins folder?  How
primitive :)

> IMO plugins are user data and should go into the user home directory.
> 
> I would store the plugins on a shared directory and point everyones
install at
> that, disabling the installer is also a good idea.

A shared directory *on a network server*?  Is there a standard way to
point QGIS to it?

> - Nathan
> 
> 
> On Wed, Sep 14, 2011 at 7:47 AM, Alister Hood

> wrote:
> 
> 
>   Hi,
> 
>   > Date: Tue, 13 Sep 2011 16:49:43 +0300
>   > From: Janneke Qgis 
>   > Subject: Re: [Qgis-user] plugin installer with unstable
internet
>   >   connections
>   > To: Tim Sutton 
>   > Cc: qgis-user@lists.osgeo.org
>   > Message-ID: <4e6f5f77.6070...@gmail.com>
>   > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
>   >
>   > Thanks for the quick answer, both Tim and Anita,
>   >
>   > Started copying the plugins from the following folder:
>   > C:\Documents and Settings\Admin\.qgis\python\plugins
>   >
>   > but got confused as I also found the following two folders:
>   >
>   > C:\Program Files\Quantum GIS Wroclaw\apps\qgis\plugins
>   > C:\Program Files\Quantum GIS Wroclaw\apps\qgis\python\plugins
>   >
>   > Does anything from these folders also need to be copied?
>   >
>   > Janneke
> 
> 
>   Built-in Python plugins are installed in e.g. "C:\Program
Files\Quantum
> 
>   GIS Wroclaw\apps\qgis\python\plugins"
> 
> 
>   C++ plugins are installed in e.g. "C:\Program Files\Quantum GIS
>   Wroclaw\apps\qgis\plugins"
> 
>   The plugin installer only installs Python plugins, and puts them
in the
>   user's home directory, e.g.
> 
>   "C:\Documents and Settings\Admin\.qgis\python\plugins"
> 
> 
>   If you are installing Python plugins manually, it would make
more sense
>   to put them in "C:\Program Files\Quantum GIS
>   Wroclaw\apps\qgis\python\plugins", instead of having to copy
them into
>   every user's home directory.  In this case you'd probably want
to
>   disable the plugin installer, because if at some stage a user
updates
>   one themselves, and doesn't keep it up to date, they could end
up with
>   an old plugin version in their home directory masking a newer
one in the
>   program directory.
>   It would actually be nice if the plugin installer could put
plugins in
>   the program installation folder ("C:\Program Files\Quantum GIS
>   Wroclaw\apps\qgis\python\plugins").  I think the only way to
achieve
>   this is with the --config-path option, but that way everyone
also shares
>   the same settings.
> 
>   Alister
> 
>   ___
>   Qgis-user mailing list
>   Qgis-user@lists.osgeo.org
>   http://lists.osgeo.org/mailman/listinfo/qgis-user
> 
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Nathan Woodrow
Having the plugin installer install plugins into C:\Program Files\Quantum
GIS
Wroclaw\apps\qgis\python\plugins would require you to run QGIS as
administrator on anything > Windows Vista.

IMO plugins are user data and should go into the user home directory.

I would store the plugins on a shared directory and point everyones install
at that, disabling the installer is also a good idea.

- Nathan

On Wed, Sep 14, 2011 at 7:47 AM, Alister Hood wrote:

> Hi,
>
> > Date: Tue, 13 Sep 2011 16:49:43 +0300
> > From: Janneke Qgis 
> > Subject: Re: [Qgis-user] plugin installer with unstable internet
> >   connections
> > To: Tim Sutton 
> > Cc: qgis-user@lists.osgeo.org
> > Message-ID: <4e6f5f77.6070...@gmail.com>
> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> >
> > Thanks for the quick answer, both Tim and Anita,
> >
> > Started copying the plugins from the following folder:
> > C:\Documents and Settings\Admin\.qgis\python\plugins
> >
> > but got confused as I also found the following two folders:
> >
> > C:\Program Files\Quantum GIS Wroclaw\apps\qgis\plugins
> > C:\Program Files\Quantum GIS Wroclaw\apps\qgis\python\plugins
> >
> > Does anything from these folders also need to be copied?
> >
> > Janneke
>
> Built-in Python plugins are installed in e.g. "C:\Program Files\Quantum
> GIS Wroclaw\apps\qgis\python\plugins"
>
> C++ plugins are installed in e.g. "C:\Program Files\Quantum GIS
> Wroclaw\apps\qgis\plugins"
>
> The plugin installer only installs Python plugins, and puts them in the
> user's home directory, e.g.
> "C:\Documents and Settings\Admin\.qgis\python\plugins"
>
> If you are installing Python plugins manually, it would make more sense
> to put them in "C:\Program Files\Quantum GIS
> Wroclaw\apps\qgis\python\plugins", instead of having to copy them into
> every user's home directory.  In this case you'd probably want to
> disable the plugin installer, because if at some stage a user updates
> one themselves, and doesn't keep it up to date, they could end up with
> an old plugin version in their home directory masking a newer one in the
> program directory.
> It would actually be nice if the plugin installer could put plugins in
> the program installation folder ("C:\Program Files\Quantum GIS
> Wroclaw\apps\qgis\python\plugins").  I think the only way to achieve
> this is with the --config-path option, but that way everyone also shares
> the same settings.
>
> Alister
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Alister Hood
Hi,

> Date: Tue, 13 Sep 2011 16:49:43 +0300
> From: Janneke Qgis 
> Subject: Re: [Qgis-user] plugin installer with unstable internet
>   connections
> To: Tim Sutton 
> Cc: qgis-user@lists.osgeo.org
> Message-ID: <4e6f5f77.6070...@gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Thanks for the quick answer, both Tim and Anita,
> 
> Started copying the plugins from the following folder:
> C:\Documents and Settings\Admin\.qgis\python\plugins
> 
> but got confused as I also found the following two folders:
> 
> C:\Program Files\Quantum GIS Wroclaw\apps\qgis\plugins
> C:\Program Files\Quantum GIS Wroclaw\apps\qgis\python\plugins
> 
> Does anything from these folders also need to be copied?
> 
> Janneke

Built-in Python plugins are installed in e.g. "C:\Program Files\Quantum
GIS Wroclaw\apps\qgis\python\plugins"

C++ plugins are installed in e.g. "C:\Program Files\Quantum GIS
Wroclaw\apps\qgis\plugins"

The plugin installer only installs Python plugins, and puts them in the
user's home directory, e.g.
"C:\Documents and Settings\Admin\.qgis\python\plugins"

If you are installing Python plugins manually, it would make more sense
to put them in "C:\Program Files\Quantum GIS
Wroclaw\apps\qgis\python\plugins", instead of having to copy them into
every user's home directory.  In this case you'd probably want to
disable the plugin installer, because if at some stage a user updates
one themselves, and doesn't keep it up to date, they could end up with
an old plugin version in their home directory masking a newer one in the
program directory.
It would actually be nice if the plugin installer could put plugins in
the program installation folder ("C:\Program Files\Quantum GIS
Wroclaw\apps\qgis\python\plugins").  I think the only way to achieve
this is with the --config-path option, but that way everyone also shares
the same settings.

Alister
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 1.7 Wrocław_problem copying entities after Joins

2011-09-13 Thread Stanca Lazarescu
Thanks Ramon for your answer. I tryed to save the layer as a shp but it
didn't work since the name of the colomns of the joined table were at times
too long to be accepted by the shp (10 characters maximum).

I finally managed to figured it out, the problem being nothing but the
edition mode. In order to copy the selection, the vector layer mustn't be in
the edition mode, because the joined table is supposed to permit no
alteration. It was as simple as that. Edition off and the selection and copy
into a spreadsheet is possible.

Cheers
Stanca

On Tue, Sep 13, 2011 at 3:51 PM, Ramon Andiñach wrote:

> Sorry that was clumsy.
>
> Could you not save the join as a csv or a shape file and then open that up
> in excel?
>
> So for the join I usually do, I only want parts of the join, so I select
> the bits I want and use "save selection as" to save that out. Usually I save
> that as a shp file, but even then the dbf can still be opened in excel.
>
> Admittedly I'm not using postgis, so there might be a postgis thing...
>
> -ramon.
>
> On 13/09/2011, at 20:10, "s.lazarescu"  wrote:
>
> > Dear all,
> >
> > I'm using the latest version of QGIS, happy to be able to use the 'joins'
> > function. However, I'm stuck trying to exploit the information in an
> excel
> > after having joined two layers. Here's the whole story:
> >
> > I have a vector layer (PostGis) representing geolocated enteprises of a
> > region in France. To this vector layer I joined a geometryless table
> > (PostGis) in order to enrich the information of the former layer (primary
> > key of the two layers = the SIRET code indicating the activity field of
> the
> > enterprises).
> >
> > After having joined the two layers, what I need to do is select certain
> > entities and try to copy them in an excel table for further statistical
> > anylisis. The problem is that, no matter what the character enconding,
> only
> > the information from the mother vector layer is copied, while all the
> joined
> > colomns remain empty.
> >
> >
> > Thanks a lot for helping
> >
> > Stanca
> >
> > --
> > View this message in context:
> http://osgeo-org.1803224.n2.nabble.com/QGIS-1-7-Wroc-aw-problem-copying-entities-after-Joins-tp6787206p6787206.html
> > Sent from the qgis-user mailing list archive at Nabble.com.
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-user
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
Stanca Lazarescu


45 Rue Hurtebise, 60200 Compiègne
+33 (0)6 31 61 80 15
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 1.7 Wrocław_problem copying entities after Joins

2011-09-13 Thread Ramon Andiñach
Sorry that was clumsy. 

Could you not save the join as a csv or a shape file and then open that up in 
excel?

So for the join I usually do, I only want parts of the join, so I select the 
bits I want and use "save selection as" to save that out. Usually I save that 
as a shp file, but even then the dbf can still be opened in excel. 

Admittedly I'm not using postgis, so there might be a postgis thing...

-ramon.

On 13/09/2011, at 20:10, "s.lazarescu"  wrote:

> Dear all,
> 
> I'm using the latest version of QGIS, happy to be able to use the 'joins'
> function. However, I'm stuck trying to exploit the information in an excel
> after having joined two layers. Here's the whole story:
> 
> I have a vector layer (PostGis) representing geolocated enteprises of a
> region in France. To this vector layer I joined a geometryless table
> (PostGis) in order to enrich the information of the former layer (primary
> key of the two layers = the SIRET code indicating the activity field of the
> enterprises).
> 
> After having joined the two layers, what I need to do is select certain
> entities and try to copy them in an excel table for further statistical
> anylisis. The problem is that, no matter what the character enconding, only
> the information from the mother vector layer is copied, while all the joined
> colomns remain empty.  
> 
> 
> Thanks a lot for helping 
> 
> Stanca
> 
> --
> View this message in context: 
> http://osgeo-org.1803224.n2.nabble.com/QGIS-1-7-Wroc-aw-problem-copying-entities-after-Joins-tp6787206p6787206.html
> Sent from the qgis-user mailing list archive at Nabble.com.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Janneke Qgis

Thanks for the quick answer, both Tim and Anita,

Started copying the plugins from the following folder:
C:\Documents and Settings\Admin\.qgis\python\plugins

but got confused as I also found the following two folders:

C:\Program Files\Quantum GIS Wroclaw\apps\qgis\plugins
C:\Program Files\Quantum GIS Wroclaw\apps\qgis\python\plugins

Does anything from these folders also need to be copied?

Janneke

On 13/09/2011 16:14, Tim Sutton wrote:

Hi


On Tue, Sep 13, 2011 at 2:47 PM, Janneke Qgis  wrote:

Dear all,

We are discovering more and more plugins that could be very useful to our
work. However, we are working with very unstable internet connections, and
as far as I can see the Plugin installer only works while having an internet
connection. Is there a way around this? We would like to be able to download
plugins once (eg at night when the internet seems better), and then be able
to install them on different computers.

Yes simply install all the plugins you need on one computer and then copy your

/.qgis/python/plugins/

folder to the other computers. You can selectively copy individual
plugins from within that folder too if you prefer.

Regards

Tim



Thanks for any suggestions,
Janneke
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user






___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 1.7 Wrocław_problem copying entities after Joins

2011-09-13 Thread Ramon Andiñach


-ramon.

On 13/09/2011, at 20:10, "s.lazarescu"  wrote:

> Dear all,
> 
> I'm using the latest version of QGIS, happy to be able to use the 'joins'
> function. However, I'm stuck trying to exploit the information in an excel
> after having joined two layers. Here's the whole story:
> 
> I have a vector layer (PostGis) representing geolocated enteprises of a
> region in France. To this vector layer I joined a geometryless table
> (PostGis) in order to enrich the information of the former layer (primary
> key of the two layers = the SIRET code indicating the activity field of the
> enterprises).
> 
> After having joined the two layers, what I need to do is select certain
> entities and try to copy them in an excel table for further statistical
> anylisis. The problem is that, no matter what the character enconding, only
> the information from the mother vector layer is copied, while all the joined
> colomns remain empty.  
> 
> 
> Thanks a lot for helping 
> 
> Stanca
> 
> --
> View this message in context: 
> http://osgeo-org.1803224.n2.nabble.com/QGIS-1-7-Wroc-aw-problem-copying-entities-after-Joins-tp6787206p6787206.html
> Sent from the qgis-user mailing list archive at Nabble.com.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Andreas Neumann
You can have your own local plugin repository in your LAN using a local 
webserver.


All you need to have is a folder with a file plugins.xml pointing to 
the zip-file containing the plugins. Have a look at the sourcecode of 
the XML file that are used by the other repositories. It is really easy 
to do.


Alternatively, you can move the plug-ins by hand into the python 
plug-ins directory without the need for a repository at all. The 
location depends on the platform and there is a distinction between 
machine-wide plugins and user plugins only visible by a certain user.


I believe the manual describes quite a bit about plugins installation 
and contains a pointer to the locations the python plugins are located.


Andreas

On Tue, 13 Sep 2011 15:47:57 +0300, Janneke Qgis wrote:

Dear all,

We are discovering more and more plugins that could be very useful to
our work. However, we are working with very unstable internet
connections, and as far as I can see the Plugin installer only works
while having an internet connection. Is there a way around this? We
would like to be able to download plugins once (eg at night when the
internet seems better), and then be able to install them on different
computers.

Thanks for any suggestions,
Janneke
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Tim Sutton
Hi


On Tue, Sep 13, 2011 at 2:47 PM, Janneke Qgis  wrote:
> Dear all,
>
> We are discovering more and more plugins that could be very useful to our
> work. However, we are working with very unstable internet connections, and
> as far as I can see the Plugin installer only works while having an internet
> connection. Is there a way around this? We would like to be able to download
> plugins once (eg at night when the internet seems better), and then be able
> to install them on different computers.

Yes simply install all the plugins you need on one computer and then copy your

/.qgis/python/plugins/

folder to the other computers. You can selectively copy individual
plugins from within that folder too if you prefer.

Regards

Tim


>
> Thanks for any suggestions,
> Janneke
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Visit http://linfiniti.com to find out about:
 * QGIS programming and support services
 * Mapserver and PostGIS based hosting plans
 * FOSS Consulting Services
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
==
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] plugin installer with unstable internet connections

2011-09-13 Thread Janneke Qgis

Dear all,

We are discovering more and more plugins that could be very useful to 
our work. However, we are working with very unstable internet 
connections, and as far as I can see the Plugin installer only works 
while having an internet connection. Is there a way around this? We 
would like to be able to download plugins once (eg at night when the 
internet seems better), and then be able to install them on different 
computers.


Thanks for any suggestions,
Janneke
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problem rotating labels

2011-09-13 Thread Andreas Neumann

Hi all,

There are two versions of labeling (the old version in the layers 
properties tag) and the new version with the ABC button. The old version 
will be abandoned and replaced by the new version. So, if you create a 
new project it is recommended to use the ABC button. If there are 
problems/bugs, please make sure they are fixed by bug reporting them 
and, if possible fix it or hire someone to fix it.


Thanks,
Andreas

On Tue, 13 Sep 2011 13:00:27 +0100, Andrew Chapman wrote:
I regularly have the same problem, but there are a couple of 
alternatives.
The one that I use is Layer Properties->Labels, Display Labels, 
select the
field containing label then the Advanced tab. You can now use the 
Data
defined placement->Angle to specify your angle field. You can also 
use the
same principle to use field dependent size, colour, etc. If nothing 
is
defined, QGIS simply uses the settings from the Label Properties tab. 
While
not documented anywhere that I've seen, you can also use the 
following for

Placement - 'Bottom Left','Left','Top Left','Bottom','Over',
'Top', 'Bottom Right','Right','Top Right'.
The other alternative is to use the ABC tool, but the only way that I 
can
see to get it to work is to first define fields for 'Label distance', 
'X
Coordinate' and 'Y coordinate' - you will then have the option to 
select a
value for 'Rotation'. You could probably add a dummy field to your 
file
(using NULL values) and point the first three options there... but I 
haven't

tried that.

Andrew Chapman

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] QGIS 1.7 Wrocław_problem copying entities after Joins

2011-09-13 Thread s.lazarescu
Dear all,

I'm using the latest version of QGIS, happy to be able to use the 'joins'
function. However, I'm stuck trying to exploit the information in an excel
after having joined two layers. Here's the whole story:

I have a vector layer (PostGis) representing geolocated enteprises of a
region in France. To this vector layer I joined a geometryless table
(PostGis) in order to enrich the information of the former layer (primary
key of the two layers = the SIRET code indicating the activity field of the
enterprises).

After having joined the two layers, what I need to do is select certain
entities and try to copy them in an excel table for further statistical
anylisis. The problem is that, no matter what the character enconding, only
the information from the mother vector layer is copied, while all the joined
colomns remain empty.  


Thanks a lot for helping 

Stanca

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/QGIS-1-7-Wroc-aw-problem-copying-entities-after-Joins-tp6787206p6787206.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problem rotating labels

2011-09-13 Thread Andrew Chapman
I regularly have the same problem, but there are a couple of alternatives.
The one that I use is Layer Properties->Labels, Display Labels, select the
field containing label then the Advanced tab. You can now use the Data
defined placement->Angle to specify your angle field. You can also use the
same principle to use field dependent size, colour, etc. If nothing is
defined, QGIS simply uses the settings from the Label Properties tab. While
not documented anywhere that I've seen, you can also use the following for
Placement - 'Bottom Left','Left','Top Left','Bottom','Over',
'Top', 'Bottom Right','Right','Top Right'.
The other alternative is to use the ABC tool, but the only way that I can
see to get it to work is to first define fields for 'Label distance', 'X
Coordinate' and 'Y coordinate' - you will then have the option to select a
value for 'Rotation'. You could probably add a dummy field to your file
(using NULL values) and point the first three options there... but I haven't
tried that.

Andrew Chapman

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problem rotating labels

2011-09-13 Thread bernhard . stroebl

Hi,

you basically need a field for x and y coordinates each and use them 
for the label position.


see this discussion
http://osgeo-org.1803224.n2.nabble.com/Enhanced-labels-in-1-7-0-td6207317.html

regards

Bernhard

Am 13.09.2011 12:22, schrieb magerlin:

I am trying to rotate some labels from a simple shape file point layer with a
text string and an integer angle attribute.

But when using the ABC button and selecting "Data defined settings" the
"Rotation", "Vertical alignment" and "Horisontal alignment" selectors are
infunctional:
http://osgeo-org.1803224.n2.nabble.com/file/n6786937/Image3.png

Using the Label "wrench" tool button is no better choise, since every thing
here is "greyed out":

http://osgeo-org.1803224.n2.nabble.com/file/n6786937/Image2.png

Am I doing something wrong?

I am using Qgis 1.7.0 in Win 7 installed from the stand alone installer.

Best regards



--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Problem-rotating-labels-tp6786937p6786937.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


 Information from NOD32 
This message was checked by NOD32 Antivirus System for Linux Mail Server.
http://www.nod32.com




 Information from NOD32 
This message was checked by NOD32 Antivirus System for Linux Mail Server.
http://www.nod32.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Problem rotating labels

2011-09-13 Thread magerlin
I am trying to rotate some labels from a simple shape file point layer with a
text string and an integer angle attribute. 

But when using the ABC button and selecting "Data defined settings" the
"Rotation", "Vertical alignment" and "Horisontal alignment" selectors are
infunctional: 
http://osgeo-org.1803224.n2.nabble.com/file/n6786937/Image3.png 

Using the Label "wrench" tool button is no better choise, since every thing
here is "greyed out": 

http://osgeo-org.1803224.n2.nabble.com/file/n6786937/Image2.png 

Am I doing something wrong? 

I am using Qgis 1.7.0 in Win 7 installed from the stand alone installer. 

Best regards 



--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Problem-rotating-labels-tp6786937p6786937.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] object labels

2011-09-13 Thread Janneke Qgis

Hi Nathan,
Thanks for the quick reply. I've once (a while ago) tried compiling my 
own qgis version and failed, and without adequate internet connection 
it's too much frustration to solve it. Maybe it's time to give it 
another go, if I can muster the courage, otherwise I'll wait for it to 
appear!

Janneke


On 13/09/2011 10:15, Nathan Woodrow wrote:

Hi Janneke,

It's not possible in the current build as my changes haven't been 
merged in yet.  I have run it pass a few of the devs and they are 
happy with the progress so far, it's just a matter of me cleaning a 
few things up once I get the chance.


If you are able compile your own qgis version on windows (or other) 
you can get the code for my patch at 
https://github.com/NathanW2/Quantum-GIS/tree/expression-labels


I welcome any feedback you have if you are able to test it for me.

- Nathan

On Tue, Sep 13, 2011 at 4:44 PM, Janneke Qgis > wrote:


Dear Nathan,

is it already possible to use expression based labels, and if so,
how can we get it? If you need someone to do some testing on
Windows we're happy to do that.

Janneke


On 28/07/2011 09:09, Nathan Woodrow wrote:

My upcoming patch that adds expression based labels will be able
to achieve this once it's completed;  I'm just cleaning up the UI
and testing everything then I will get the guys to merge it in.
 Until then you will need to create a new column.

- Nathan

On Wed, Jul 27, 2011 at 9:15 PM, Torsten Lange mailto:tla...@gwdg.de>> wrote:

Ok, thank you, Andreas!

Torsten

Am Mittwoch 27 Juli 2011, 11:00:01 schrieb Andreas Neumann:
>  Hi,
>
>  Currently, you have to create a new column. I usually
create a view in
>  Postgis for this purpose.
>
>  It is in on the wishlist that one can create a "virtual"
column - not
>  only for labeling, but also for map tips and perhaps
symbolization.
>  Until then you have to do it yourself.
>
>  Andreas
>
>  On Tue, 26 Jul 2011 22:51:34 +0200, Torsten Lange wrote:
> > Hi,
> >
> > Is there a way just to print - lets say - the first four
letters of a
> > objects
> > name? Or must I create a new row for that?
> >
> > Thank you, Torsten
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org 
> > http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/qgis-user




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org  
http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/qgis-user




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: [Qgis-developer] DTclassifier is released

2011-09-13 Thread Giovanni Manghi
Hi,

for who may be interested I compiled this plugin under Ubuntu 11.04
64bit

here is the binary 

http://ubuntuone.com/0Kl0mSeOWoUsddoQPWppFE

it needs OpenCv version 2.2 that I found available in this ppa
repository

https://launchpad.net/~gijzelaar/+archive/opencv2?field.series_filter=natty


cheers

-- Giovanni --


On Wed, 2011-07-27 at 14:09 +0400, Maxim Dubinin wrote:
> Hi all,
> 
> To follow up on our demonstration in Lisbon.
> 
> We  are happy to release our new plugin for streamlined remote sensing
> dataclassificationinQGIS[0].  Initially the plugin was
> developed   to   provide   easy  to  use  tool to monitor forest cover
> change, but it can be used to classify any type of targets.
> 
> Main features:
> -  all-in-one, with this plugin only QGIS is needed for all steps of
> classification;
> -  decision trees,  the  plugin  is  using  computer  vision library OpenCV to
> implement  modern  classification algorithm typically not available in
> other software packages (both OS and proprietory);
> -   performance,   another   nice  feature  of  OpenCV  is  that it is
> very fast;
> - multiple input rasters and multiple training layers;
> 
> Description, examples and sample data:
> EN: http://gis-lab.info/qa/dtclassifier-eng.html
> RU: http://gis-lab.info/qa/dtclassifier.html
> 
> Right now the windows binaries and source code are available.
> 
> -
> Maxim
> 
> [0] http://www.nextgis.ru/projects/dtclassifier
> 
> ___
> Qgis-developer mailing list
> qgis-develo...@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] object labels

2011-09-13 Thread Nathan Woodrow
Hi Janneke,

It's not possible in the current build as my changes haven't been merged in
yet.  I have run it pass a few of the devs and they are happy with the
progress so far, it's just a matter of me cleaning a few things up once I
get the chance.

If you are able compile your own qgis version on windows (or other) you can
get the code for my patch at
https://github.com/NathanW2/Quantum-GIS/tree/expression-labels

I welcome any feedback you have if you are able to test it for me.

- Nathan

On Tue, Sep 13, 2011 at 4:44 PM, Janneke Qgis wrote:

>  Dear Nathan,
>
> is it already possible to use expression based labels, and if so, how can
> we get it? If you need someone to do some testing on Windows we're happy to
> do that.
>
> Janneke
>
>
> On 28/07/2011 09:09, Nathan Woodrow wrote:
>
> My upcoming patch that adds expression based labels will be able
> to achieve this once it's completed;  I'm just cleaning up the UI and
> testing everything then I will get the guys to merge it in.  Until then you
> will need to create a new column.
>
>  - Nathan
>
> On Wed, Jul 27, 2011 at 9:15 PM, Torsten Lange  wrote:
>
>> Ok, thank you, Andreas!
>>
>> Torsten
>>
>> Am Mittwoch 27 Juli 2011, 11:00:01 schrieb Andreas Neumann:
>>  >  Hi,
>> >
>> >  Currently, you have to create a new column. I usually create a view in
>> >  Postgis for this purpose.
>> >
>> >  It is in on the wishlist that one can create a "virtual" column - not
>> >  only for labeling, but also for map tips and perhaps symbolization.
>> >  Until then you have to do it yourself.
>> >
>> >  Andreas
>> >
>> >  On Tue, 26 Jul 2011 22:51:34 +0200, Torsten Lange wrote:
>> > > Hi,
>> > >
>> > > Is there a way just to print - lets say - the first four letters of a
>> > > objects
>> > > name? Or must I create a new row for that?
>> > >
>> > > Thank you, Torsten
>> > > ___
>> > > Qgis-user mailing list
>> > > Qgis-user@lists.osgeo.org
>> > > http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
>
>
> ___
> Qgis-user mailing 
> listQgis-user@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user