Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0

2016-05-10 Thread Martin Dobias
Hi Alexandre

On Tue, May 10, 2016 at 6:02 PM, Alexandre Neto  wrote:
> I'm using it straight from the plugins repository.
>
> Creating the link worked but now it misses another library libhdf5.so.7
>
> There is something fishy in my installation. Not sure if it's a crayfish
> problem, neither a ubuntu 15.10 one. maybe I have some mixed dependencies or
> something.
>
> It works fine in Ubuntu 14.04 with QGIS 2.14

The precompiled Crayfish binaries are done on Ubuntu 14.04 and with
the package changes in Ubuntu >= 15.10 the binaries do not work there.
I have filed a bug report to fix the problem:
https://github.com/lutraconsulting/qgis-crayfish-plugin/issues/187

In the meanwhile you should be able to compile the support library
yourself, see the instructions:
https://github.com/lutraconsulting/qgis-crayfish-plugin/blob/master/README.md

Cheers
Martin
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Attribute table error in QGIS 2.15.0-Master

2016-05-10 Thread Etienne Trimaille
This should has been fixed now :
http://hub.qgis.org/issues/14766

2016-05-11 2:46 GMT+07:00 Gustavo Martínez Puljak :

> Hi,
>
> I am using QGIS 2.15.0-Master in a 64bit Linux system. When I open the
> atribute table for a layer (postgis or shape) all the columns repeat the
> data of the first column (including the name of the column). The number
> of columns is correct. The data is correctly shown in form view, but not
> in the tabular view.
>
> Thanks in advance.
>
>
> Gustavo
> --
> Gustavo Martínez
> Skype: gmpuljak
> Linkedin: http://ar.linkedin.com/in/gustavomartínezpuljak
>
> “Que la tierra se vaya haciendo camino ante tus pasos,
> que el viento sople siempre a tus espaldas,
> que el sol brille cálido sobre tu cara,
> que la lluvia caiga suavemente sobre tus campos y,
> hasta tanto volvamos a encontrarnos,
> que Dios te lleve en la palma de su mano.”
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[QGIS-it-user] PDF exports on OSX always convert text to outlines - Bug report #3975

2016-05-10 Thread suburbanstudio

Salve a tutti...
sto esportando un testo per una cartina e vorrei poterlo rifinire in 
illustrator/inkscape

e quindi lo vorrei editabile...

https://hub.qgis.org/issues/3975
Ho provato ed ho seguito le istruzioni del bug qui sopra ed in effetti 
funziona...
Ovvero se nell' "advance Placement Setting" - Sistema di Posizionamento 
Automatico

https://www.youtube.com/watch?v=w2j-o8XhoI4=em-upload_owner
untaggo la voce "raccomandata" disegna testo come contorno, allora 
quando lo esporto

in SVG riesco ad editare il testo... (non funziona come pdf)


Ci sono degli aggiornamenti su questo bug ?

Grazie


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


[Qgis-user] "Open Geospatial Science & Applications" webinar series

2016-05-10 Thread Brent Wood
The OSGeo Labs, with the University of Colorado in Denver, are producing a 
series of webinars.
They cover a range of topics, including humanitarian, educational & real world 
applications for GIS & mapping software using open source applications. All are 
free, in English & available as recorded videos if you missed the live event 
(probably useful in the NZ time zone)

http://www.geoforall.org/webinars/

Cheers,
  Brent Wood
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Trigger actions of CADDigitize plugin from pyqgis

2016-05-10 Thread Tudorache, Marian
Hi,

Any news about the new reease of CADDigitize?

Thanks,
Marian

From: lb [mailto:co...@tuxfamily.org]
Sent: April-15-16 3:11 AM
To: Tudorache, Marian; qgis-user@lists.osgeo.org
Subject: Re: Trigger actions of CADDigitize plugin from pyqgis

Hi Marian,

Just wait some days, I will release the next version (0.2.0) of CADDigitize. I 
partially rewrite it from scratch.
You can see the repo here: https://gitlab.com/lbartoletti/CADDigitize/

Regards.
On 14.04.2016 15:26, Tudorache, Marian wrote:
Hi everyone,

I have a question about how to use CADDigitize plugin from pyqgis.

1.  I would like to get the active instance of this plugin from 
QgisInterface (iface). I understand when the plugin is installed there is a 
reference of this plugin recorded here (iface).
Is it possible to do this?

Thanks,
Marian

From: 
qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of lb
Sent: September-20-15 2:25 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] About QgsGeometry::buffer

Hi,

Buffer require some parameter since you can choose the "style" of buffer. You 
have some example on PostGis documentation (parameters are the same)
http://postgis.net/docs/ST_Buffer.html

QGis define this parameters in Settings->Options->Digitizing->Curve offset tool.

You can get this parameters via QSettings :
join = QSettings().value("Qgis/digitizing/offset_join_style", 0, type=int)
quad = QSettings().value("Qgis/digitizing/offset_quad_seg", 8, type=int)
endCap = quad
miter = QSettings().value("Qgis/digitizing/offset_miter_limit", 5, type=int)

Regards

l.bartoletti
Le 18/09/2015 23:12, Tudorache, Marian a écrit :
Hi everyone,

I would like to find more details about QgsGeometry::buffer with more styles.

In QGIS API Documentation there are two version of the buffer:
Simple version with distance and segments and with sytles.

The one with styles is defines as: ( distance, segments, endCapStyle, 
joinStyle, mitreLimit );

I do not understand the followings parameters:

endCapStyle: Round (1) / Flat (2) / Square (3) end cap style
joinStyle: Round (1) / Mitre (2) / Bevel (3) join style
mitreLimit: Limit on the mitre ratio used for very sharp corners

