Re: [QGIS-it-user] editing delle linestringZM in QGIS + Postgis

2016-05-31 Per discussione Amedeo Fadini
Ciao Salvatore,

Il 31 maggio 2016 20:15, Salvatore Larosa  ha scritto:

> incuriosito e non avendo a disposizione geometrie di quel tipo ho
> fatto una prova fai da te.
> Riesco ad inserire ed a spezzare le geometrie senza alcun errore.
> Sarebbe interessante fare una prova con i tuoi dati.

Non so dirti può darsi che per geometrie semplici abbia meno problemi..
Non ho capito dove la spezzi e come...
Io ho risolto utilizzando una colonna di tipo linestring a 3d.
facciole modifiche goemtriche  e poi aggiorno l'altra colonna con
St_addmeasure(geom, 0, St_length(geom))
sto lavorando in coordinate proiettate con Qgis 1.14.1

Riguardo l'editin dei vertici lo sapevo che si possono inserire a mano
i valori di Z e M, ma non ho decisamente il tempo di farlo né è
possibile calcolare i valori corretti (progressive ettometriche) se
non apppunto con ST_addmeasure

Purtroppo non ho tempo per altri test devo andare avanti con i lavoro
grazie mille comunque

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


Re: [QGIS-it-user] editing delle linestringZM in QGIS + Postgis

2016-05-31 Per discussione Salvatore Larosa
Ciao Giuliano,

2016-05-31 20:17 GMT+02:00 giulianc51 :
> Il giorno Tue, 31 May 2016 20:15:36 +0200
> Salvatore Larosa  ha scritto:
>
>> Ciao,
>
> ciao,
>
>
>> 2016-05-31 15:38 GMT+02:00 Amedeo Fadini :
>> > Salve a tutti,
>> > devo gestire un grafo stradale in Postgis le geometrie sono
>> > Linestring a 4 dimensioni (XYZM).
>> > 
>>
>> ..
>> Dovresti riuscire ad editare la tabella presente nell'editor dei
>> vertici una volta cliccato sulla geometria con il Node Tool.
>> Da li puoi editare sia la Z che la M e poi salvare il tutto.
>
> della Z cosa fa, la interpola fra i valori agli estremi del concio?

scusa ma non ho capito a cosa ti riferisci. La Z viene assegnata ad
ogni vertice della LineString.


-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] CADtoGIS - importare gli attributi dei blocchi cad in qgis UPDATE

2016-05-31 Per discussione falcerisim...@inwind.it
Salve a tutti,
uso qgis 2.14.1 Win7 32bit.

"1) Ho un disegno DXF con tanti blocchi georeferenziati (raffiguranti cose 
puntuali viste dall'alto sul territorio come tralicci, pali, pozzetti), 
ciascuno con attributi riportanti diverse informazioni.
2) Volevo sapere gentilmente se esiste un modo per estrapolare il punto di 
origine del blocco (quindi layer point), con le colonne degli attributi 
popolate relativamente da ciascun blocco (tabella attributi) in Qgis.

Con ESRI ArcMap basta caricare un DXF" (o DWG) "e ti genera tutti i layer, in 
questo caso il layer Point sarebbe al completo di informazioni, cosa che 
purtroppo con Qgis non è possibile ottenere; e non posso nemmeno esplodere i 
blocchi, causa la perdita di informazioni."

AGGIORNAMENTO
In tema di importazione di file CAD con blocchi e attributi (disegno ricevuto 
da enti esterni che lavorano solo in CAD), purtroppo non essendo 
programmatore 
ho dovuto ricorrere ad ArcMap, caricato direttamente il DWG (volendo anche 
DXF, 
è lo stesso) per ottenere i layers al completo di informazioni, esportati in 
SHP e risolto il problema proseguendo il resto del lavoro in qgis.
Volevo ottenere la stessa cosa con metodo OPEN e NON con sw commerciali 
(anche 
per chi non può permettersi di pagare la licenza).

grazie e saluti!


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


Re: [QGIS-it-user] editing delle linestringZM in QGIS + Postgis

2016-05-31 Per discussione Salvatore Larosa
Ciao,

