Re: [Qgis-user] CAD Digitize

2014-11-06 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 05/11/2014 22:22, Carlos López PSIG ha scritto:
 I opened a pull requets on github! Issue: Work with snapping

thanks
link?
- -- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRbOMAACgkQ/NedwLUzIr5JrQCgpjCTbMu3jdvXs/oiS41LDjiH
BpcAoKUf12PpkVgHR6pymRYexmnA3lGK
=K7rN
-END PGP SIGNATURE-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] MTR and Postgis - lots of crashes

2014-11-06 Thread Andreas Neumann

Hi,

Am I the only one that still gets a lot of crashes with complex projects 
when the data sources are on Postgis and MTR (parallel rendering in 
multiple cores) is turned on? I get most crashes on Windows, hardly any 
on Linux, but this may be due to the fact that Linux accesses Postgis 
locally, whereas the Win QGIS clients access Postgis remotely. Turning 
off MTR -- no more crashes.


Is MTR and Postgis working flawlessly for everyone?

These crashes really annoy me and I have to turn off MTR until these 
problems are fixed.


Thank you for any hints / sharing your experiences with Postgis and MTR.

Andreas


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


Re: [Qgis-user] Plugin Rectangles, Ovals and Diamonds (not digitizing)

2014-11-06 Thread Andre Joost

Am 06.11.2014 um 00:33 schrieb Filipe Dias:

Hi, I'm referring to a different plugin but with a similar name:
Rectangles, Ovals and Diamonds rather than Rectangles Ovals and Digitizing


This plugin generates geometries based on data from the attributes table.
There's no digitizing involved



Perhaps you should point out that it is more a kind of 
https://en.wikipedia.org/wiki/Data_visualization you are after.


Greetings,
André Joost


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


Re: [Qgis-user] [Qgis-developer] MTR and Postgis - lots of crashes

2014-11-06 Thread Denis Rouzaud


On 06.11.2014 10:43, Andreas Neumann wrote:

Hi,

Am I the only one that still gets a lot of crashes with complex 
projects when the data sources are on Postgis and MTR (parallel 
rendering in multiple cores) is turned on? I get most crashes on 
Windows, hardly any on Linux, but this may be due to the fact that 
Linux accesses Postgis locally, whereas the Win QGIS clients access 
Postgis remotely. Turning off MTR -- no more crashes.


Is MTR and Postgis working flawlessly for everyone?

These crashes really annoy me and I have to turn off MTR until these 
problems are fixed.


Thank you for any hints / sharing your experiences with Postgis and MTR.
I experienced freezes with MTR when I used joined attributes for 
symbology/labelling. The joins being not cached.
My interpretation was that the number of allowed connections to postgres 
reached its maximum, and hence no connection is available to fetch the 
layers used for labeling/symbology.


Caching all my joins saved the problem on my side.


I don't experience any trouble either on win or linux, and I suppose I 
can say I have complex projects ;)


Denis


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


Re: [Qgis-user] MTR and Postgis - lots of crashes

2014-11-06 Thread Andre Joost

Am 06.11.2014 um 10:43 schrieb Andreas Neumann:

Hi,

Am I the only one that still gets a lot of crashes with complex projects
when the data sources are on Postgis and MTR (parallel rendering in
multiple cores) is turned on? I get most crashes on Windows, hardly any
on Linux, but this may be due to the fact that Linux accesses Postgis
locally, whereas the Win QGIS clients access Postgis remotely. Turning
off MTR -- no more crashes.

Is MTR and Postgis working flawlessly for everyone?

These crashes really annoy me and I have to turn off MTR until these
problems are fixed.

Thank you for any hints / sharing your experiences with Postgis and MTR.



Does it help if you use one core less than you have?
I had no crashes with that so far, using 32bit Windows builds.

HTH,
André Joost


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


Re: [Qgis-user] [Qgis-developer] MTR and Postgis - lots of crashes

2014-11-06 Thread Andreas Neumann

Hi Denis,

Thanks for the hint.

I had a check on the nr of open connections on our PostgreSQL server.

The results of

SELECT sum(numbackends) FROM pg_stat_database;

are always in the 20ies.

I allow 100 connections on the PostgreSQL server. So this does not 
explain the problems.