Does someone has some examples or recommend a book where to find more details 
please?
The QGIS API Documentation does not give me too much.


Thanks,
Marian


This electronic message, as well as any transmitted files included in the 
electronic message, may contain privileged or confidential information and is 
intended solely for the use of the individual(s) or entity to which it is 
addressed. If you have received this electronic message in error please notify 
the sender immediately and delete the electronic message. Any unauthorized 
copying, disclosure or distribution of the electronic message is strictly 
forbidden. NAV CANADA accepts no liability for any damage caused by any virus 
and/or other malicious code transmitted by this electronic communication.

Le présent message électronique et tout fichier qui peut y être joint peuvent 
contenir des renseignements privilégiés ou confidentiels destinés à l'usage 
exclusif des personnes ou des organismes à qui ils s'adressent. Si vous avez 
reçu ce message électronique par erreur, veuillez en informer l'expéditeur 
immédiatement et supprimez le. Toute reproduction, divulgation ou distribution 
du présent message électronique est strictement interdite. NAV CANADA n'assume 
aucune responsabilité en cas de dommage causé par tout virus ou autre programme 
malveillant transmis par ce message électronique.




___

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
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Attribute table error in QGIS 2.15.0-Master

2016-05-10 Thread Gustavo Martínez Puljak
Hi,

I am using QGIS 2.15.0-Master in a 64bit Linux system. When I open the
atribute table for a layer (postgis or shape) all the columns repeat the
data of the first column (including the name of the column). The number
of columns is correct. The data is correctly shown in form view, but not
in the tabular view.

Thanks in advance.


Gustavo
-- 
Gustavo Martínez
Skype: gmpuljak
Linkedin: http://ar.linkedin.com/in/gustavomartínezpuljak

“Que la tierra se vaya haciendo camino ante tus pasos,
que el viento sople siempre a tus espaldas,
que el sol brille cálido sobre tu cara,
que la lluvia caiga suavemente sobre tus campos y,
hasta tanto volvamos a encontrarnos,
que Dios te lleve en la palma de su mano.”

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

Re: [Qgis-user] Shapefiles with all numeric attribute names don't classify right?

2016-05-10 Thread Philip Pierdomenico
Agreed, don't start field names with numbers.

(from ESRI, but I think should apply equally to shapefiles used in QGIS):
http://support.esri.com/cn/knowledgebase/techarticles/detail/23087


Phil


On Tue, May 10, 2016 at 1:55 PM, Anita Graser  wrote:

> ​Hi Ian,
> If I remember correctly, Shapefile attribute names must not start with a
> number. Im not sure why this is but I think that could be part of the issue.
> Best wishes,
> Anita​
>
> On Tue, May 10, 2016 at 3:26 PM, Ian Turton  wrote:
>
>> I have a shapefile with a bunch of attributes called 1980,1990,2000, etc
>> to represent the years the data is for. They are integers (if that matters)
>> but when I try to use them in a Qgis (2.14.2-Essen) the styler recognises
>> them as numeric but when I try to produce a graduated style all the classes
>> are  set to -2147483648 - -2147483648. If I rename the attribute to
>> 1980_inc or inc1980 the classifier is happy and everything works as I
>> expect.
>>
>> Does anyone know what might be going on?
>>
>> Ian
>>
>> --
>> Ian Turton
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Shapefiles with all numeric attribute names don't classify right?

2016-05-10 Thread Anita Graser
​Hi Ian,
If I remember correctly, Shapefile attribute names must not start with a
number. Im not sure why this is but I think that could be part of the issue.
Best wishes,
Anita​

On Tue, May 10, 2016 at 3:26 PM, Ian Turton  wrote:

> I have a shapefile with a bunch of attributes called 1980,1990,2000, etc
> to represent the years the data is for. They are integers (if that matters)
> but when I try to use them in a Qgis (2.14.2-Essen) the styler recognises
> them as numeric but when I try to produce a graduated style all the classes
> are  set to -2147483648 - -2147483648. If I rename the attribute to
> 1980_inc or inc1980 the classifier is happy and everything works as I
> expect.
>
> Does anyone know what might be going on?
>
> Ian
>
> --
> Ian Turton
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] QGIS 2.14.2 Integer64 (qlonglong)

2016-05-10 Thread Totò
ginetto wrote
> sembra che il comportamento sia cambiato dalla gdal/ogr 2.0 in poi,
> almeno per gli integer64 che prima erano trasformati in stringhe.
> 
> Non vedo dove accada la trasfromazioen degli int => apri un tiket
> Luigi Pirelli

Ticket aperto
https://hub.qgis.org/issues/14801



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-2-14-2-Integer64-qlonglong-tp5265566p5265610.html
Sent from the QGIS Italian User mailing list archive at Nabble.com.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] SQL display expression

2016-05-10 Thread Neumann, Andreas
Hi Christoph, 

Are you talking about the left column in the forms view? 

What do you mean by "not related"? Do you mean related, but not
contained in the same table? 

Is this for a value list lookup? 

For a 1:1 relation? 

QGIS expressions don't know "SELECT". The expression always works on a
single feature. It can't return records.  

There could be several ways to do what you want: 

1. use joins (layer properties --> joins) 

2. use the attribute(getFeature()) expression 

3. Create a virtual layer (starting from version 2.14) --> see
https://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/virtual_layers.html


I hope that one of the above ways help you solve your problem. 

Greetings, 

Andreas 

On 2016-05-10 14:23, Christoph Lauber wrote:

> Hi 
> 
> I have a question about the display expression for forms.  The aim is to show 
> data of a table that is not related by QGIS. 
> 
> What I would like to do is to write a SQL to my SpatiaLite database to fetch 
> some data. I suppose, that the display expression is restricted to the 
> "select column" clause like: ""_pkuid"   ||  ' '  || CASE WHEN art = 1 THEN 
> 'this' ELSE 'that' END_". When I put a select clause in it like "_CASE WHEN 
> "art" THEN (SELECT value FROM WI_D_Inventar_Art WHERE id = "art") ELSE 
> 'Undefined' END_" I get an expression is invalid error (the expression works 
> in spatialite_gui). It seems that the SELECT keyword is not accepted. 
> 
> Is there any possibility to write "free" SQL-Syntax for the display 
> expression? 
> 
> I wrote already a function that connects to the database, fetchs the data and 
> closes the database. It works, but it is slow. 
> 
> Thanks for your help. 
> 
> Freundliche Grüsse 
> 
> Christoph Lauber 
> 
> *--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*
> GeoplanTeam AG dipl. Ing. ETH/SIA Hutzli+Kluser
> Vermessung | Geoinformatik | Umwelttechnik
> Egliweg 6, CH - 2560 Nidau
> Phone:(+41) - 032 332 78 00
> Fax:(+41) - 032 332 78 01
> Web: www.geoplanteam.ch [1]
> E-Mail: christoph.lau...@geoplanteam.ch
> *--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--* 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

  

Links:
--
[1] http://www.geoplanteam.ch/
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Shapefiles with all numeric attribute names don't classify right?

2016-05-10 Thread Ian Turton
I have a shapefile with a bunch of attributes called 1980,1990,2000, etc to
represent the years the data is for. They are integers (if that matters)
but when I try to use them in a Qgis (2.14.2-Essen) the styler recognises
them as numeric but when I try to produce a graduated style all the classes
are  set to -2147483648 - -2147483648. If I rename the attribute to
1980_inc or inc1980 the classifier is happy and everything works as I
expect.

Does anyone know what might be going on?

Ian

-- 
Ian Turton
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] QGIS 2.14.2 Integer64 (qlonglong)

2016-05-10 Thread Luigi Pirelli
ad okkio sei entrato in questo else

https://github.com/qgis/QGIS/blob/7de0757f56c1d1c344c638414849cbe09a9d83b3/src/core/qgsvectorfilewriter.cpp#L372
Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


On 10 May 2016 at 15:17, Luigi Pirelli  wrote:
> quale versione di gdal hai?
>
> https://github.com/qgis/QGIS/blob/7de0757f56c1d1c344c638414849cbe09a9d83b3/src/core/qgsvectorfilewriter.cpp#L384
> https://github.com/qgis/QGIS/blob/7de0757f56c1d1c344c638414849cbe09a9d83b3/src/core/qgsvectorfilewriter.cpp#L366
> Luigi Pirelli
>
> **
> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS:
> https://www.packtpub.com/application-development/mastering-qgis
> **
>
>
> On 10 May 2016 at 14:30, Totò  wrote:
>> ginetto wrote
>>> no il tiket a cui fai riferimento permette solo di specificare piu'
>>> parametri nella GUI di processing, non si tratta dello stesso tiket.
>>
>> Quindi apro un ticket?
>> 
>>
>> fiel di test
>> https://mega.nz/#!VRh2DAxT!5m1KMQISs_49_txsJv4619lgj_aQpSj_BfWTx-XRCf4
>> 
>>
>>
>>
>> --
>> View this message in context: 
>> http://osgeo-org.1560.x6.nabble.com/QGIS-2-14-2-Integer64-qlonglong-tp5265566p5265577.html
>> Sent from the QGIS Italian User mailing list archive at Nabble.com.
>> ___
>> QGIS-it-user mailing list
>> QGIS-it-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-it-user
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] SQL display expression

2016-05-10 Thread Christoph Lauber
Hi

 

I have a question about the display expression for forms.  The aim is to
show data of a table that is not related by QGIS.

 

What I would like to do is to write a SQL to my SpatiaLite database to fetch
some data. I suppose, that the display expression is restricted to the
“select column” clause like: “"pkuid"   ||  ' '  || CASE WHEN art = 1 THEN
'this' ELSE 'that' END”. When I put a select clause in it like “CASE WHEN
"art" THEN (SELECT value FROM WI_D_Inventar_Art WHERE id = "art") ELSE
'Undefined' END” I get an expression is invalid error (the expression works
in spatialite_gui). It seems that the SELECT keyword is not accepted.

 

Is there any possibility to write “free” SQL-Syntax for the display
expression?

 

I wrote already a function that connects to the database, fetchs the data
and closes the database. It works, but it is slow.

 

Thanks for your help.

 

Freundliche Grüsse

Christoph Lauber

 

*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*
GeoplanTeam AG dipl. Ing. ETH/SIA Hutzli+Kluser
Vermessung | Geoinformatik | Umwelttechnik
Egliweg 6, CH - 2560 Nidau
Phone:(+41) - 032 332 78 00
Fax:(+41) - 032 332 78 01
Web:   www.geoplanteam.ch
E-Mail:  
christoph.lau...@geoplanteam.ch
*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*

 

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

Re: [QGIS-it-user] QGIS 2.14.2 Integer64 (qlonglong)

2016-05-10 Thread Luigi Pirelli
no il tiket a cui fai riferimento permette solo di specificare piu'
parametri nella GUI di processing, non si tratta dello stesso tiket.

Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