2016-05-31 15:38 GMT+02:00 Amedeo Fadini :
> Salve a tutti,
> devo gestire un grafo stradale in Postgis le geometrie sono Linestring
> a 4 dimensioni (XYZM).
>
> nel momento in cui devo spezzare una linea con lo strumento di editing
> di QGIS viene tagliata correttamente ma non è posisbile fare il commit
> in quanto viene sollevato l'errore:
>
> ERROR: Column has M dimension but geometry does not
>
> Segno che la "nuova" geometria creata non ha la dimensione M.

incuriosito e non avendo a disposizione geometrie di quel tipo ho
fatto una prova fai da te.
Riesco ad inserire ed a spezzare le geometrie senza alcun errore.
Sarebbe interessante fare una prova con i tuoi dati.

il mio testcase:

CREATE TABLE test.my_table (gid serial NOT NULL);
SELECT AddGeometryColumn('test', 'my_table', 'geom', 4326, 'LINESTRING', 4 );
INSERT INTO test.my_table VALUES(1, ST_GeomFromText('LINESTRING(0 0 0
1,0 5 0 2,5 0 0 3,0 0 0 4)', 4326));

Dalla python console (come controprova):

>>> vl = iface.activeLayer()
>>> for f in vl.getFeatures():
...   geom = f.geometry()
...   geom.geometry().wkbType() == QgsWKBTypes.LineStringZM
True

Il test l'ho fatto con la versione di sviluppo però, tu?

> Lo stesso accade quando cerco di aggiungere un vertice nuovo, che
> assume M=0 e tale valore è incoerente con i vertici vicini. I n questo
> caso la geometrie scompare del tutto.
> Avete qualche idea di come si può risolvere? Esiste nel calcolatore di
> campi una funzione che consente di aggiungere la misura alla geometria
> prima del commit?

Dovresti riuscire ad editare la tabella presente nell'editor dei
vertici una volta cliccato sulla geometria con il Node Tool.
Da li puoi editare sia la Z che la M e poi salvare il tutto.


-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Fwd: Default line width in styles

2016-05-31 Per discussione Goyo
2016-05-30 18:25 GMT+02:00 Carlos Cerdán :
> Thank you very much Tyler, that's that I wanted, but it works for the
> current project only (QGIS 2.14.3 - Ubuntu).
>
> I would like to set the default width of polygon border lines to all of new
> projects in one step.
>
> Perhaps it can be done from a text-configuration file?

I did not try but I guess you can create an empty project with your
preferred defaults and use it as the default project template.

Goyo

>
> 2016-05-30 10:44 GMT-05:00 Tyler Veinot :
>>
>> Under Project goto--> Project Properties goto--> Default Styles There you
>> can change the defaults for new layer symbology including line width.
>>
>> "
>>
>> The Default Styles menu lets you control how new layers will be drawn when
>> they do not have an existing .qml style defined. You can also set the
>> default transparency level for new layers and whether symbols should have
>> random colours assigned to them. There is also an additional section where
>> you can define specific colors for the running project. You can find the
>> added colors in the drop down menu of the color dialog window present in
>> each renderer."
>>
>>
>> Good question though, I did not know how to do this until I looked it up.
>> Tyler
>>
>> On Mon, May 30, 2016 at 11:49 AM, Carlos Cerdán 
>> wrote:
>>>
>>> Hi list:
>>>
>>> How can i change the default line width in styles?
>>>
>>> Sorry if it's a trivial question, but I can't find it. I prefer to work
>>> with 1.5 mm but default is 2.6
>>>
>>> Carlos
>>>
>>> ___
>>> 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

[Qgis-user] QAD Dimension plugin in Qgis 2.14.3 Essen (Franco Cazzola)

2016-05-31 Per discussione Franco Cazzola
Hi
As suggested, I tried QAD plugin and dimension features using the sample 
project provided with the plugin.
The three dimension features work well.

May I use these features inside other QGIS project ?
I load a copy of the three layers shape files (dim_line, dim_text, dim_symbol) 
inside a current project.
I tried to  create a new dimension style:
in the mask, I can choose and set:   Line.layer, Symbol.layer  but  Text.layer 
and all others field are disable

Thanks for your contribution
Franco Cazzola 


-Messaggio originale-
Da: ga...@riseup.net [mailto:ga...@riseup.net] 
Inviato: martedì 24 maggio 2016 17:03
A: Franco Cazzola
Oggetto: Re: R: R: [Qgis-user] Dimension plugin in Qgis 2.10.1 Pisa

hi,
can you write in english, please ?
Anyway, after loading the sample project you have to set the current dimension 
style.
You can do it setting the dimstyle variable to "standard" value running the 
_setvar command or _dimstyle command.
After that you can run dimlinear or dimaligned command.
___
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] Query or export related layers