The crashes always happen directly after project load. Once its loaded 
without a crash I never have subsequent crashes.


So something critical seems to happen on project load.

Andreas


On 06.11.2014 10:48, Denis Rouzaud wrote:


On 06.11.2014 10:43, Andreas Neumann wrote:

Hi,

Am I the only one that still gets a lot of crashes with complex 
projects when the data sources are on Postgis and MTR (parallel 
rendering in multiple cores) is turned on? I get most crashes on 
Windows, hardly any on Linux, but this may be due to the fact that 
Linux accesses Postgis locally, whereas the Win QGIS clients access 
Postgis remotely. Turning off MTR -- no more crashes.


Is MTR and Postgis working flawlessly for everyone?

These crashes really annoy me and I have to turn off MTR until these 
problems are fixed.


Thank you for any hints / sharing your experiences with Postgis and MTR.
I experienced freezes with MTR when I used joined attributes for 
symbology/labelling. The joins being not cached.
My interpretation was that the number of allowed connections to 
postgres reached its maximum, and hence no connection is available to 
fetch the layers used for labeling/symbology.


Caching all my joins saved the problem on my side.


I don't experience any trouble either on win or linux, and I suppose I 
can say I have complex projects ;)


Denis




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


Re: [Qgis-user] [Qgis-developer] MTR and Postgis - lots of crashes

2014-11-06 Thread Denis Rouzaud

QGIS allows 5 max I think
So whenever QGIs reaches the max number of connections, it can't fetch 
the requested layer but still waits for it...


On 06.11.2014 11:01, Andreas Neumann wrote:

Hi Denis,

Thanks for the hint.

I had a check on the nr of open connections on our PostgreSQL server.

The results of

SELECT sum(numbackends) FROM pg_stat_database;

are always in the 20ies.

I allow 100 connections on the PostgreSQL server. So this does not 
explain the problems.


The crashes always happen directly after project load. Once its loaded 
without a crash I never have subsequent crashes.


So something critical seems to happen on project load.

Andreas


On 06.11.2014 10:48, Denis Rouzaud wrote:


On 06.11.2014 10:43, Andreas Neumann wrote:

Hi,

Am I the only one that still gets a lot of crashes with complex 
projects when the data sources are on Postgis and MTR (parallel 
rendering in multiple cores) is turned on? I get most crashes on 
Windows, hardly any on Linux, but this may be due to the fact that 
Linux accesses Postgis locally, whereas the Win QGIS clients access 
Postgis remotely. Turning off MTR -- no more crashes.


Is MTR and Postgis working flawlessly for everyone?

These crashes really annoy me and I have to turn off MTR until these 
problems are fixed.


Thank you for any hints / sharing your experiences with Postgis and 
MTR.
I experienced freezes with MTR when I used joined attributes for 
symbology/labelling. The joins being not cached.
My interpretation was that the number of allowed connections to 
postgres reached its maximum, and hence no connection is available to 
fetch the layers used for labeling/symbology.


Caching all my joins saved the problem on my side.


I don't experience any trouble either on win or linux, and I suppose 
I can say I have complex projects ;)


Denis






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


Re: [Qgis-user] MTR and Postgis - lots of crashes

2014-11-06 Thread Andreas Neumann

Hi André,

My PC has 8 cores. I reduced it to 7 max cores (still crashes), 4 (still 
crashes), 3 cores (still crashes), 2 (no more crashes).


Very strange ...

So obviously, things get worse if I go beyond 2 cores (out of 8).

Well - two cores are better than one, but it is not very nice that the 
other six can't be used.


Andreas

On 06.11.2014 10:55, Andre Joost wrote:

Am 06.11.2014 um 10:43 schrieb Andreas Neumann:

Hi,

Am I the only one that still gets a lot of crashes with complex projects
when the data sources are on Postgis and MTR (parallel rendering in
multiple cores) is turned on? I get most crashes on Windows, hardly any
on Linux, but this may be due to the fact that Linux accesses Postgis
locally, whereas the Win QGIS clients access Postgis remotely. Turning
off MTR -- no more crashes.

Is MTR and Postgis working flawlessly for everyone?

These crashes really annoy me and I have to turn off MTR until these
problems are fixed.

Thank you for any hints / sharing your experiences with Postgis and MTR.