2016-05-10 13:57 GMT+02:00 Totò :
> Salve a tutti,
> stamane mi sono accorto che creando un campo Int o Real per l'elevazione (no
> Integer64) tutto procede bene, ma alla successiva apertura dello shape mi
> ritrovo i campi in formato Integer64.
> Questo crea parecchi problemi come per esempio non è possibile usare il
> plugin Interpolazione, in quanto non ammette campi Integer64.
>
> da una ricerca ho trovato questo bug [0], si tratta dello stesso problema o
> bisogna aprire altro ticket?
>
> [0] https://hub.qgis.org/issues/14777
>
> grazie
>
>
>
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/QGIS-2-14-2-Integer64-qlonglong-tp5265566.html
> Sent from the QGIS Italian User mailing list archive at Nabble.com.
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-it-user
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] QGIS 2.14.2 Integer64 (qlonglong)

2016-05-10 Thread Totò
Salve a tutti,
stamane mi sono accorto che creando un campo Int o Real per l'elevazione (no
Integer64) tutto procede bene, ma alla successiva apertura dello shape mi
ritrovo i campi in formato Integer64.
Questo crea parecchi problemi come per esempio non è possibile usare il
plugin Interpolazione, in quanto non ammette campi Integer64.

da una ricerca ho trovato questo bug [0], si tratta dello stesso problema o
bisogna aprire altro ticket?

[0] https://hub.qgis.org/issues/14777

grazie 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-2-14-2-Integer64-qlonglong-tp5265566.html
Sent from the QGIS Italian User mailing list archive at Nabble.com.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] errore visualizzazione tabelle QGIS-dev

2016-05-10 Thread Totò
ghtmtt wrote
> Ciao a tutti,
> 
> ho ricompilato la versione master di QGIS ora e questo bug sembra 
> risolto.. ;)
> 
> https://github.com/qgis/QGIS/commit/ffcf655b850224c1299b8217acd9b1e30825ba73

Grazie, 
aspettiamo il prossimo aggiornamento, fino alla 2.15.0-58 (visto oggi) il
bug c'è ancora

grazie e saluti!!!



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/errore-visualizzazione-tabelle-QGIS-dev-tp5264909p5265560.html
Sent from the QGIS Italian User mailing list archive at Nabble.com.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS project with no projection

2016-05-10 Thread Andrew Harfoot
QGIS is configured into a non-earth or local CRS mode by doing the 
following (in 2.14):


1. Turn off 'On the Fly CRS transformation' (Project > Project 
Properties > CRS)
2. Ensure that the measurement ellipsoid is set to 'None / Planimetric' 
(Project > Project Properties > General)
3. Set the coordinate, distance and area units to 'Map Units' (Project > 
Project Properties > General)


All of these can also be set in the application level settings as the 
defaults. QGIS can also be prevented from prompting for a CRS when 
loading data that does not have one (QGIS still assigns a CRS, but 
essentially it is ignored, so this isn't quite what Simon was asking 
for, but close)


The LocalCoordinateSystemSetter in FME creates custom CRS for features 
passing through it, optimising them for equal area or distance. The same 
customised CRS could be implemented in QGIS, what is missing is a tool / 
plugin that would automatically generate them.


Cheers,

Andy

On 06/05/2016 17:03, Jonathan Moules wrote:
There have been some more knowledgeable responses than mine, but they 
do make me ask:
Why doesn't QGIS have a generic Coordinate System for X/Y in meters 
(and maybe one in feet for the less developed nations ;-) )? It would 
be particularly useful for non-geographical datasets and would open 
QGIS up to being used more readily in other fields.


Similarly, it could have generic projections for equal area and equal 
distance calculations too. I know these are all possible because FME 
has all these features.

After all, there's no reason spatial data has to be GEOspatial data.

Cheers,
Jonathan



 On Fri, 06 May 2016 16:28:45 +0100 *Lee 
Hachadoorian* wrote 


Simon,

You *must* specify a projection, but within some limits, the
projection doesn't matter. Basically, if the GeoTIFF uses units of
meters and you want your distances in meters, you can load the
GeoTIFF in *any* projected CRS that uses meters. An example would
be to use any of the UTM zones. You cannot use a lat-long CRS such
as the default WGS 84, because QGIS will convert (naively, *not*
using great circle distances) from decimal degrees to meters.

Once the layer is loaded, all geometry calculations are done in a
Cartesian plane.

I answered a similar question on GIS.SE  regarding
someone who wanted to use QGIS to map indoor location data.


http://gis.stackexchange.com/questions/187699/how-to-create-a-qgis-map-of-unprojected-data

Best,
--Lee

On Fri, May 6, 2016 at 10:12 AM, Jonathan Moules
> wrote:

Hi Simon,
If you know the real-world width and height of the area
covered on the image, could you not geo-reference it to have
lower-left at 0,0, and then the top-right at the applicable
location in the projection of your choice, and then work from
there?

The problem is picking an applicable projection. I can't see
any generic "X,Y" projection, let alone one that is suited to
equal-area or equal-distance in the projections list. They may
exist, I'm just failing to find them. They all seem to assume
they're "somewhere" in the world (which can be a problem if
the data is spatial but not geographical).
Personally if it's a relatively small area (a few km across),
I'd probably just use a standard Mercator for the applicable
part of the world probably.

Cheers,
Jonathan



 On Fri, 06 May 2016 13:33:47 +0100
*simonc8>* wrote 

I want to use QGIS to make measurements such as distances
and angles on a
flat scaled image which I have as a georeferenced tiff. I
don't want to use
any projection - just a straightforward orthogonal linear
scale in metres.
QGIS seems to require that I choose a projection. What
would be the best
choice for my needs? Can I make a custom projection with
no ellipsoid or
datum?