2016-05-31 Per discussione Jonas Dillen
Hello,

I have related a vector shapefile (polygon) with a larger data-set from a
CSV-file, based on a common ID-field.
Whit the object-identification tool, I can now consult all matching records
from each individual polygon. So far so good.

I would like to query this joined data-set in Qgis, so I can visualise the
query-results.
Querying in the original excel would be conveniënt, but doesn't allow
map-visualisation of the results.

A possible solution would be to export the related data as a new shapefile.
Additional polygons would have to be created for the complementary
csv-records.
I can't manage to do that either.

Is there another way/plugin to handle this situation?

Greetings

Jonas
___
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] the use of QGIS with many users

2016-05-31 Per discussione Régis Haubourg
Hi,
same here, we have 70 frequent users on a Citrix virtualized
infrastructure, with potentially 300 concurrent sessions.
We have a centralized postgis DB, with PGpool 2 for high availabilty,
failover and load balancing. But we had troubles with pgpool, a sing DB
with more memory on the server would have been sufficient I guess.
We faced some troubles when doing teaching courses, when everybody opened
the same project, with multithreading enabled. We reached the max number of
connection on the pool, but we just had to change a config file then...
Even installation is easy, we just installed Visual Basic C++ runtimes on
the 15 citrix servers, then unzipped our osgeo4w package on it.. (make sure
to use the same location as on the machine used to do the first install,
some paths are hard coded).

Colleagues of mine never managed to have ArcGis work well on such
infrastructures (I didn't even try).

Sharing datas can be handled in many ways. I advice you to use layers'menu
from project plugin to build a menu with with shortcuts to preconfigured
layers, just using a centralised qgs project.

Welcome here !


2016-05-31 15:25 GMT+02:00 Karl-Magnus Jönsson <
karl-magnus.jons...@kristianstad.se>:

> Good afternoon,
> Posgresql and the spatial extension PostGIS works very well with QGIS. I
> believe there are tons of examples, documentation etc. on the Internet.
> There are nice graphical tools to manage data and users. Eg. Pgadmin and
> DBmanager within QGIS.
>
> Karl-Magnus Jönsson
>
>
> -Ursprungligt meddelande-
> Från: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] För Comacle
> Mathilde
> Skickat: den 31 maj 2016 12:24
> Till: qgis-user@lists.osgeo.org
> Ämne: [Qgis-user] the use of QGIS with many users
>
>
> Good morning everybody,
>
> I am working for a firm and we use ARGIS but we prefer to use QGIS and i
> am working for the use of QGIS.
>
> I would like to know how QGIS works with Postgresql ? Do you know if it is
> possible to work with many users ?
>
> In what ways are managed data?
>
> thankfully,
>
> Mathilde Comacle
> ___
> 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




-- 
Régis Haubourg

Attention, changement d'adresse mail!
Mon adresse principale devient désormais regis.haubourg at gmail.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] Auto-fill id in attribute table when creating a feature

2016-05-31 Per discussione Karl-Magnus Jönsson
OK. Maybe not. But are you not interested in adding attribute values to the 
features you can set that the attribute form doesn’t show after adding 
features. Look in the top of section digitizing in the options dialog.

http://docs.qgis.org/2.8/en/docs/user_manual/introduction/qgis_configuration.html#options


Karl-Magnus Jönsson

Från: Simon Muirhead [mailto:si...@simsurf.com.au]
Skickat: den 31 maj 2016 15:27
Till: Karl-Magnus Jönsson
Ämne: Re: SV: [Qgis-user] Auto-fill id in attribute table when creating a 
feature


Hi Karl, it won't let you create a shape file without at least one field in the 
attribute table.