Does it help if you use one core less than you have?
I had no crashes with that so far, using 32bit Windows builds.

HTH,
André Joost


___
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-developer] MTR and Postgis - lots of crashes

2014-11-06 Thread Andreas Neumann

Hi,

And how can I as a user control that the maximum should not be reached? 
Can I?


Andreas

On 06.11.2014 11:03, Denis Rouzaud wrote:

QGIS allows 5 max I think
So whenever QGIs reaches the max number of connections, it can't fetch 
the requested layer but still waits for it...


On 06.11.2014 11:01, Andreas Neumann wrote:

Hi Denis,

Thanks for the hint.

I had a check on the nr of open connections on our PostgreSQL server.

The results of

SELECT sum(numbackends) FROM pg_stat_database;

are always in the 20ies.

I allow 100 connections on the PostgreSQL server. So this does not 
explain the problems.


The crashes always happen directly after project load. Once its 
loaded without a crash I never have subsequent crashes.


So something critical seems to happen on project load.

Andreas


On 06.11.2014 10:48, Denis Rouzaud wrote:


On 06.11.2014 10:43, Andreas Neumann wrote:

Hi,

Am I the only one that still gets a lot of crashes with complex 
projects when the data sources are on Postgis and MTR (parallel 
rendering in multiple cores) is turned on? I get most crashes on 
Windows, hardly any on Linux, but this may be due to the fact that 
Linux accesses Postgis locally, whereas the Win QGIS clients access 
Postgis remotely. Turning off MTR -- no more crashes.


Is MTR and Postgis working flawlessly for everyone?

These crashes really annoy me and I have to turn off MTR until 
these problems are fixed.


Thank you for any hints / sharing your experiences with Postgis and 
MTR.
I experienced freezes with MTR when I used joined attributes for 
symbology/labelling. The joins being not cached.
My interpretation was that the number of allowed connections to 
postgres reached its maximum, and hence no connection is available 
to fetch the layers used for labeling/symbology.


Caching all my joins saved the problem on my side.


I don't experience any trouble either on win or linux, and I suppose 
I can say I have complex projects ;)


Denis








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


[Qgis-user] Installing in Fedora 20

2014-11-06 Thread Julian M. Burgos
Dear list,

Could anyone point me to instructions on how to install QGIS 2.6 on
Linux Fedora (version 20)?  
Many thanks,

Julian

-- 
Julian Mariano Burgos, PhD
Hafrannsóknastofnun/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Telephone : +354-5752037
Bréfsími/Telefax:  +354-5752001
Netfang/Email: jul...@hafro.is
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] MTR and Postgis - lots of crashes

2014-11-06 Thread Bernhard Ströbl

Hi Andreas,

I haven't had time to check yet. Will do it next week and call back on you.

Bernhard

Am 06.11.2014 10:43, schrieb Andreas Neumann:

Hi,

Am I the only one that still gets a lot of crashes with complex projects
when the data sources are on Postgis and MTR (parallel rendering in
multiple cores) is turned on? I get most crashes on Windows, hardly any
on Linux, but this may be due to the fact that Linux accesses Postgis
locally, whereas the Win QGIS clients access Postgis remotely. Turning
off MTR -- no more crashes.

Is MTR and Postgis working flawlessly for everyone?

These crashes really annoy me and I have to turn off MTR until these
problems are fixed.

Thank you for any hints / sharing your experiences with Postgis and MTR.

Andreas


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


__ Information from ESET Mail Security, version of virus
signature database 10679 (20141106) __

The message was checked by ESET Mail Security.
http://www.eset.com





__ Information from ESET Mail Security, version of virus signature 
database 10679 (20141106) __

The message was checked by ESET Mail Security.
http://www.eset.com


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


[Qgis-user] Coding in the field calculator - how to ask for value one line above

2014-11-06 Thread Florian Konrad
Hi there,
i got an attribute-table with thousands of lines and several columns. I want to 
check every Line if the value in column „X is „a“ and if the value in column 
„Y“ but one line above is „b“ at the same time. So i want to write something 
like this in the field calculator to generate a new column:

CASE WHEN „X = ‚a' AND the value one row above in column Y = ‚b' THEN '1‘ END