If I import my geotiff and don't specify a projection QGIS
assumes my units
are in degrees rather than metres, which will make
measurement of distances
and angles inaccurate.

Grateful for assistance.



--
View this message in context:

http://osgeo-org.1560.x6.nabble.com/QGIS-project-with-no-projection-tp5264924.html
Sent from the Quantum GIS - User mailing list archive at
Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org 
List info: 

Re: [Qgis-user] Connect lines in Geoserver

2016-05-10 Thread emmexx
On 05/10/2016 10:40 AM, emmexx wrote:
> I enable snapping, create the line, add the points and snap the starting
> and ending nodes to other lines, then I save.
> If I try to move the connecting node in qgis, both lines move.
> But when I check on geoserver the 2 lines are not connected (I use that
> layer for routing). I exported the layer data to josm and even there I
> see that the lines are not connected.

Upon further investigation I found out the problem arises from the
number of significant digits of the nodes.

The node pre-existing in the layer has coordinates:

POINT(9.9145925045 45.6483308807)

The connected node in the newly created line has coordinates:

POINT(9.9145925 45.64833088)

Why is that? If I snap a node in an existing node, shouldn't the same
coordinates be used?

maxx

p.s. the coordinates shown are extracted using
select ST_AsText(geom) from
(select (ST_DumpPoints(g.geom)).* from...
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0

2016-05-10 Thread Saber Razmjooei
I’d use qgis.org repo for all packages and dependencies.

 

Cheers,

Saber

 

 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of 
Alexandre Neto
Sent: 10 May 2016 11:03
To: Werner Macho; QGIS User
Subject: Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0

 

I'm using it straight from the plugins repository.

Creating the link worked but now it misses another library libhdf5.so.7

There is something fishy in my installation. Not sure if it's a crayfish 
problem, neither a ubuntu 15.10 one. maybe I have some mixed dependencies or 
something.

It works fine in Ubuntu 14.04 with QGIS 2.14

 

Thank you for your help.

 

Alexandre Neto

 

Werner Macho  escreveu no dia terça, 10/05/2016 às 
10:35:

hi!

looks like something is searching for a not installed library. Did you
compile crayfish yourself?
Maybe a link called libproj.so.0 inside /usr/lib/x86_64-linux-gnu/ to
libproj.so.9 does help?

regards
Werner

On Tue, May 10, 2016 at 11:29 AM, Alexandre Neto  wrote:
> I only have libproj9 package and libproj-dev.
>
> Werner Macho  escreveu no dia terça, 10/05/2016 às
> 10:20:
>>
>> Hi,
>>
>> That error:
>> OSError: libproj.so.0: cannot open shared object file: No such file or
>> directory
>> looks a bit suspicious to me .. Are you sure the package libproj0 is
>> installed?
>>
>> regards
>> Werner
>>
>>
>> On Tue, May 10, 2016 at 11:16 AM, Alexandre Neto 
>> wrote:
>> > I'm having troubles loading the Crayfish plugin in ubuntu 15.10 wily. No
>> > problem whatsoever with windows tho.
>> >
>> > Couldn't load plugin crayfish due to an error when calling its initGui()
>> > method
>> >
>> > OSError: libproj.so.0: cannot open shared object file: No such file or
>> > directory
>> >
>> > Traceback (most recent call last):
>> >   File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 335, in
>> > startPlugin
>> > plugins[packageName].initGui()
>> >   File "/home/alexandre/.qgis2/python/plugins/crayfish/plugin.py", line
>> > 73,
>> > in initGui
>> > if not ensure_library_installed():
>> >   File
>> > "/home/alexandre/.qgis2/python/plugins/crayfish/gui/install_helper.py",
>> > line
>> > 133, in ensure_library_installed
>> > load_library()
>> >   File "/home/alexandre/.qgis2/python/plugins/crayfish/core.py", line
>> > 85, in
>> > load_library
>> > lib = ctypes.cdll.LoadLibrary(libpath)
>> >   File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
>> > return self._dlltype(name)
>> >   File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
>> > self._handle = _dlopen(self._name, mode)
>> > OSError: libproj.so.0: cannot open shared object file: No such file or
>> > directory
>> >
>> >
>> > Python version: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1
>> > 20151010]
>> > QGIS version: 2.15.0-Master Master, e9d3a3a
>> >
>> > Python Path:
>> >
>> > /usr/share/qgis/python
>> > /home/alexandre/.qgis2/python
>> > /home/alexandre/.qgis2/python/plugins
>> > /usr/share/qgis/python/plugins
>> > /usr/lib/python2.7
>> > /usr/lib/python2.7/plat-x86_64-linux-gnu
>> > /usr/lib/python2.7/lib-tk
>> > /usr/lib/python2.7/lib-old
>> > /usr/lib/python2.7/lib-dynload
>> > /home/alexandre/.local/lib/python2.7/site-packages
>> > /usr/local/lib/python2.7/dist-packages
>> > /usr/lib/python2.7/dist-packages
>> > /usr/lib/python2.7/dist-packages/PILcompat
>> > /usr/lib/python2.7/dist-packages/gtk-2.0
>> > /usr/lib/python2.7/dist-packages/ubuntu-sso-client
>> > /home/alexandre/.qgis2//python
>> >
>> >
>> > --
>> > Alexandre Neto
>> > -
>> > @AlexNetoGeo
>> > http://sigsemgrilhetas.wordpress.com
>> > http://gisunchained.wordpress.com
>> >
>> > ___
>> > Qgis-user mailing list
>> > Qgis-user@lists.osgeo.org
>> > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>> > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> Alexandre Neto
> -
> @AlexNetoGeo
> http://sigsemgrilhetas.wordpress.com
> http://gisunchained.wordpress.com