Regards, Simon Muirhead
Written from my Nexus 6P so don't expect Tolstoy.
On 31 May 2016 23:19, "Karl-Magnus Jönsson" 
>
 wrote:
Hi!
Do you really need the ID field in the shapefile? If not you can drop it, hide 
it or ignore it and it works anyway. If you need a counter as primary key 
consider using another data provider suggested by Andreas.

Karl-Magnus Jönsson

Från: Qgis-user 
[mailto:qgis-user-boun...@lists.osgeo.org]
 För Neumann, Andreas
Skickat: den 31 maj 2016 14:04
Till: Simon Muirhead
Kopia: qgis-user@lists.osgeo.org
Ämne: Re: [Qgis-user] Auto-fill id in attribute table when creating a feature


Hi Simon,

It is a bit data provider dependent. For many data providers (e.g. Postgis, 
SpatiaLite, Geopackage) you just don't fill in this value (or better set the 
edit widget to "read only") - provided that the database has a sequence defined 
for the primary key column. The values are filled in when saving the data. In 
2.16 there is a new mode for PostgreSQL to immediately get the id value 
(experimental).

What data format are you using?

Greetings,

Andreas

On 2016-05-31 13:43, Simon Muirhead wrote:

Hi, I am new to QGIS, coming from ARCGiS. I was wondering when creating a new 
feature in a shape file, QGIS asks to fill in the id in the attribute table for 
every feature created. Is there anyway to have this done automatically like 
ARCGiS does?

Regards, Simon Muirhead
Written from my Nexus 6P so don't expect Tolstoy.

___
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] editing delle linestringZM in QGIS + Postgis

2016-05-31 Per discussione Amedeo Fadini
Salve a tutti,
devo gestire un grafo stradale in Postgis le geometrie sono Linestring
a 4 dimensioni (XYZM).

nel momento in cui devo spezzare una linea con lo strumento di editing
di QGIS viene tagliata correttamente ma non è posisbile fare il commit
in quanto viene sollevato l'errore:

ERROR: Column has M dimension but geometry does not

Segno che la "nuova" geometria creata non ha la dimensione M.

Lo stesso accade quando cerco di aggiungere un vertice nuovo, che
assume M=0 e tale valore è incoerente con i vertici vicini. I n questo
caso la geometrie scompare del tutto.
Avete qualche idea di come si può risolvere? Esiste nel calcolatore di
campi una funzione che consente di aggiungere la misura alla geometria
prima del commit?

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


Re: [Qgis-user] Auto-fill id in attribute table when creating a feature

2016-05-31 Per discussione Karl-Magnus Jönsson
Hi!
Do you really need the ID field in the shapefile? If not you can drop it, hide 
it or ignore it and it works anyway. If you need a counter as primary key 
consider using another data provider suggested by Andreas.

Karl-Magnus Jönsson

Från: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] För Neumann, Andreas
Skickat: den 31 maj 2016 14:04
Till: Simon Muirhead
Kopia: qgis-user@lists.osgeo.org
Ämne: Re: [Qgis-user] Auto-fill id in attribute table when creating a feature


Hi Simon,

It is a bit data provider dependent. For many data providers (e.g. Postgis, 
SpatiaLite, Geopackage) you just don't fill in this value (or better set the 
edit widget to "read only") - provided that the database has a sequence defined 
for the primary key column. The values are filled in when saving the data. In 
2.16 there is a new mode for PostgreSQL to immediately get the id value 
(experimental).

What data format are you using?

Greetings,

Andreas

On 2016-05-31 13:43, Simon Muirhead wrote:

Hi, I am new to QGIS, coming from ARCGiS. I was wondering when creating a new 
feature in a shape file, QGIS asks to fill in the id in the attribute table for 
every feature created. Is there anyway to have this done automatically like 
ARCGiS does?

Regards, Simon Muirhead
Written from my Nexus 6P so don't expect Tolstoy.

___
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] [QGIS-UX] Processing UI: moving "open layer" checkbox

2016-05-31 Per discussione Anita Graser
On Tue, May 31, 2016 at 12:31 PM, Alexander Bruy 
wrote:
>
> Maybe I misunderstood, but you already can check/uncheck "Open output file"
> checkboxes for every output and decide which outputs will be loaded into
> QGIS.
>