so that i can mark these lines that im searching for with ‚1‘ in a new column… 
Is there a command for the value one row above in coloum Y“ ? Or do i have to 
do this some other way?
I hope i explained my problem well enough and would appreciate any help.

Greetings 
Florian

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


[Qgis-user] custom made point markers?

2014-11-06 Thread Joris Hintjens
I’ve been googling for more than 30 min and cannot find a way to use custom 
made images (gif, jpg, whatever) as point markers. Any suggestions?

thanks

Joris

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

Re: [Qgis-user] custom made point markers?

2014-11-06 Thread Andreas Neumann

Hi Joris,

You can create vector point symbols in SVG format. You can use Inkscape 
or Adobe Illustrator, or any other software that outputs SVG for that.


I am sure this is also mentioned in the QGIS manual. See also this blog: 
http://www.northrivergeographic.com/archives/qgis-want-symbols-youve-got


Andreas

On 06.11.2014 12:18, Joris Hintjens wrote:

I’ve been googling for more than 30 min and cannot find a way to use custom 
made images (gif, jpg, whatever) as point markers. Any suggestions?

thanks

Joris

___
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] custom made point markers?

2014-11-06 Thread Nathan Woodrow
A post of mine also has how you can add a image to a svg to use in QGIS.
Ignore the rest of the post just the top part is the what you will need.

- Nathan

On Thu Nov 06 2014 at 9:22:10 PM Andreas Neumann a.neum...@carto.net
wrote:

 Hi Joris,

 You can create vector point symbols in SVG format. You can use Inkscape
 or Adobe Illustrator, or any other software that outputs SVG for that.

 I am sure this is also mentioned in the QGIS manual. See also this blog:
 http://www.northrivergeographic.com/archives/qgis-want-symbols-youve-got

 Andreas

 On 06.11.2014 12:18, Joris Hintjens wrote:
  I’ve been googling for more than 30 min and cannot find a way to use
 custom made images (gif, jpg, whatever) as point markers. Any suggestions?
 
  thanks
 
  Joris
 
  ___
  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

Re: [Qgis-user] MTR and Postgis - lots of crashes

2014-11-06 Thread Andre Joost

Am 06.11.2014 um 11:15 schrieb Andreas Neumann:


My PC has 8 cores. I reduced it to 7 max cores (still crashes), 4 (still
crashes), 3 cores (still crashes), 2 (no more crashes).

Very strange ...

So obviously, things get worse if I go beyond 2 cores (out of 8).

Well - two cores are better than one, but it is not very nice that the
other six can't be used.



Have you tried a 32bit build? I still don't trust the 64bit ones...

Greetings,
André Joost



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


Re: [Qgis-user] Coding in the field calculator - how to ask for value one line above

2014-11-06 Thread Bernhard Ströbl

Hi,

not that I am aware of BECAUSE: the order of rows in a table is random 
and being manipulatible through the user (sort, filter).
A script could easily step through the table and keep one row's Y value 
in a variable until the next row's X value is determined BUT I doubt 
that the output of this script would be reproducible, so unless you 
explain better what you are aiming at doing your wish seems nonsense to me.


Bernhard

Am 06.11.2014 12:15, schrieb Florian Konrad:

Hi there,
i got an attribute-table with thousands of lines and several columns. I want to 
check every Line if the value in column „X is „a“ and if the value in column 
„Y“ but one line above is „b“ at the same time. So i want to write something like 
this in the field calculator to generate a new column:

CASE WHEN „X = ‚a' AND the value one row above in column Y = ‚b' THEN '1‘ END

so that i can mark these lines that im searching for with ‚1‘ in a new column… Is 
there a command for the value one row above in coloum Y“ ? Or do i have to do 
this some other way?
I hope i explained my problem well enough and would appreciate any help.

Greetings
Florian

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


__ Information from ESET Mail Security, version of virus signature 
database 10679 (20141106) __

The message was checked by ESET Mail Security.
http://www.eset.com






__ Information from ESET Mail Security, version of virus signature 
database 10679 (20141106) __

The message was checked by ESET Mail Security.
http://www.eset.com


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


Re: [Qgis-user] CAD Digitize

2014-11-06 Thread Carlos López PSIG
link:
https://github.com/vinayan/RectOvalDigitPlugin/pull/2




