Re: [Qgis-user] Qgis won't start after Crash. Missing qgis-bin.exe

2018-02-20 Per discussione nils.hempel
Richard,

 

thank you for your answer. I found the cause for my trouble in my virus scanner 
who somehow decided that the qgis-bin.exe is infected and moved it into a 
quarantine folder. Undoing this solved the issue. 

 

However, the crash appeared when I was using the qgis.v.upgrade module in the 
qgis GRASS extension. If the crash  was caused by my virus scanner or if the 
behavior of it was a result of the crash I cannot tell. 

 

Thanks again,

Regards,

 

Nils

 

Von: Richard McDonnell [mailto:richard.mcdonn...@opw.ie] 
Gesendet: Dienstag, 20. Februar 2018 15:21
An: nils.hem...@gmx.de; qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] Qgis won't start after Crash. Missing qgis-bin.exe

 

Nils,
Is there a file similar to this your_project_name.qgs~, where 
"your_project_name" is replaced by your shortcut/project name, if so, this 
would be a solution, rename it to something like project_name_2.qgs  and open 
it. I hope this solves the issue.
Regards,

Richard.



On 20/02/2018 13:29, nils.hem...@gmx.de   wrote:

Hi all, 

 

today I was using QGis until it crashed. Now it will not start, telling me the 
qgis-bin.exe is missing. I’ve restarted my computer several times now but still 
the error remains. 

I’ve start qgis with the same link not less then one hour ago and I certaintly 
didn’t delete any .exe files. Does anyone knows if there are lock files which 
can cause this error? 

 

Cheers,

 

Nils






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

 

-- 
Richard McDonnell
GIS Specialist PgD GIS AssocSCSI
OPW FRM Data Management
52 Stephens Green, Dublin 2.
TEL: 01 6476543

  



Email Disclaimer: http://www.opw.ie/en/disclaimer/ 

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

Re: [QGIS-it-user] Info plugin: Cxf_in Caricatore file CXF Catasto

2018-02-20 Per discussione Ivano
Ciao Alessio, 
io utilizzo mac book pro e posso dirti che il WMS messo a disposizione
dall'agenzia delle entrate ad oggi dopo molte difficolta' iniziali (ne
abbiamo parlato a iosa su questa ML) funziona correttamente, seppur con
tutti i suoi limiti in egual modo per la versione windows (che utilizzo al
lavoro), idem per il plugin cxf_in. Le problematiche sono strettamente
correlate  alla configurazione di Qgis sul tuo mac ovvero nella creazione di
un ambiente adatto che permetta la gestione dei percorsi(come da risposta di
Saccon) e dei certificati per i servizi esterni.
Purtroppo non e' molto semplice in macOS configurare il tutto in modo
adeguato con l'installazione da kyngchaos, che immagino tu abbia, anche se
ritengo che il lavoro messo a disposizione di William Kyngesburye sia
eccezionale. Se mi dai conferma di questa installazione possiamo risolvere
qui in ML.


Ivano





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Problems to create new columns through two tables

2018-02-20 Per discussione Frank Broniewski
Hey  Daniel,

did you have a look at virtual layers [1]? They allow you to reference as many 
layers and tables as you wish and perform some SQL on them to create a new 
layer. In addition, if you define a proper relation [2] between your layers you 
can use the aggregate_* [3] functions in the field calculator to get to your 
desired result.

HTH Frank

[1] 
https://docs.qgis.org/2.18/en/docs/user_manual/working_with_vector/virtual_layers.html
[2] 
https://docs.qgis.org/2.18/en/docs/user_manual/working_with_vector/attribute_table.html?highlight=relation#creating-one-or-many-to-many-relations
[3] 
https://docs.qgis.org/2.18/en/docs/user_manual/working_with_vector/expression.html?highlight=aggregates#aggregates-functions

Dipl. Geogr. Frank Broniewski
Waldhölzbacher Str. 51
66679 Losheim am See
06872 509 068 4
0176 611 26 9 2 6
www.frankbroniewski.com

Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Daniel 
Alejandro Montecinos Rubilar
Gesendet: Dienstag, 20. Februar 2018 18:27
An: qgis-user@lists.osgeo.org
Betreff: [Qgis-user] Problems to create new columns through two tables

Hello

I want to create a new column in QGIS from a cross-information of two tables. 
The first table are communes of my country and the second are some electrical 
faults plotted as points. Then I want to create a new column in table 1, by 
means of the following logic:

NewColumn = Sum (column_value2_ of_table2)

I have been using MapInfo for a long time and recently I occupy QGIS with the 
intention of changing and I was getting convinced until I could not perform 
this operation, which in MapInfo was very easy with SQL queries.

I already appreciate your comments

Sincerely,

Daniel Montecinos Rubilar
Electrical Civil Engineer
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Problems to create new columns through two tables

2018-02-20 Per discussione Kai Borgolte
Am 20.02.2018 um 18:27 schrieb Daniel Alejandro Montecinos Rubilar:

> I want to create a new column in QGIS from a cross-information of two tables. 
> The first table are communes of my country and the second are some electrical 
> faults plotted as points. Then I want to create a new column in table 1, by 
> means of the following logic:
> 
> NewColumn = Sum (column_value2_ of_table2)

When you install the refFunctions plugin, you can use the Field
Calculator to create an aggregate field with a formula like this:

intersecting_geom_sum('table2', 'column_value2')

This will search all points in table2 intersecting with features in
table1, add the values from column_value2 and write the sum to table1.
-- 
Kai Borgolte, Bonn

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

Re: [QGIS-it-user] Pagina Facebook di QGIS Italia

2018-02-20 Per discussione Luca Mandolesi
Messaggio di risposta automatica inserito.

Se volete provarlo per vedere se vi piace, mandate un messaggio alla pagina
di QGis italia su Facebook.

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


[Qgis-user] Problems to create new columns through two tables

2018-02-20 Per discussione Daniel Alejandro Montecinos Rubilar
Hello

I want to create a new column in QGIS from a cross-information of two tables. 
The first table are communes of my country and the second are some electrical 
faults plotted as points. Then I want to create a new column in table 1, by 
means of the following logic:

NewColumn = Sum (column_value2_ of_table2)

I have been using MapInfo for a long time and recently I occupy QGIS with the 
intention of changing and I was getting convinced until I could not perform 
this operation, which in MapInfo was very easy with SQL queries.

I already appreciate your comments

Sincerely,
Daniel Montecinos Rubilar
Electrical Civil Engineer

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

Re: [Qgis-user] Qgis won't start after Crash. Missing qgis-bin.exe

2018-02-20 Per discussione Richard McDonnell

Nils,
Is there a file similar to this /*your_project_name.qgs~*/, where 
"your_project_name" is replaced by your shortcut/project name, if so, 
this would be a solution, rename it to something like 
/*project_name_2.qgs */and open it. I hope this solves the issue.

Regards,

Richard.


On 20/02/2018 13:29, nils.hem...@gmx.de wrote:


Hi all,

today I was using QGis until it crashed. Now it will not start, 
telling me the qgis-bin.exe is missing. I’ve restarted my computer 
several times now but still the error remains.


I’ve start qgis with the same link not less then one hour ago and I 
certaintly didn’t delete any .exe files. Does anyone knows if there 
are lock files which can cause this error?


Cheers,

Nils



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


--
*_Richard McDonnell_*
*GIS Specialist PgD GIS AssocSCSI*
*OPW FRM Data Management*
*52 Stephens Green, Dublin 2.*
TEL: 01 6476543

OPW - Ag féachaint don am atá le teacht - Ag caomhnú ón am atá thart
OPW - Looking to the future - Caring for the past

***
Email Disclaimer: http://www.opw.ie/en/disclaimer/

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

[Qgis-user] Qgis won't start after Crash. Missing qgis-bin.exe

2018-02-20 Per discussione nils.hempel
Hi all, 

 

today I was using QGis until it crashed. Now it will not start, telling me
the qgis-bin.exe is missing. I've restarted my computer several times now
but still the error remains. 

I've start qgis with the same link not less then one hour ago and I
certaintly didn't delete any .exe files. Does anyone knows if there are lock
files which can cause this error? 

 

Cheers,

 

Nils

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

[Qgis-user] WFS 2.0 feature type with inherited properties not shown on map

2018-02-20 Per discussione Lyn Elisa Goltz
Dear list,

we have problems to include a complex WFS feature type as layer in QGIS 2.18.16.
The underlying schema is the german XPlan GML 4.1 [1]. The WFS 2.0 provides
several layers, among others "xplan:BP_Plan". The connection to the service
seems to work fine, after adding the connection the feature type "xplan:BP_Plan"
can be added as layer. The layer is shown in the layer window as you can see in
the attached image. The number of objects is correctly shown behind the
layername. The icon of the layer looks like a sheet and it is not possible to
select/deselect the layer. The map is empty.
Taking a look into the attributes as well as the fields in the layer properties
it seems the list of fields does not match the provided properties of the
feature type (among others the geometry is missing). Noticeable is that all
inherited porperties are missing. As you can see in the schema, the type
BP_PlanType extends XP_PlanType.

Is there any option we have to set during including the service or layer? Or is
the handling of such cases not implemented in QGIS?

Using the WFS 2.0 Client plugin (0.9.8 beta) of Jürgen Weichand the feature type
can be added as layer and is shown on the map as expected. Furthermore,
rendering works fine if the data was manually downloaded as GML from WFS and
included in QGIS.

Best regards,
Lyn

[1]
http://www.xplanungwiki.de/index.php?title=Datei:XPlanGML_4_1_Kernmodell-Schemata.zip



-- 
### -->  Bitte beachten Sie unsere neuen Rufnummern  <--  ###

--
l a t / l o n  GmbH
Aennchenstrasse 1953177 Bonn, Germany
phone ++49 +228 9477 9877 fax ++49 +228 9477 0154
http://www.lat-lon.de http://www.deegree.org

lat/lon gesellschaft für raumbezogene informationssysteme mbH
Registergericht: Amtsgericht Bonn, HRB 13042
Geschäftsführer: Jens Fitzke und Torsten Friebe


signature.asc
Description: OpenPGP digital signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Polygon Dimensioning in QGIS

2018-02-20 Per discussione Paolo Cavallini
Il 08/02/2018 16:46, Michel Stuyts ha scritto:
> Paolo,
> 
> I used your example as a starting point to create a qml style file that adds 
> dimensions to all segments of the border of 

Great stuff, now merged. More feedback welcome, please interested people
dwnload it via Resource Manager and give feeback.
Thanks.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user