-- 

Alexandre Neto

-

@AlexNetoGeo

http://sigsemgrilhetas.wordpress.com

http://gisunchained.wordpress.com



--
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately
by e-mail if you have received this e-mail by mistake and delete this e-mail 
from your system. If you are not the intended recipient you are notified
that disclosing, copying, distributing or taking any action in reliance on the 
contents of this information 

Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0

2016-05-10 Thread Alexandre Neto
I'm using it straight from the plugins repository.

Creating the link worked but now it misses another library libhdf5.so.7

There is something fishy in my installation. Not sure if it's a crayfish
problem, neither a ubuntu 15.10 one. maybe I have some mixed dependencies
or something.

It works fine in Ubuntu 14.04 with QGIS 2.14

Thank you for your help.

Alexandre Neto

Werner Macho  escreveu no dia terça, 10/05/2016 às
10:35:

> hi!
>
> looks like something is searching for a not installed library. Did you
> compile crayfish yourself?
> Maybe a link called libproj.so.0 inside /usr/lib/x86_64-linux-gnu/ to
> libproj.so.9 does help?
>
> regards
> Werner
>
> On Tue, May 10, 2016 at 11:29 AM, Alexandre Neto 
> wrote:
> > I only have libproj9 package and libproj-dev.
> >
> > Werner Macho  escreveu no dia terça, 10/05/2016
> às
> > 10:20:
> >>
> >> Hi,
> >>
> >> That error:
> >> OSError: libproj.so.0: cannot open shared object file: No such file or
> >> directory
> >> looks a bit suspicious to me .. Are you sure the package libproj0 is
> >> installed?
> >>
> >> regards
> >> Werner
> >>
> >>
> >> On Tue, May 10, 2016 at 11:16 AM, Alexandre Neto  >
> >> wrote:
> >> > I'm having troubles loading the Crayfish plugin in ubuntu 15.10 wily.
> No
> >> > problem whatsoever with windows tho.
> >> >
> >> > Couldn't load plugin crayfish due to an error when calling its
> initGui()
> >> > method
> >> >
> >> > OSError: libproj.so.0: cannot open shared object file: No such file or
> >> > directory
> >> >
> >> > Traceback (most recent call last):
> >> >   File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 335, in
> >> > startPlugin
> >> > plugins[packageName].initGui()
> >> >   File "/home/alexandre/.qgis2/python/plugins/crayfish/plugin.py",
> line
> >> > 73,
> >> > in initGui
> >> > if not ensure_library_installed():
> >> >   File
> >> >
> "/home/alexandre/.qgis2/python/plugins/crayfish/gui/install_helper.py",
> >> > line
> >> > 133, in ensure_library_installed
> >> > load_library()
> >> >   File "/home/alexandre/.qgis2/python/plugins/crayfish/core.py", line
> >> > 85, in
> >> > load_library
> >> > lib = ctypes.cdll.LoadLibrary(libpath)
> >> >   File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in
> LoadLibrary
> >> > return self._dlltype(name)
> >> >   File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
> >> > self._handle = _dlopen(self._name, mode)
> >> > OSError: libproj.so.0: cannot open shared object file: No such file or
> >> > directory
> >> >
> >> >
> >> > Python version: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1
> >> > 20151010]
> >> > QGIS version: 2.15.0-Master Master, e9d3a3a
> >> >
> >> > Python Path:
> >> >
> >> > /usr/share/qgis/python
> >> > /home/alexandre/.qgis2/python
> >> > /home/alexandre/.qgis2/python/plugins
> >> > /usr/share/qgis/python/plugins
> >> > /usr/lib/python2.7
> >> > /usr/lib/python2.7/plat-x86_64-linux-gnu
> >> > /usr/lib/python2.7/lib-tk
> >> > /usr/lib/python2.7/lib-old
> >> > /usr/lib/python2.7/lib-dynload
> >> > /home/alexandre/.local/lib/python2.7/site-packages
> >> > /usr/local/lib/python2.7/dist-packages
> >> > /usr/lib/python2.7/dist-packages
> >> > /usr/lib/python2.7/dist-packages/PILcompat
> >> > /usr/lib/python2.7/dist-packages/gtk-2.0
> >> > /usr/lib/python2.7/dist-packages/ubuntu-sso-client
> >> > /home/alexandre/.qgis2//python
> >> >
> >> >
> >> > --
> >> > Alexandre Neto
> >> > -
> >> > @AlexNetoGeo
> >> > http://sigsemgrilhetas.wordpress.com
> >> > http://gisunchained.wordpress.com
> >> >
> >> > ___
> >> > Qgis-user mailing list
> >> > Qgis-user@lists.osgeo.org
> >> > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> >> > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
> >
> > --
> > Alexandre Neto
> > -
> > @AlexNetoGeo
> > http://sigsemgrilhetas.wordpress.com
> > http://gisunchained.wordpress.com
>
-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0

2016-05-10 Thread Saber Razmjooei
Do you have libproj.so? If so, you can make a link to that file, e.g.:
 
sudo ln -s /usr/lib/libproj.so /usr/lib/libproj.so.0

 

Cheers,

Saber

 

 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of 
Alexandre Neto
Sent: 10 May 2016 10:29
To: Werner Macho
Cc: QGIS User
Subject: Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0

 

I only have libproj9 package and libproj-dev.

 

Werner Macho  escreveu no dia terça, 10/05/2016 às 
10:20:

Hi,

That error:
OSError: libproj.so.0: cannot open shared object file: No such file or directory
looks a bit suspicious to me .. Are you sure the package libproj0 is installed?

regards
Werner


On Tue, May 10, 2016 at 11:16 AM, Alexandre Neto  wrote:
> I'm having troubles loading the Crayfish plugin in ubuntu 15.10 wily. No
> problem whatsoever with windows tho.
>
> Couldn't load plugin crayfish due to an error when calling its initGui()
> method
>
> OSError: libproj.so.0: cannot open shared object file: No such file or
> directory
>
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 335, in
> startPlugin
> plugins[packageName].initGui()
>   File "/home/alexandre/.qgis2/python/plugins/crayfish/plugin.py", line 73,
> in initGui
> if not ensure_library_installed():
>   File
> "/home/alexandre/.qgis2/python/plugins/crayfish/gui/install_helper.py", line
> 133, in ensure_library_installed
> load_library()
>   File "/home/alexandre/.qgis2/python/plugins/crayfish/core.py", line 85, in
> load_library
> lib = ctypes.cdll.LoadLibrary(libpath)
>   File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
> return self._dlltype(name)
>   File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
> self._handle = _dlopen(self._name, mode)
> OSError: libproj.so.0: cannot open shared object file: No such file or
> directory
>
>
> Python version: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1 20151010]
> QGIS version: 2.15.0-Master Master, e9d3a3a
>
> Python Path:
>
> /usr/share/qgis/python
> /home/alexandre/.qgis2/python
> /home/alexandre/.qgis2/python/plugins
> /usr/share/qgis/python/plugins
> /usr/lib/python2.7
> /usr/lib/python2.7/plat-x86_64-linux-gnu
> /usr/lib/python2.7/lib-tk
> /usr/lib/python2.7/lib-old
> /usr/lib/python2.7/lib-dynload
> /home/alexandre/.local/lib/python2.7/site-packages
> /usr/local/lib/python2.7/dist-packages
> /usr/lib/python2.7/dist-packages
> /usr/lib/python2.7/dist-packages/PILcompat
> /usr/lib/python2.7/dist-packages/gtk-2.0
> /usr/lib/python2.7/dist-packages/ubuntu-sso-client
> /home/alexandre/.qgis2//python
>
>
> --
> Alexandre Neto
> -
> @AlexNetoGeo
> http://sigsemgrilhetas.wordpress.com
> http://gisunchained.wordpress.com
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

-- 

Alexandre Neto

-

@AlexNetoGeo

http://sigsemgrilhetas.wordpress.com

http://gisunchained.wordpress.com



--
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately
by e-mail if you have received this e-mail by mistake and delete this e-mail 
from your system. If you are not the intended recipient you are notified
that disclosing, copying, distributing or taking any action in reliance on the 
contents of this information is strictly prohibited.

Whilst reasonable care has been taken to avoid virus transmission, no 
responsibility for viruses is taken and it is your responsibility to carry out
such checks as you feel appropriate.

If this email contains a quote or offer to sell pro
 ducts, carry out work or perform services then our standard terms and 
conditions (which can be found at 
http://www.lutraconsulting.co.uk/downloads/Lutra%20Consulting%20Standard%20Terms%20and%20Conditions.pdf
 shall apply unless explicitly stated otherwise.

Saber Razmjooei and Peter Wells trading as Lutra Consulting.

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

Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0

2016-05-10 Thread Alexandre Neto
I only have libproj9 package and libproj-dev.

Werner Macho  escreveu no dia terça, 10/05/2016 às
10:20:

> Hi,
>
> That error:
> OSError: libproj.so.0: cannot open shared object file: No such file or
> directory
> looks a bit suspicious to me .. Are you sure the package libproj0 is
> installed?
>
> regards
> Werner
>
>
> On Tue, May 10, 2016 at 11:16 AM, Alexandre Neto 
> wrote:
> > I'm having troubles loading the Crayfish plugin in ubuntu 15.10 wily. No
> > problem whatsoever with windows tho.
> >
> > Couldn't load plugin crayfish due to an error when calling its initGui()
> > method
> >
> > OSError: libproj.so.0: cannot open shared object file: No such file or
> > directory
> >
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 335, in
> > startPlugin
> > plugins[packageName].initGui()
> >   File "/home/alexandre/.qgis2/python/plugins/crayfish/plugin.py", line
> 73,
> > in initGui
> > if not ensure_library_installed():
> >   File
> > "/home/alexandre/.qgis2/python/plugins/crayfish/gui/install_helper.py",
> line
> > 133, in ensure_library_installed
> > load_library()
> >   File "/home/alexandre/.qgis2/python/plugins/crayfish/core.py", line
> 85, in
> > load_library
> > lib = ctypes.cdll.LoadLibrary(libpath)
> >   File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
> > return self._dlltype(name)
> >   File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
> > self._handle = _dlopen(self._name, mode)
> > OSError: libproj.so.0: cannot open shared object file: No such file or
> > directory
> >
> >
> > Python version: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1
> 20151010]
> > QGIS version: 2.15.0-Master Master, e9d3a3a
> >
> > Python Path:
> >
> > /usr/share/qgis/python
> > /home/alexandre/.qgis2/python
> > /home/alexandre/.qgis2/python/plugins
> > /usr/share/qgis/python/plugins
> > /usr/lib/python2.7
> > /usr/lib/python2.7/plat-x86_64-linux-gnu
> > /usr/lib/python2.7/lib-tk
> > /usr/lib/python2.7/lib-old
> > /usr/lib/python2.7/lib-dynload
> > /home/alexandre/.local/lib/python2.7/site-packages
> > /usr/local/lib/python2.7/dist-packages
> > /usr/lib/python2.7/dist-packages
> > /usr/lib/python2.7/dist-packages/PILcompat
> > /usr/lib/python2.7/dist-packages/gtk-2.0
> > /usr/lib/python2.7/dist-packages/ubuntu-sso-client
> > /home/alexandre/.qgis2//python
> >
> >
> > --
> > Alexandre Neto
> > -
> > @AlexNetoGeo
> > http://sigsemgrilhetas.wordpress.com
> > http://gisunchained.wordpress.com
> >
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Crayfish plugin OSError: libproj.so.0