* http://www.psig.es*

*Carlos López Quintanilla*

www.psig.es
carlos.lo...@psig.es
+34 699.680.261



2014-11-06 10:00 GMT+01:00 Paolo Cavallini cavall...@faunalia.it:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Il 05/11/2014 22:22, Carlos López PSIG ha scritto:
  I opened a pull requets on github! Issue: Work with snapping

 thanks
 link?
 - --
 Paolo Cavallini - www.faunalia.eu
 QGIS  PostGIS courses: http://www.faunalia.eu/training.html
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1

 iEYEARECAAYFAlRbOMAACgkQ/NedwLUzIr5JrQCgpjCTbMu3jdvXs/oiS41LDjiH
 BpcAoKUf12PpkVgHR6pymRYexmnA3lGK
 =K7rN
 -END PGP SIGNATURE-

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

Re: [Qgis-user] Installing in Fedora 20

2014-11-06 Thread Matthias Kuhn
Hi Julian,

There is no official package available yet, so for the moment you are
required to compile your own.
I may look into it as soon as I find time.

Matthias


On 06.11.2014 11:54, Julian M. Burgos wrote:
 Dear list,

 Could anyone point me to instructions on how to install QGIS 2.6 on
 Linux Fedora (version 20)?  
 Many thanks,

 Julian



-- 
Help getting QGIS to the next level of quality before November 15!
http://blog.vitu.ch/10102014-1046/crowdfunding-initiative-automated-testing

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


Re: [Qgis-user] Installing in Fedora 20

2014-11-06 Thread Julian M. Burgos
Thanks Matthias,

If there is a Fedora package coming relatively soon, I will wait.
Otherwise, how I would go about compiling it?

Thanks,

Julian

Matthias Kuhn writes:

 Hi Julian,

 There is no official package available yet, so for the moment you are
 required to compile your own.
 I may look into it as soon as I find time.

 Matthias


 On 06.11.2014 11:54, Julian M. Burgos wrote:
 Dear list,

 Could anyone point me to instructions on how to install QGIS 2.6 on
 Linux Fedora (version 20)?  
 Many thanks,

 Julian



-- 
Julian Mariano Burgos, PhD
Hafrannsóknastofnun/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Telephone : +354-5752037
Bréfsími/Telefax:  +354-5752001
Netfang/Email: jul...@hafro.is
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Installing in Fedora 20

2014-11-06 Thread Volker Fröhlich
Dear Julian!

I am the Fedora maintainer of QGIS. I tried to build it for F22, but it
failed on the build system for some obscure reason. However, we will not
ship 2.6 in F20, just like we didn't ship 2.4. There was some
incompatibility with project files, if memory serves me right. You can
rebuild the packages easily with mock, once the SRPMs are available.

Actually,
https://kojipkgs.fedoraproject.org//work/tasks/309/8010309/qgis-2.6.0-1.fc22.src.rpm
may work for you. Please refer to
https://zabbix.org/wiki/Docs/howto/rebuild_rpms for an easy guide.

Greetings,

Volker


On 11/06/2014 01:12 PM, Julian M. Burgos wrote:
 Thanks Matthias,
 
 If there is a Fedora package coming relatively soon, I will wait.
 Otherwise, how I would go about compiling it?
 
 Thanks,
 
 Julian
 
 Matthias Kuhn writes:
 
 Hi Julian,

 There is no official package available yet, so for the moment you are
 required to compile your own.
 I may look into it as soon as I find time.

 Matthias


 On 06.11.2014 11:54, Julian M. Burgos wrote:
 Dear list,

 Could anyone point me to instructions on how to install QGIS 2.6 on
 Linux Fedora (version 20)?  
 Many thanks,

 Julian

 
 

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


Re: [Qgis-user] custom made point markers?

2014-11-06 Thread Joris Hintjens
Thanks Andreas,
I installed Inkscape and it worked!
Joris


 Op 6-nov.-2014, om 12:21 heeft Andreas Neumann a.neum...@carto.net het 
 volgende geschreven:
 
 Hi Joris,
 
 You can create vector point symbols in SVG format. You can use Inkscape or 
 Adobe Illustrator, or any other software that outputs SVG for that.
 
 I am sure this is also mentioned in the QGIS manual. See also this blog: 
 http://www.northrivergeographic.com/archives/qgis-want-symbols-youve-got
 
 Andreas
 
 On 06.11.2014 12:18, Joris Hintjens wrote:
 I’ve been googling for more than 30 min and cannot find a way to use custom 
 made images (gif, jpg, whatever) as point markers. Any suggestions?
 
 thanks
 
 Joris
 
 ___
 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] Home range plugin and animove plugin

2014-11-06 Thread tmass...@alice.it

Hello everybody, anybody know what I have to do install Home range plugin and 
animove plugin? What version of QGIS I need for windows 7 ?
Thanks a lot
Massimiliano



Ciao a tutti,qualcuno saprebbe dirmi che devo fare per installare Home range 
plugin e animove plugin? Che versione di QGIS devo scaricare per windows 7 ?
Grazie mille
Massimiliano
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Home range plugin and animove plugin

2014-11-06 Thread Andre Joost

Am 06.11.2014 um 16:43 schrieb tmass...@alice.it:


Hello everybody, anybody know what I have to do install Home range plugin and 
animove plugin? What version of QGIS I need for windows 7 ?
Thanks a lot
Massimiliano



See 
http://gis.stackexchange.com/questions/107176/where-can-i-find-animove-in-qgis2-4


It should work with QGIS 2.6 as well.

HTH,
André Joost


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


Re: [Qgis-user] Home range plugin and animove plugin

2014-11-06 Thread Michael Treglia
Hi Massimiliano,

Regarding the Home Range Plugin, on Windows it looks like you need QGIS
1.7.3, and  possibly an earlier version of R.  I haven't tried, but I would
suspect that as long as you install the old (deprecated) adehabitat package
in R, it might work with a newer version of R.

I found these details here:
http://hub.qgis.org/projects/quantum-gis/wiki/HomeRange_plugin [Scroll
down  to Installation requirements and tested platforms section.

There are tools for Home Range Analysis in the R Scripts section of the
Processing Toolbox .

Hope that helps
mike

On Thu, Nov 6, 2014 at 9:43 AM, tmass...@alice.it tmass...@alice.it wrote:


 Hello everybody,
 anybody know what I have to do install Home range plugin and animove
 plugin? What version of QGIS I need for windows 7 ?

 Thanks a lot

 Massimiliano




 Ciao a tutti,
 qualcuno saprebbe dirmi che devo fare per installare Home range plugin e
 animove plugin? Che versione di QGIS devo scaricare per windows 7 ?

 Grazie mille

 Massimiliano


 ___
 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] Home range calculation

2014-11-06 Thread Stefano Chiari
Dear all,

I'm a new user of QGIS. In my notebook there is installed  Windows 8 and
I've downloaded two versions of QGIS (1.7.3 by normal installation and
2.7.0 by OSGeo4W installation) in order to  calculate paths, MCP and Kernel
for a radiotelemetry study.

Unfortunately, both versions are unable to install the plugins HomeRange,
randomHR, sextanteanimove. I've also downloaded these plugins in my
notebook from the QGIS website.

Please, someone could help my to activate these plugins in QGIS?

Thanks

Stefano

-- 
Stefano Chiari, Ph.D.

CRA - ABP Agricultural Research Council,
Research Centre for Agrobiology and Pedology
Via di Lanciola 12/a, Cascine del Riccio, 50125, Florence (FI), Italy

Roma Tre University,
Department of Sciences
Viale G. Marconi 446, 00146, Rome (RM), Italy

Phone: +39 06 57336328; Fax: +39 06 57336321

Currently involved in the LIFE MIPP project: www.lifemipp.eu
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Home range plugin and animove plugin

2014-11-06 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 06/11/2014 17:28, Michael Treglia ha scritto:

 There are tools for Home Range Analysis in the R Scripts section of
 the Processing Toolbox .

Hi all.
Please do not use obsolete versions of QGIS.
On 2.6 you have two choices:
* the new home range plugin (requires a few python libraries)
* the cited R scripts (requires the installation of R and libs)
All the best.
- -- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlRbqGQACgkQ/NedwLUzIr5qiQCfYQ66IOZrScuqifh7KO+1TCAz
BoEAoI1vWKbhbqUT4Dq70zHRRlmI+Bo5
=md3t
-END PGP SIGNATURE-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] CAD Digitize

2014-11-06 Thread coder.tuxfamily
Hi,

I have already open a bug report http://hub.qgis.org/issues/11567

I believe that i have found the bug.

Sorry for this bug...

I work on it.

Regards,

Loïc BARTOLETTI

Le 06.11.2014 12:33, Carlos López PSIG a écrit :
 link:
 https://github.com/vinayan/RectOvalDigitPlugin/pull/2



 *http://www.psig.es
 *
 *
 *
 *Carlos López Quintanilla*

 www.psig.es http://www.psig.es
 carlos.lo...@psig.es mailto:carlos.lo...@psig.es
 +34 699.680.261



 2014-11-06 10:00 GMT+01:00 Paolo Cavallini cavall...@faunalia.it
mailto:cavall...@faunalia.it:

 Il 05/11/2014 22:22, Carlos López PSIG ha scritto:
  I opened a pull requets on github! Issue: Work with snapping

 thanks
 link?




 ___
 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] Installing in Fedora 20

2014-11-06 Thread Steve . Toutant
I've installed qgis desktop and server 2.4 from these instructions
https://www.qgis.org/fr/site/forusers/alldownloads.html#fedora

using repo fedora.vitu.ch/QGIS/qgis.repo

I didn't try if 2.6 was available though




Volker Fröhlich volke...@gmx.at@lists.osgeo.org 
Envoyé par : qgis-user-boun...@lists.osgeo.org
2014-11-06 07:50

A
qgis-user@lists.osgeo.org
cc

Objet
Re: [Qgis-user] Installing in Fedora 20








Dear Julian!

I am the Fedora maintainer of QGIS. I tried to build it for F22, but it
failed on the build system for some obscure reason. However, we will not
ship 2.6 in F20, just like we didn't ship 2.4. There was some
incompatibility with project files, if memory serves me right. You can
rebuild the packages easily with mock, once the SRPMs are available.

Actually,
https://kojipkgs.fedoraproject.org//work/tasks/309/8010309/qgis-2.6.0-1.fc22.src.rpm

may work for you. Please refer to
https://zabbix.org/wiki/Docs/howto/rebuild_rpms for an easy guide.

Greetings,

Volker


On 11/06/2014 01:12 PM, Julian M. Burgos wrote:
 Thanks Matthias,
 
 If there is a Fedora package coming relatively soon, I will wait.
 Otherwise, how I would go about compiling it?
 
 Thanks,
 
 Julian
 
 Matthias Kuhn writes:
 
 Hi Julian,

 There is no official package available yet, so for the moment you are
 required to compile your own.
 I may look into it as soon as I find time.

 Matthias


 On 06.11.2014 11:54, Julian M. Burgos wrote:
 Dear list,

 Could anyone point me to instructions on how to install QGIS 2.6 on
 Linux Fedora (version 20)? 
 Many thanks,

 Julian

 
 

___
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] CAD Digitize

2014-11-06 Thread coder.tuxfamily
Hi,

Indeed, it is a fork of RectOvalDigitPlugin. I contacted the Maintainer
and sent a first version, I have not received any news since.

On the snapping, I have not changed this part, it seems to me that it
works. You have to press CTRL and it takes an object to be checked in
snapping options. I'll look at this in more detail.

QGis unfortunately has no advanced drawing tools. I hope to bring a
maximum of tools via this plugin to approach the CAD drawing and avoid
todraw on CAD and imports in the GIS. For this, I am available for all
developments (you can see the roadmap) and if you want, I gladly seeks
people to help me.

Regards,

Loïc BARTOLETTI

Le 05.11.2014 11:59, Richard Duivenvoorde a écrit :
 On 05-11-14 08:19, Paolo Cavallini wrote:
 Hi all.
 Just published this plugin, looks quite interesting - enjoy!
 All the best.
 Hi Paolo,

 on Github I see it is a fork of vinayan's 'RectOvalDigitPlugin'.

 what is our policy on this?

 Is the old version not working anymore (so it should be deprecated)?
 It's nice that it is forked, and now works again, but it would be better
 to not have more names for the same plugin in which some are working and
 others are not...

 Regards,

 Richard Duivenvoorde

 ___
 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] Is (or should) composer able to export directly to postscript ?