Sorry, you're right, I remembered this wrong ...

Anita
___
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] Mappa comunità QGIS

2016-05-31 Per discussione Roberto Marzocchi
E' una mappa che credo abbiano presentato alla conferenza degli utenti 
di QGIS della settimana scorsa, quindi semplicemente si tratta di una 
novità.


R


Il 31.05.2016 13:52 Totò ha scritto:

nformica wrote

Quelli che vedo registrati fino ad ora mi sembrano un pò pochini e
mancano nomi storici.
Che diffusione ha questa mappa ?


Ciao Nino,
ho scoperto solo stamani la mappa, non so dirti altro!!!



--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Mappa-comunita-QGIS-tp5269013p5269041.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


--
Eng. Roberto Marzocchi, PhD
R coordinator
Gter srl Innovazione in Geomatica, Gnss e Gis
Spin-off Progetto Uni.T.I. promoted by UNIGE
Piazza De Marini 3/61 - 16123 Genova
P.IVA/CF 01998770992
ph: 010-8694830 Fax: 010-8694737
mob: 349-8786575
E-mail: roberto.marzoc...@gter.it
skype: roberto.marzocchi84
www.gter.it

--
Gter social
www.twitter.com/Gteronline - www.facebook.com/Gteronline - 
https://plus.google.com/+GterIt/posts

www.linkedin.com/company/gter-srl-innovazione-in-geomatica-gnss-e-gis

-
Please consider the environment before printing this email!
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Mappa comunità QGIS

2016-05-31 Per discussione Sandro Santilli
On Tue, May 31, 2016 at 04:52:34AM -0700, Totò wrote:
> nformica wrote
> > Quelli che vedo registrati fino ad ora mi sembrano un pò pochini e
> > mancano nomi storici.
> > Che diffusione ha questa mappa ?
> 
> Ciao Nino,
> ho scoperto solo stamani la mappa, non so dirti altro!!!

Pare sia online da 18 ore:
https://github.com/qgis/QGIS-Django/commit/8092224cf7a85f55e56b04b4e9ee12b7ac09b67d

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


Re: [Qgis-user] Auto-fill id in attribute table when creating a feature

2016-05-31 Per discussione Neumann, Andreas
Hi Simon, 

It is a bit data provider dependent. For many data providers (e.g.
Postgis, SpatiaLite, Geopackage) you just don't fill in this value (or
better set the edit widget to "read only") - provided that the database
has a sequence defined for the primary key column. The values are filled
in when saving the data. In 2.16 there is a new mode for PostgreSQL to
immediately get the id value (experimental). 

What data format are you using? 

Greetings, 

Andreas 

On 2016-05-31 13:43, Simon Muirhead wrote:

> Hi, I am new to QGIS, coming from ARCGiS. I was wondering when creating a new 
> feature in a shape file, QGIS asks to fill in the id in the attribute table 
> for every feature created. Is there anyway to have this done automatically 
> like ARCGiS does? 
> 
> Regards, Simon Muirhead
> Written from my Nexus 6P so don't expect Tolstoy. 
> ___
> 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] Mappa comunità QGIS

2016-05-31 Per discussione nino formica
Quelli che vedo registrati fino ad ora mi sembrano un pò pochini e
mancano nomi storici.
Che diffusione ha questa mappa ?

Saluti
Nino

2016-05-31 11:39 GMT+02:00 Totò :
> ecco una mappa dove mapparsi!!!
>
> http://plugins.qgis.org/community-map/
>
> ciao
>
>
>
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/Mappa-comunita-QGIS-tp5269013.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] Auto-fill id in attribute table when creating a feature

2016-05-31 Per discussione Simon Muirhead
Hi, I am new to QGIS, coming from ARCGiS. I was wondering when creating a
new feature in a shape file, QGIS asks to fill in the id in the attribute
table for every feature created. Is there anyway to have this done
automatically like ARCGiS does?

Regards, Simon Muirhead
Written from my Nexus 6P so don't expect Tolstoy.
___
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] [QGIS-UX] Processing UI: moving "open layer" checkbox