2016-05-10 Thread Werner Macho
Hi,

That error:
OSError: libproj.so.0: cannot open shared object file: No such file or directory
looks a bit suspicious to me .. Are you sure the package libproj0 is installed?

regards
Werner


On Tue, May 10, 2016 at 11:16 AM, Alexandre Neto  wrote:
> I'm having troubles loading the Crayfish plugin in ubuntu 15.10 wily. No
> problem whatsoever with windows tho.
>
> Couldn't load plugin crayfish due to an error when calling its initGui()
> method
>
> OSError: libproj.so.0: cannot open shared object file: No such file or
> directory
>
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 335, in
> startPlugin
> plugins[packageName].initGui()
>   File "/home/alexandre/.qgis2/python/plugins/crayfish/plugin.py", line 73,
> in initGui
> if not ensure_library_installed():
>   File
> "/home/alexandre/.qgis2/python/plugins/crayfish/gui/install_helper.py", line
> 133, in ensure_library_installed
> load_library()
>   File "/home/alexandre/.qgis2/python/plugins/crayfish/core.py", line 85, in
> load_library
> lib = ctypes.cdll.LoadLibrary(libpath)
>   File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
> return self._dlltype(name)
>   File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
> self._handle = _dlopen(self._name, mode)
> OSError: libproj.so.0: cannot open shared object file: No such file or
> directory
>
>
> Python version: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1 20151010]
> QGIS version: 2.15.0-Master Master, e9d3a3a
>
> Python Path:
>
> /usr/share/qgis/python
> /home/alexandre/.qgis2/python
> /home/alexandre/.qgis2/python/plugins
> /usr/share/qgis/python/plugins
> /usr/lib/python2.7
> /usr/lib/python2.7/plat-x86_64-linux-gnu
> /usr/lib/python2.7/lib-tk
> /usr/lib/python2.7/lib-old
> /usr/lib/python2.7/lib-dynload
> /home/alexandre/.local/lib/python2.7/site-packages
> /usr/local/lib/python2.7/dist-packages
> /usr/lib/python2.7/dist-packages
> /usr/lib/python2.7/dist-packages/PILcompat
> /usr/lib/python2.7/dist-packages/gtk-2.0
> /usr/lib/python2.7/dist-packages/ubuntu-sso-client
> /home/alexandre/.qgis2//python
>
>
> --
> Alexandre Neto
> -
> @AlexNetoGeo
> http://sigsemgrilhetas.wordpress.com
> http://gisunchained.wordpress.com
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Crayfish plugin OSError: libproj.so.0

2016-05-10 Thread Alexandre Neto
I'm having troubles loading the Crayfish plugin in ubuntu 15.10 wily. No
problem whatsoever with windows tho.

Couldn't load plugin crayfish due to an error when calling its initGui()
method

OSError: libproj.so.0: cannot open shared object file: No such file or
directory

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 335, in
startPlugin
plugins[packageName].initGui()
  File "/home/alexandre/.qgis2/python/plugins/crayfish/plugin.py",
line 73, in initGui
if not ensure_library_installed():
  File "/home/alexandre/.qgis2/python/plugins/crayfish/gui/install_helper.py",
line 133, in ensure_library_installed
load_library()
  File "/home/alexandre/.qgis2/python/plugins/crayfish/core.py", line
85, in load_library
lib = ctypes.cdll.LoadLibrary(libpath)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
return self._dlltype(name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libproj.so.0: cannot open shared object file: No such file or directory


Python version: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1
20151010]
QGIS version: 2.15.0-Master Master, e9d3a3a

Python Path:

   - /usr/share/qgis/python
   - /home/alexandre/.qgis2/python
   - /home/alexandre/.qgis2/python/plugins
   - /usr/share/qgis/python/plugins
   - /usr/lib/python2.7
   - /usr/lib/python2.7/plat-x86_64-linux-gnu
   - /usr/lib/python2.7/lib-tk
   - /usr/lib/python2.7/lib-old
   - /usr/lib/python2.7/lib-dynload
   - /home/alexandre/.local/lib/python2.7/site-packages
   - /usr/local/lib/python2.7/dist-packages
   - /usr/lib/python2.7/dist-packages
   - /usr/lib/python2.7/dist-packages/PILcompat
   - /usr/lib/python2.7/dist-packages/gtk-2.0
   - /usr/lib/python2.7/dist-packages/ubuntu-sso-client
   - /home/alexandre/.qgis2//python


-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Connect lines in Geoserver

2016-05-10 Thread emmexx
I was trying to update a lines layer from geoserver (WFS) to add a new
line and to connect it to other lines.
I remember I did that in the past but I'm not sure now.

I enable snapping, create the line, add the points and snap the starting
and ending nodes to other lines, then I save.
If I try to move the connecting node in qgis, both lines move.
But when I check on geoserver the 2 lines are not connected (I use that
layer for routing). I exported the layer data to josm and even there I
see that the lines are not connected.

What am I doing wrong?

Thank you
maxx
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user