2014-11-06 Thread Andrea Peri
Hi,
I try to export an all vectorial map to SVG format in the composer (qgis 2.6).

When try this appear a windows saying:

The SVG export function in QGIS has several problems due to bugs and 
deficiencies in the
Qt4 svg code. In particular, there are problems with layers not being clipped 
to the map bounding box.

If you require a vector-based output file from Qgis it is suggested that you 
try printing to
PostScript if the SVG output is not satisfactory.

I dont find any option to export to postscript from composer.
So my question is to understand if the hint is to install a new
printer postscript driver and use it to redirect the postscirpt to a
file .
Or instead there is a missing option in composer ?

Thx



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Is (or should) composer able to export directly to postscript ?

2014-11-06 Thread G. Allegri
Yes Andrea, the warning should be clearer. Postscript printing requires a
PS driver installed, and it will be available through the print dialog, as
usual.

giovanni

2014-11-06 22:16 GMT+01:00 Andrea Peri aperi2...@gmail.com:

 Hi,
 I try to export an all vectorial map to SVG format in the composer (qgis
 2.6).

 When try this appear a windows saying:

 The SVG export function in QGIS has several problems due to bugs and
 deficiencies in the
 Qt4 svg code. In particular, there are problems with layers not being
 clipped to the map bounding box.
 
 If you require a vector-based output file from Qgis it is suggested that
 you try printing to
 PostScript if the SVG output is not satisfactory.

 I dont find any option to export to postscript from composer.
 So my question is to understand if the hint is to install a new
 printer postscript driver and use it to redirect the postscirpt to a
 file .
 Or instead there is a missing option in composer ?

 Thx



 --
 -
 Andrea Peri
 . . . . . . . . .
 qwerty àèìòù
 -
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user




-- 
Giovanni Allegri
http://about.me/giovanniallegri
Twitter: https://twitter.com/_giohappy_
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] CAD Digitize

2014-11-06 Thread Nathan Woodrow
QGis unfortunately has no advanced drawing tools. I hope to bring a
maximum of tools via this plugin to approach the CAD drawing and avoid
todraw on CAD and imports in the GIS. For this, I am available for all
developments (you can see the roadmap) and if you want, I gladly seeks
people to help me.

Hey Loïc,

Just to make you aware there is a pull request to merge chances that would
bring some more advanced drawing tools into core.  Not the same as your
plugin but still pretty handy.

There is also a QEP (QGIS Enhancement Proposal) to discuss the integration of
such features.  It would be really good to get your thoughts on that.  You
can read it and and comment here:
https://github.com/3nids/QGIS-Enhancement-Proposals/blob/cadtools/QEP-CAD-tools.rst
 We will be fleshing it out a bit more soon, adding pictures etc.

- Nathan

On Fri Nov 07 2014 at 6:36:04 AM coder.tuxfamily co...@tuxfamily.org
wrote:

 Hi,

 Indeed, it is a fork of RectOvalDigitPlugin. I contacted the Maintainer
 and sent a first version, I have not received any news since.

 On the snapping, I have not changed this part, it seems to me that it
 works. You have to press CTRL and it takes an object to be checked in
 snapping options. I'll look at this in more detail.

 QGis unfortunately has no advanced drawing tools. I hope to bring a
 maximum of tools via this plugin to approach the CAD drawing and avoid
 todraw on CAD and imports in the GIS. For this, I am available for all
 developments (you can see the roadmap) and if you want, I gladly seeks
 people to help me.

 Regards,

 Loïc BARTOLETTI

 Le 05.11.2014 11:59, Richard Duivenvoorde a écrit :
  On 05-11-14 08:19, Paolo Cavallini wrote:
  Hi all.
  Just published this plugin, looks quite interesting - enjoy!
  All the best.
  Hi Paolo,
 
  on Github I see it is a fork of vinayan's 'RectOvalDigitPlugin'.
 
  what is our policy on this?
 
  Is the old version not working anymore (so it should be deprecated)?
  It's nice that it is forked, and now works again, but it would be better
  to not have more names for the same plugin in which some are working and
  others are not...
 
  Regards,
 
  Richard Duivenvoorde
 
  ___
  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