2016-05-31 Per discussione Alexander Bruy
2016-05-30 21:22 GMT+03:00 Anita Graser :
> On Sun, May 29, 2016 at 11:54 PM, Alexandre Neto 
> wrote:
>>
>> Would this allow to add some outputs to the map, but not all? I don't
>> think the second screen would be very clear for users. It would be better if
>> inside a group called "Add output to the map". Actually it should be the
>> same sentence used in the save as... menu.
>
>
> +1 I also think the after screenshot is more confusing than the before since
> the user does not know what enabling the "buffer" checkbox will actually do.
> That said, I think it could be useful to allow the user to select which
> outputs should be loaded. A group as suggested by Alexandre could work.

Maybe I misunderstood, but you already can check/uncheck "Open output file"
checkboxes for every output and decide which outputs will be loaded into QGIS.

I will fix wording today.


-- 
Alexander Bruy
___
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] the use of QGIS with many users

2016-05-31 Per discussione Comacle Mathilde

Good morning everybody,

I am working for a firm and we use ARGIS but we prefer to use QGIS and i am 
working for the use of QGIS.

I would like to know how QGIS works with Postgresql ? Do you know if it is 
possible to work with many users ? 

In what ways are managed data?

thankfully,

Mathilde Comacle 
___
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] Mappa comunità QGIS

2016-05-31 Per discussione Totò
ecco una mappa dove mapparsi!!!

http://plugins.qgis.org/community-map/

ciao



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mappa-comunita-QGIS-tp5269013.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] Cannot install new or upgrade existing plugins

2016-05-31 Per discussione Alessandro Pasotti
2016-05-31 9:49 GMT+02:00 Andrew Martin :

> I have tried to install a plugin opeNoise and have received the error
> message
>
> “Plugin installation failed:connection refused”
>
> I have now found that the same problem is present when I try to upgrade
> existing installed plugins or install any additional plugin
>
> I’m running QGIS Essen 2.14.3 on a Windows 7 laptop. I have tried turning
> off my firewall and connecting though a different ISP
>
> The same issue is also present on a different  Windows 7 laptop running
> Essen 2.14.2
>
> Any suggestions much appreciated
> 



We have been working on the plugin website but now it should be ok.

Can you please retry now?



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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] Gesucht: Übersetzer der aktuellenQGIS-Dokumentation

2016-05-31 Per discussione DelazJ
 Hi,

Thanks Andreas for the explanation.

I suppose the work is about the next 2.14 documentation. If i may, why not
finance someone to help us write the doc instead of translation? I wonder
if the need isn't currently there?
We didn't talk about it yet but I suppose it'd be nice to have the LTR doc
released when 2.14 officially becomes LTR (with the 2.16 release in about a
month).
Despite the great work done during the hackfest (2.10 and 2.12 issues
almost closed), we still have around 40 issues [1] to tackle for a FULLY
featured 2.14 doc. So any help, voluntary or paid one, is welcome!

[1]
https://github.com/qgis/QGIS-Documentation/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22QGIS+2.14%22

Regards,
Harrissou

- Reply message -
De : "Richard Duivenvoorde" 
Pour : 
Objet : [Qgis-user]Gesucht: Übersetzer der aktuellenQGIS-Dokumentation
Date : mar., mai 31, 2016 08:18

On 31-05-16 08:11, Neumann, Andreas wrote:
> Hi Richard,
>
> Thomas is looking for a person or company doing the translation work.
> This would be financed through the membership fees of the German and
> Swiss QGIS user groups. It would allow a person to concentrate several
> days/weeks on the translation work.
>
> In the past, Larissa, did the translation work of the german QGIS manual
> and we compensated her work. For transparency reasons we want to open it
> up to other interested persons or companies.
>
> Of course, voluntary contributions are also very much welcome, but the
> QGIS user group membership fees need to be spent somehow - and we
> thought that documentation would be one area that would benefit from our
> financial support. Most of the user group members are busy with their
> day jobs and don't have time - but can contribute financially.
>
> On another question: are you now targetting the 2.16 version for
> documentation? I thought that the manual would be done for the LT
> releases? Did you recently decide to make the documentation for 2.16
> instead?

Ah, sorry I misunderstood:

- sämtliche Beschreibungen von Funktionalitäten, die in den Versionen
2.10, 2.12 und 2.14 neu hinzu gekommen sind
- (dazugehörige) Abbildungen, basierend auf der deutschsprachigen
Benutzeroberfläche sind nachzubilden (und auzutauschen)
- noch nicht übersetzte Teile der bisherigen deutschsprachigen
Dokumentation 2.8

And did a quick read anyway. (Well I also wanted to tell the world our
current plans also, hoping to attract more volunteers :-)...)

Thanks for QGIS-DE to put some money into this.

And, sorry: me wrong. 2.14 off course, the LTR, is our target in short time.

Regards,

Richard

___
Qgis-user mailing listqgis-u...@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] Cannot install new or upgrade existing plugins

2016-05-31 Per discussione Andrew Martin
I have tried to install a plugin opeNoise and have received the error
message

“Plugin installation failed:connection refused”

I have now found that the same problem is present when I try to upgrade
existing installed plugins or install any additional plugin

I’m running QGIS Essen 2.14.3 on a Windows 7 laptop. I have tried turning
off my firewall and connecting though a different ISP

The same issue is also present on a different  Windows 7 laptop running
Essen 2.14.2

Any suggestions much appreciated
___
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] Gesucht: Übersetzer der aktuellen QGIS-Dokumentation

2016-05-31 Per discussione Richard Duivenvoorde
On 31-05-16 08:11, Neumann, Andreas wrote:
> Hi Richard,
> 
> Thomas is looking for a person or company doing the translation work.
> This would be financed through the membership fees of the German and
> Swiss QGIS user groups. It would allow a person to concentrate several
> days/weeks on the translation work.
> 
> In the past, Larissa, did the translation work of the german QGIS manual
> and we compensated her work. For transparency reasons we want to open it
> up to other interested persons or companies. 
> 
> Of course, voluntary contributions are also very much welcome, but the
> QGIS user group membership fees need to be spent somehow - and we
> thought that documentation would be one area that would benefit from our
> financial support. Most of the user group members are busy with their
> day jobs and don't have time - but can contribute financially.
> 
> On another question: are you now targetting the 2.16 version for
> documentation? I thought that the manual would be done for the LT
> releases? Did you recently decide to make the documentation for 2.16
> instead?

Ah, sorry I misunderstood:

- sämtliche Beschreibungen von Funktionalitäten, die in den Versionen
2.10, 2.12 und 2.14 neu hinzu gekommen sind
- (dazugehörige) Abbildungen, basierend auf der deutschsprachigen
Benutzeroberfläche sind nachzubilden (und auzutauschen)
- noch nicht übersetzte Teile der bisherigen deutschsprachigen
Dokumentation 2.8

And did a quick read anyway. (Well I also wanted to tell the world our
current plans also, hoping to attract more volunteers :-)...)

Thanks for QGIS-DE to put some money into this.

And, sorry: me wrong. 2.14 off course, the LTR, is our target in short time.

Regards,

Richard

___
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] Gesucht: Übersetzer der aktuellen QGIS-Dokumentation

2016-05-31 Per discussione Neumann, Andreas
Hi Richard, 

Thomas is looking for a person or company doing the translation work.
This would be financed through the membership fees of the German and
Swiss QGIS user groups. It would allow a person to concentrate several
days/weeks on the translation work. 

In the past, Larissa, did the translation work of the german QGIS manual
and we compensated her work. For transparency reasons we want to open it
up to other interested persons or companies.  

Of course, voluntary contributions are also very much welcome, but the
QGIS user group membership fees need to be spent somehow - and we
thought that documentation would be one area that would benefit from our
financial support. Most of the user group members are busy with their
day jobs and don't have time - but can contribute financially. 

On another question: are you now targetting the 2.16 version for
documentation? I thought that the manual would be done for the LT
releases? Did you recently decide to make the documentation for 2.16
instead? 

Thank you and greetings, 

Andreas 

On 2016-05-30 21:04, Richard Duivenvoorde wrote:

> Hi Thomas,
> 
> my German is not as good as it should be, but I understand you are
> trying to encourage people to attribute to the 2.16 (German) version of
> QGIS-Documentation?
> 
> Note that we are actually doing this:
> 
> http://docs.qgis.org/testing/en/docs/
> 
> this will eventually become 2.16
> 
> http://docs.qgis.org/2.16/en/docs/
> 
> and when that is available, we will push text to transifex, and will
> start translating via transifex.com
> As soon as we have the english version there will be a german and ...
> version:
> 
> http://docs.qgis.org/2.16/de/docs/
> 
> Harrisou, Yves en Alexandre and others are constantly trying to write up
> new documentation.
> 
> This is done via issues which are reported and discussed here:
> 
> https://github.com/qgis/QGIS-Documentation/milestones/QGIS%202.16
> 
> as you can see during the development whenever somebody adds something
> new, or changes something, he/she adds a tag [FEATURE] or [needs-docs]
> to the commit and these issues will be automatically created.
> 
> THUS: if you or others want to help, please contact the community
> emailing list:
> http://www.qgis.org/en/site/forusers/support.html#mailing-lists
> and
> http://lists.osgeo.org/mailman/listinfo/qgis-community-team
> 
> And help to get rid of all the issues in
> 
> https://github.com/qgis/QGIS-Documentation/issues
> 
> which have the milestone 2.16 (or younger).
> 
> When we have those tackled, we branch a new 'testing' branch (for the
> 2.x or 3.0 version of the docs), and 2.16 will be immediately available
> for translation. We will reuse the old translations from 2.8 where possible.
> As said all is done via Transifex.
> To help translating: create an account at transifex.com
> and add yourself to the QGIS-Documentation team:
> https://www.transifex.com/qgis/qgis-documentation
> 
> Hope this helps (too).
> And as said: more hands and heads the faster we will have
> http://docs.qgis.org/2.16
> 
> Feel free to ask questions (preferably on the community or translation
> emaillists
> 
> Regards,
> 
> Richard Duivenvoorde
> 
> On 30-05-16 19:26, Thomas Schüttenberg wrote: 
> 
>> Liebe FOSSGIS und QGIS Gemeinde!
>> 
>> Die QGIS Anwendergruppe Deutschland e.V. (QGIS-DE e.V.) beabsichtigt eine 
>> aktualisierte Version des deutschsprachigen QGIS Benutzerhandbuches 
>> erstellen zu lassen. Zu diesem Zweck suchen wir fähige Leute, die diese 
>> Übersetzungsleistung übernehmen.
>> 
>> Das QGIS Benutzerhandbuch der Version 2.8 LTR [1 [1]] soll auf Grundlage der 
>> aktuellen, englischsprachigen Programmdokumentation der QGIS Version 2.14 
>> (die demnächst LTR wird) aktualisiert und ergänzt werden.
>> 
>> Die zu aktualisierenden und zu ergänzenden Passagen sind aus dem Englischen 
>> zu übersetzen und die Übersetzung soll gemäß den Translation Guidelines des 
>> QGIS.ORG Projektes [2 [2]] erfolgen. Vorraussetzung für die 
>> Handbuchübersetzung sind, neben Englischkenntnissen, grundlegende Kenntnisse 
>> der Software QGIS, um die zu bearbeitenden Inhalte richtig zu verstehen. Von 
>> Vorteil sind auch Kenntnisse im Umgang mit der Transifex-Web-Plattform [3 
>> [3]].
>> 
>> Im Einzelnen sind folgende Teile der Dokumentation zu überarbeiten:
>> - sämtliche Beschreibungen von Funktionalitäten, die in den Versionen 2.10, 
>> 2.12 und 2.14 neu hinzu gekommen sind
>> - (dazugehörige) Abbildungen, basierend auf der deutschsprachigen 
>> Benutzeroberfläche sind nachzubilden (und auzutauschen)
>> - noch nicht übersetzte Teile der bisherigen deutschsprachigen Dokumentation 
>> 2.8
>> 
>> Die aktualisierte Dokumentation zur QGIS Version 2.14 LTR wird den Anwendern 
>> anschließend über die Webseite des QGIS-Projektes (docs.qgis.org) zur 
>> Verfügung gestellt.
>> 
>> Wir erbitten eine Angebotsabgabe bis zum 15.06.2016 unter Nennung 
>> einschlägiger Kenntnisse und evt. Referenzen in elektronischer Form an die 
>> Email-Adresse: