Re: [Qgis-user] QGIS Crashes on attempts to edit attribute table

2018-03-02 Thread Frank Sokolic

Hi Will,

You could try opening a terminal (Ctrl+Alt+T) and running QGIS by typing 
in 'QGIS'. Then try editing a table and when/if QGIS crashes see if any 
meaningful message is shown in the terminal. This might provide a clue 
as to what's causing the crash.


Frank.

On 02/03/2018 19:28, William Roper wrote:

OK good tips to rule out local issues.
I will have to make a vm, so will try that over the weekend.

Many thanks.
Will

On 2 Mar 2018 16:04, "Alessandro Pasotti" > wrote:


Hi,

if you want to file a bug report, please make sure you attach a
small sample project and data and explain step-by-step how to
reproduce the issue.

https://issues.qgis.org/issues



On Fri, Mar 2, 2018 at 4:10 PM, William Roper
> wrote:

Hello,

I'm using QGIS3 on Ubuntu16.04 and I've been experiencing
frustrations with it crashing if I attempt to edit attribute.
It will open the attribute table, but won't let me make edits.
I would like to submit a bug report but don't really know how
much detail to offer, so some guidance on that would be useful
- unless someone happens to know a solution!

Regards
Will

___
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





-- 
Alessandro Pasotti

w3: www.itopen.it 



___
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 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] Multipart Split

2018-03-02 Thread Nyall Dawson
On 1 March 2018 at 20:36, Vincent Picavet (ml)  wrote:
> Hello,
>
> On 26/02/2018 08:47, Nyall Dawson wrote:
>> On 26 February 2018 at 17:08, Andreas Neumann  wrote:
>>> Hi Alex,
>>>
>>> If this is plugin is so useful and missed - wouldn't it make sense to have
>>> this functionality in QGIS core instead of a plugin?
>>>
>>> I am in favor of having more powerful editing tools in core - rather than
>>> forcing the user to install many plugins - which has its own problems.
>>
>> Stay tuned Andreas - North Road has a crowdfunding campaign we are
>> going to launch soon which will dramatically increase the power of
>> QGIS editing tools!
>
> Before doing the call for funding, do you intend to write a QEP with the
> proposed plan for modifications to these tools ?

See https://github.com/qgis/QGIS-Enhancement-Proposals/issues/114

>
> We have a lot of users depending on QGIS editing tools heavily, and they
> would like to have a clear visibility on what would be implemented, so
> as to get ready for it when it comes.
> They also have a lot of experience in CAD-oriented software, and would
> be able to give feedback and advices on editing tools behaviour.
> Following the QEP process would be good to gather these feedback.

This proposal doesn't actually alter any of the current editing tools
- rather it exposes a new way to use (certain) processing algorithms
to edit features in place -- such as separating a multipart feature
into single part features (or reversing line direction, translating
features, repairing geometries, etc).

Feedback and suggestions are definitely welcome!

Nyall
___
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] Mac OS X MacPorts installation for QGIS 3 beta

2018-03-02 Thread John Harrop
The following notes are based on an install on a clean iMac (the disk has just 
been replaced) running High Sierra (10.13.3).  The installation was done using 
MacPorts and their qgis3 port.  When I describe more than one install method, 
the first one is the one I used.  These is no reason to be a programmer to run 
through this installation procedure.  Some will need to be done from the 
command line, so you should locate Terminal if you don’t already have it on 
your Dock.  You should find it in the Other directory in your Applications. 

 If you really want to look cool and impress coworkers, significant others, 
kids or pets change the Profile under Preferences to “Homebrew”.  Then, also in 
the Profile dialog, click on the colour box beside “Color & Effects” and slide 
the opacity over to something like 70%.  Open a new terminal (Cmd-n) to see the 
effects and I’m sure you will feel you fir right into Mr. Robot, Person of 
Interest, or Matrix (depending on your age ;-)

The code you type into the terminal window is all in fixed width font to make 
is distinct from the instruction.  I show sudo in front of all commands that 
might need it to write or edit files in areas only controlled by the 
administrator.  Hopefully your user has administrative status; if not you will 
need the password for one that does.  The sudo command has a timer during which 
is will continue to execute privileged commands.  If you take a break between 
commands for any reason this may time out.  It never hurts to include the sudo 
at the from of the command.  If the timer has not run out it will not ask for a 
password.

1. Install latest MacPorts (currently 2.4.2) - they hive detailed documentation 
on this at macports.org  and I’ll summarize here.

1a.  Install Xcode if it not already on your system.  This is a big install, 
and will use a fair bit of memory and download time.  If you do not plan on 
building again, I believe you can remove this from your machine if you need the 
space later.  There are two install methods:

1a i) App Store.  Find it under Developer Apps or Apps by Apple.

1a ii) Apple Developer Web Site - not sure when this would be easier and you 
would need to register.  The download speed might be faster than App Store.

This is a long download and install time.  You are probably looking at more 
than a coffee break, at least a meal, and perhaps overnight.

1b.  Once Xcode is installed you will still need to install the command line 
tools.  

1b i) Open a terminal and run:  xcode-select —install You will be asked if you 
want to install the tools now. (That is a double dash “—: not a single dash in 
the option.)

1b ii) Also available at the Apple Developers site.

This should be quite a fast install.

1c.  Now we install the MacPorts package by downloading the one for your 
version of Mac OS X from macports.org   This is also a 
fairly fast install.

Once the development tools and MacPorts are installed we need to update the 
terminal (shell session) we are working in to reflect this.  If you enter echo 
$PATH you will see the search path used to find executable programs.  MacPorts 
will not yet be included.

1c i) run: export PATH=/opt/local/bin:/opt/local/sbin:$PATH and after that run 
echo $PATH again to confirm PATH was changed.

1c ii) or open a new terminal window (Cmd-n) which will execute the newly 
updated .profile file and that will also result in the updated PATH which 
includes the MacPorts directories.  You will continue in the new window only.

1d. We need to accept the Xcode licence before we can continue with the build 
of qgis3

1d i) run sudo xcodebuild —license (notice that is license not licence).  
Scroll through the agreement using space bar (since that is faster than enter) 
and type “agree”. (That is a double dash “—: not a single dash in the option.)

1d ii) open Xcode as an application and accept the licence agreement.

Now we are on to part 2 - actually running the MacPorts configure-build-install 
of QGIS 3; what we have been waiting for!

2)  run sudo port install qgis3

That’s it.The port configuration stage will build a list of dependancies not 
already installed, which should be quite a lot.  It will ask before it starts 
to download and install the list.  This may take a while depending on Internet 
speeds and how much needs to be installed.  It may need to build (compile) some 
of these components.  Following that it will download and build QGIS and if 
that is successful it will be installed into your Applications.  The 
configure-build-install can take a while even with no errors.  This is at least 
a coffee break, maybe a meal.


Fixes and Workarounds

If everything goes well you should see messages like this for each component:

--->  Fetching archive for bison-runtime
--->  Attempting to fetch bison-runtime-3.0.4_2.darwin_17.noarch.tbz2 from 
https://packages.macports.org/bison-runtime
--->  Attempting to fetch 

[Qgis-user] Converting .xml metadata to .qmd metadata

2018-03-02 Thread Logan, Amy A [DSN]
Hi there,

Could anyone give me a good option for viewing metadata .xml files in QGIS 3.0? 
 My shapefile already has nice metadata written but I haven't been able to view 
it in the QGIS Browser or Layer Properties.  Is there a way to convert the .xml 
file to a .qmd file?

Thanks,
Amy 
___
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] Linking to the *current* docs

2018-03-02 Thread Jonathan Moules

Hi Richard,
Excellent thanks. I tried replacing the version with "stable" but it 
didn't work. Latest is good too though.

Thanks again,
Jonathan

On 2018-03-02 20:13, Richard Duivenvoorde wrote:

Hi Jonathan,

We had this discussion some years ago.

We decided for latest and testing:

https://docs.qgis.org/latest/en/docs/user_manual/print_composer/index.html
is being redirected to:
https://docs.qgis.org/2.18/en/docs/user_manual/print_composer/index.html
but th 2.14 is also still available:
https://docs.qgis.org/2.14/en/docs/user_manual/print_composer/index.html

Current testing/master is:
https://docs.qgis.org/testing/en/docs/user_manual/print_composer/index.html

https://docs.qgis.org/3.1/en/docs/user_manual/print_composer/index.html
is being  redirected to testing

All magic is done with some redirection in the apache.conf so if not
working, let us know.

Regards,

Richard Duivenvoorde

On 02-03-18 19:28, Jonathan Moules wrote:

Hi List,
I'd like to be able to link to specific pages in the Docs in a
sustainable long-term fashion.

So for example, lets say I've written a page and want to be able to link
to the QGIS doc for print composer. Currently the link would be:
https://docs.qgis.org/2.18/en/docs/user_manual/print_composer/index.html

But of course, that link will be outdated as soon as the next version of
the QGIS docs comes out, and I don't want to induce link-rot.

Is there a way to link to the *current* version of the docs? Usually
projects do this by using the word "current" in place of a version
number. GeoServer for instance has "stable" "maintenance" and "latest"
branches of the docs:

http://docs.geoserver.org/maintain/en/user/
http://docs.geoserver.org/stable/en/user/
http://docs.geoserver.org/latest/en/user/

But it also has the ability to look at specific documentation versions:
http://docs.geoserver.org/2.4.0/user/

Does QGIS have similar?

Cheers,
Jonathan

___
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 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] Linking to the *current* docs

2018-03-02 Thread Richard Duivenvoorde

Hi Jonathan,

We had this discussion some years ago.

We decided for latest and testing:

https://docs.qgis.org/latest/en/docs/user_manual/print_composer/index.html
is being redirected to:
https://docs.qgis.org/2.18/en/docs/user_manual/print_composer/index.html
but th 2.14 is also still available:
https://docs.qgis.org/2.14/en/docs/user_manual/print_composer/index.html

Current testing/master is:
https://docs.qgis.org/testing/en/docs/user_manual/print_composer/index.html

https://docs.qgis.org/3.1/en/docs/user_manual/print_composer/index.html
is being  redirected to testing

All magic is done with some redirection in the apache.conf so if not
working, let us know.

Regards,

Richard Duivenvoorde

On 02-03-18 19:28, Jonathan Moules wrote:
> Hi List,
> I'd like to be able to link to specific pages in the Docs in a
> sustainable long-term fashion.
> 
> So for example, lets say I've written a page and want to be able to link
> to the QGIS doc for print composer. Currently the link would be:
> https://docs.qgis.org/2.18/en/docs/user_manual/print_composer/index.html
> 
> But of course, that link will be outdated as soon as the next version of
> the QGIS docs comes out, and I don't want to induce link-rot.
> 
> Is there a way to link to the *current* version of the docs? Usually
> projects do this by using the word "current" in place of a version
> number. GeoServer for instance has "stable" "maintenance" and "latest"
> branches of the docs:
> 
> http://docs.geoserver.org/maintain/en/user/
> http://docs.geoserver.org/stable/en/user/
> http://docs.geoserver.org/latest/en/user/
> 
> But it also has the ability to look at specific documentation versions:
> http://docs.geoserver.org/2.4.0/user/
> 
> Does QGIS have similar?
> 
> Cheers,
> Jonathan
> 
> ___
> 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 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-it-user] Atlas vettore di copertura vista spatialite

2018-03-02 Thread falcerisimone

Salve a tutti,
Ho segnalato un bug su issues.qgis.org
Riguarda il malfunzionamento in Atlas composer nell'usare una vista spatialite 
4.3 come vettore di copertura. Le etichette e frame HTML in composer non 
"vedono" i campi della vista qualora li voglia visualizzare in modo semplice o 
combinati con espressioni.
Testato sulla 2.18.17 e 3.0.0___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Mini guida per le segnalazioni di Qgis

2018-03-02 Thread Totò
mando wrote
> Che faccio? Posto?

Vai!!!



-
https://pigrecoinfinito.wordpress.com/
--
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


[QGIS-it-user] QGIS 2.18.17 r.contour.step -PROCESSING

2018-03-02 Thread Totò
Ciao a tutti,
ho appena notato che il geo-algoritmo r.contour.step (processing GRASS in
QGIS) si comporta in modo anomalo, mi spiego meglio:

il geo-algoritmo prende in input un raster (DTM) e restituisce in output le
curve di livello in 3D: 
noto, però, che le curve di livello sono raddoppiate, cioè attivando la
modifica e utilizzando lo strumento vertici, spostando un vertice si nota
che la linea è doppia.

questo comportamento riesco a riprodurlo su alcuni dtm e su altri no.

chiedo alla comunità di fare alcune prove e dopo, magari, aprirò un ticket.

saluti

osgeo4w64 qgis 2.18.17



-
https://pigrecoinfinito.wordpress.com/
--
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


[Qgis-user] Linking to the *current* docs

2018-03-02 Thread Jonathan Moules

Hi List,
I'd like to be able to link to specific pages in the Docs in a 
sustainable long-term fashion.


So for example, lets say I've written a page and want to be able to link 
to the QGIS doc for print composer. Currently the link would be: 
https://docs.qgis.org/2.18/en/docs/user_manual/print_composer/index.html


But of course, that link will be outdated as soon as the next version of 
the QGIS docs comes out, and I don't want to induce link-rot.


Is there a way to link to the *current* version of the docs? Usually 
projects do this by using the word "current" in place of a version 
number. GeoServer for instance has "stable" "maintenance" and "latest" 
branches of the docs:


http://docs.geoserver.org/maintain/en/user/
http://docs.geoserver.org/stable/en/user/
http://docs.geoserver.org/latest/en/user/

But it also has the ability to look at specific documentation versions:
http://docs.geoserver.org/2.4.0/user/

Does QGIS have similar?

Cheers,
Jonathan

___
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] Traduzione 2.18 LTR

2018-03-02 Thread Marco Spaziani


Il giorno 2 marzo 2018 19:03, Stefano Campus  ha scritto:

> Se aggiorni la ltr trovi la traduzione.
> Appena Matteo o Paolo hanno un attimo, si può pubblicare su qgis.it il
> file .qm e le indicazioni sulla cartella in cui metterlo.
>
> S.
>
> Il 02/Mar/2018 18:59, "Marco Spaziani"  ha
> scritto:
>
>> Novità?
>>
>> Il giorno 2 marzo 2018 10:45, skampus  ha scritto:
>>
>>> ciao a tutt@,
>>> la traduzione 2.18 LTR è stata finalmente accolta.
>>> la versione dev 2.18.17.3 LTR è completa [1]
>>>
>>> non so come si possa far propagare nella versione precedente: potremmo
>>> mettere a disposizione il file qgis_it.qm nel sito qgis.it e le
>>> istruzioni
>>> per dove copiarlo in locale
>>>
>>> [1] https://imgur.com/c1D3q9q
>>>
>>> s.
>>>
>>>
>>>
>>> --
>>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f52506
>>> 12.html
>>> ___
>>> QGIS-it-user mailing list
>>> QGIS-it-user@lists.osgeo.org
>>> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>>>
>>
>>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Traduzione 2.18 LTR

2018-03-02 Thread Marco Spaziani
Novità?

Il giorno 2 marzo 2018 10:45, skampus  ha scritto:

> ciao a tutt@,
> la traduzione 2.18 LTR è stata finalmente accolta.
> la versione dev 2.18.17.3 LTR è completa [1]
>
> non so come si possa far propagare nella versione precedente: potremmo
> mettere a disposizione il file qgis_it.qm nel sito qgis.it e le istruzioni
> per dove copiarlo in locale
>
> [1] https://imgur.com/c1D3q9q
>
> s.
>
>
>
> --
> 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
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS Crashes on attempts to edit attribute table

2018-03-02 Thread William Roper
OK good tips to rule out local issues.
I will have to make a vm, so will try that over the weekend.

Many thanks.
Will

On 2 Mar 2018 16:04, "Alessandro Pasotti"  wrote:

> Hi,
>
> if you want to file a bug report, please make sure you attach a small
> sample project and data and explain step-by-step how to reproduce the issue.
>
> https://issues.qgis.org/issues
>
>
>
> On Fri, Mar 2, 2018 at 4:10 PM, William Roper 
> wrote:
>
>> Hello,
>>
>> I'm using QGIS3 on Ubuntu16.04 and I've been experiencing frustrations
>> with it crashing if I attempt to edit attribute. It will open the attribute
>> table, but won't let me make edits. I would like to submit a bug report but
>> don't really know how much detail to offer, so some guidance on that would
>> be useful - unless someone happens to know a solution!
>>
>> Regards
>> Will
>>
>> ___
>> 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
>>
>
>
>
> --
> Alessandro Pasotti
> w3:   www.itopen.it
>
___
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] Mini guida per le segnalazioni di Qgis

2018-03-02 Thread Luca Mandolesi
 Che faccio? Posto?
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS Crashes on attempts to edit attribute table

2018-03-02 Thread Alessandro Pasotti
Hi,

if you want to file a bug report, please make sure you attach a small
sample project and data and explain step-by-step how to reproduce the issue.

https://issues.qgis.org/issues



On Fri, Mar 2, 2018 at 4:10 PM, William Roper 
wrote:

> Hello,
>
> I'm using QGIS3 on Ubuntu16.04 and I've been experiencing frustrations
> with it crashing if I attempt to edit attribute. It will open the attribute
> table, but won't let me make edits. I would like to submit a bug report but
> don't really know how much detail to offer, so some guidance on that would
> be useful - unless someone happens to know a solution!
>
> Regards
> Will
>
> ___
> 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
>



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
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 Crashes on attempts to edit attribute table

2018-03-02 Thread Richard Duivenvoorde
On 02-03-18 16:10, William Roper wrote:
> Hello,
> 
> I'm using QGIS3 on Ubuntu16.04 and I've been experiencing frustrations
> with it crashing if I attempt to edit attribute. It will open the
> attribute table, but won't let me make edits. I would like to submit a
> bug report but don't really know how much detail to offer, so some
> guidance on that would be useful - unless someone happens to know a
> solution!

Hi William,

Are you able to reproduce your problem on another machine? To rule out
local install problems?
Are you able to reproduce it with other datasets too? To rule out that
it is a local data problem?

If both true: just create an issue at issues.qgis.org, preferably attach
a small dataset so others can first reproduce your issue on their
machines and then try to fix it.

Much detail is ok, most important thing is that other can reproduce your
problem, so add details about for example Operating System, kind of
Data, and exact steps to reproduce by others.

Regards,

Richard Duivenvoorde
___
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 Crashes on attempts to edit attribute table

2018-03-02 Thread William Roper
Hello,

I'm using QGIS3 on Ubuntu16.04 and I've been experiencing frustrations with
it crashing if I attempt to edit attribute. It will open the attribute
table, but won't let me make edits. I would like to submit a bug report but
don't really know how much detail to offer, so some guidance on that would
be useful - unless someone happens to know a solution!

Regards
Will
___
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] qgs xml documentation

2018-03-02 Thread Richard Duivenvoorde
On 02-03-18 12:35, Alessandro Della Libera wrote:
> Hi
> I'm looking for documentation about  format,  structure and meaning of
> XML .qgs file project.
> Can  someone  help me?

Mmm, if you are looking for some schema or documentation, I do not think
so

If I'm correct the xml is in fact nothing more as 'persisting' objects
to disk. And in constant flux when new features are added.

Search for 'writeXML' in QGIS code.

Regards,

Richard Duivenvoorde



___
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] qgs xml documentation

2018-03-02 Thread Alessandro Della Libera
Hi
I'm looking for documentation about  format,  structure and meaning of XML
.qgs file project.
Can  someone  help me?
Thanks in advance

-- 
Alessandro Della Libera
___
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-it-user] QGIS in cloud

2018-03-02 Thread skampus
ciao a tutt@,
sono capitato su questo sito [1] che permette di usare software as a service
(SaaS); tra gli altri c'è qgis 2.18.12.

sembra veloce e stabile anche se non l'ho ancora stressata.
nella lista qgis-dev se ne era parlato anni fa ma senza troppo
approfondimento.

[1] https://www.rollapp.com/app/qgis

s.



--
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] QGIS3: turn off scientific notation on feature identify

2018-03-02 Thread DelazJ
Hi,

2018-03-02 10:37 GMT+01:00 Tobias Wendorff :

> Am Do, 1.03.2018, 10:41 schrieb DelazJ:
> >
> > Agree to create a new issue, more global.
>
> The case was closed and marked as a duplicate. I should better
> have not mentioned the old issue :-((
>
> Mention is not the culprit. Bug triagers are not far from there: they are
part of the community and also read the discussions, you know.

H.
___
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] Traduzione 2.18 LTR

2018-03-02 Thread Marco Spaziani
Mi sembra un'ottima soluzione e di nuovo grazie per tutto quello che
state facendo per la comunità italiana degli utenti di Qgis.

Il giorno 2 marzo 2018 10:45, skampus  ha scritto:

> ciao a tutt@,
> la traduzione 2.18 LTR è stata finalmente accolta.
> la versione dev 2.18.17.3 LTR è completa [1]
>
> non so come si possa far propagare nella versione precedente: potremmo
> mettere a disposizione il file qgis_it.qm nel sito qgis.it e le istruzioni
> per dove copiarlo in locale
>
> [1] https://imgur.com/c1D3q9q
>
> s.
>
>
>
> --
> 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
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS3: measurements on projected space

2018-03-02 Thread DelazJ
Hi,

2018-03-02 10:42 GMT+01:00 Tobias Wendorff :

> Am Fr, 2.03.2018, 10:24 schrieb Richard Duivenvoorde:
> > not sure you found it yourself, but in a saved project, go to Project
> > Properties | General. There you can define either one of A LOT
> > ellipsoid's OR choose None/Planimetric, and choose which unit to use.
>
> Thanks a lot ;) I really have to place a Post-It on my TFT to
> remember "Project Properties".
>
> But there seems to be a bug then. When you press "configuration" in
> "Measure", you're put to QGIS general properties... this should be
> "Project Properties" - shouldn't it?
>
> This was also raised in the issue report at
https://issues.qgis.org/issues/15435

Regards,
H.

> > Does this answer your question?
>
> 90% yes, but the other 10% for own measurement specifications have
> to be implemented by source/plugin, I think ;)
>
> ___
> 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 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] Traduzione 2.18 LTR

2018-03-02 Thread skampus
ciao a tutt@,
la traduzione 2.18 LTR è stata finalmente accolta.
la versione dev 2.18.17.3 LTR è completa [1]

non so come si possa far propagare nella versione precedente: potremmo
mettere a disposizione il file qgis_it.qm nel sito qgis.it e le istruzioni
per dove copiarlo in locale

[1] https://imgur.com/c1D3q9q

s.



--
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] QGIS3: measurements on projected space

2018-03-02 Thread Tobias Wendorff
Am Fr, 2.03.2018, 10:24 schrieb Richard Duivenvoorde:
> not sure you found it yourself, but in a saved project, go to Project
> Properties | General. There you can define either one of A LOT
> ellipsoid's OR choose None/Planimetric, and choose which unit to use.

Thanks a lot ;) I really have to place a Post-It on my TFT to
remember "Project Properties".

But there seems to be a bug then. When you press "configuration" in
"Measure", you're put to QGIS general properties... this should be
"Project Properties" - shouldn't it?

> Does this answer your question?

90% yes, but the other 10% for own measurement specifications have
to be implemented by source/plugin, I think ;)

___
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-it-user] Mini guida per le segnalazioni di Qgis

2018-03-02 Thread Luca Mandolesi
Ciao ragazzi,
nell'epoca social la dispersione di informazioni è dietro l'angolo.
Suggerisco di creare una miniguida per gli utenti e magari un video
improntato ad essa, per pilotare gli utenti.

Ho buttato giù questa cosa. Idee, migliorie, ltro? Ciao ciao

Luca

"

IMPORTANTE. FATE GIRARE. Segnalazione a tutti gli utenti di QGIS.


Il passaggio da una versione all’altra di Qgis è fondamentale per la fase
di debug.


Inviate le segnalazioni solo su liste pubbliche in modo che possano essere
visibili da tutta la community.


Limitate l’uso di Facebook, altrimenti il lavoro vostro e di altri andrà
perso, con malfunzionamenti di ritorno.


Vi diamo un piccolo schema di flusso di lavoro:


Step 1 – Se hai un dubbio su una funzione, un pulsante, una modifica
dell’interfaccia utente o altro che non implichi risultati errati, studia
almeno per 2 ore il problema, cerca in rete sia con chiavi di ricerca in
italiano che in inglese. Se non è questo il tuo problema passa allo Step 2,
altrimenti salta allo Step 3 e seguenti.


Step 2 – Se Qgis va in Crash oppure ottieni risultati inattesi e sbagliati
da una funzione che usavi anche prima, crea una piccola guida sul flusso di
lavoro che hai eseguito, con eventualmente allegato un dataset, per
permettere a tutti di ricreare il tuo l’errore. Passa allo Step 3 se sei un
utente oppure vai allo step 5 se hai competenze da sviluppatore:


Step 3: Informati su una lista pubblica nella tua lingua madre descrivendo
in maniera chiara il problema ed, eventualmente, allegando la guida al
flusso di lavoro e il link pubblico al tuo dataset:


https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Step 4 – Non hai risolto? Passa alla lista utenti internazionale:


https://lists.osgeo.org/mailman/listinfo/qgis-user


Step 5 Se hai inquadrato il problema e credi che sia un bug da correggere,
cerca il tuo problema sul bug tracker oppure apri una segnalazione:


https://issues.qgis.org/issues


Usa i social solo in caso di vera urgenza. Usando le liste pubbliche
migliori il tuo lavoro e quello degli altri.

Grazie della collaborazione e Viva Qgis!!!

"

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


Re: [Qgis-user] QGIS3: turn off scientific notation on feature identify

2018-03-02 Thread Tobias Wendorff
Am Do, 1.03.2018, 10:41 schrieb DelazJ:
>
> Agree to create a new issue, more global.

The case was closed and marked as a duplicate. I should better
have not mentioned the old issue :-((

___
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] Digest di QGIS-it-user, Volume 29, Numero 5

2018-03-02 Thread Giulio Fattori

Il 02/03/2018 10:01, Genna Comite ha scritto:
Possono coesistere sullo stesso pc le installazioni di qgis 2.18.14 e 
3.0?

Sistema operativo Windows 8 e Windows 10.
Grazie a tutti.

Il 01 mar 2018 21:02, > ha scritto:


Invia le richieste di iscrizione alla lista QGIS-it-user all'indirizzo
qgis-it-user@lists.osgeo.org 

Per iscriverti o cancellarti attraverso il web, visita
https://lists.osgeo.org/mailman/listinfo/qgis-it-user

oppure, via email, manda un messaggio con oggetto `help' all'indirizzo
qgis-it-user-requ...@lists.osgeo.org


Puoi contattare la persona che gestisce la lista all'indirizzo
qgis-it-user-ow...@lists.osgeo.org


Se rispondi a questo messaggio, per favore edita la linea dell'oggetto
in modo che sia più utile di un semplice "Re: Contenuti del digest
della lista QGIS-it-user..."


Argomenti del Giorno:

   1. Re: 3D e viste (Luca Bellani)
   2. Re: QGIS 3 - errore Python (nformica)
   3. Re: Installare QGIS 3.0 in macchine Linux (nformica)


--

Message: 1
Date: Thu, 1 Mar 2018 12:14:19 -0700 (MST)
From: Luca Bellani >
To: qgis-it-user@lists.osgeo.org 
Subject: Re: [QGIS-it-user] 3D e viste
Message-ID: <1519931659028-0.p...@n6.nabble.com
>
Content-Type: text/plain; charset=us-ascii

Grazie, non sapevo queste cose, grazie



--
Sent from:
http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html



--

Message: 2
Date: Thu, 1 Mar 2018 12:15:11 -0700 (MST)
From: nformica >
To: qgis-it-user@lists.osgeo.org 
Subject: Re: [QGIS-it-user] QGIS 3 - errore Python
Message-ID: <1519931711997-0.p...@n6.nabble.com
>
Content-Type: text/plain; charset=us-ascii

Ciao Leonardo,

se ti sei deciso  reinstallare tutto da zero, fai cosi:
1) cancella tutta la cartella OsGeo4W64;
2) cancella le cartelle .qgis, .qgis2, nella tua cartella profilo
utente
(non sarebbe necessario, ma io lo farei);
3) sarebbe bene anche cancellare tutte le chiavi QGIS presenti nel
registro
di Windows
4)vai sul sito https://trac.osgeo.org/osgeo4w/
 e scarica l'ultima versione
di OsGeo4W (32 o 64 bit)
5)completato il download, lancia il setup per installare QGIS 3 e
gli altri
SW che ti dovessero servire

... auguri !
Nino



--
Sent from:
http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html



--

Message: 3
Date: Thu, 1 Mar 2018 12:22:31 -0700 (MST)
From: nformica >
To: qgis-it-user@lists.osgeo.org 
Subject: Re: [QGIS-it-user] Installare QGIS 3.0 in macchine Linux
Message-ID: <1519932151601-0.p...@n6.nabble.com
>
Content-Type: text/plain; charset=UTF-8

Totò wrote
> Luca Lanteri wrote
>> in alternativa puoi compilare qgis. così ti installi tutte le
versioni
>> che
>> vuoi
>
> Grazie per il suggerimento,
> dove posso trovare una guida?

La guida è questa:

https://htmlpreview.github.io/?https://github.com/qgis/QGIS/blob/master/doc/INSTALL.html


ovviamente a te interessa il capitolo "Building on GNU/Linux".

Però ti avverto subito (... non è per scoraggiarti) che si possono
verificare degli imprevisti non facili da risolvere se non sei
molto pratico
di Linux. A tal proposito, prima di avventurarti leggiti pure
questo thread:

http://osgeo-org.1560.x6.nabble.com/prove-di-compilazione-di-qgis-in-debian-testing-tc5336105.html



Nino





--
Sent from:
http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html



--

Subject: Chiusura del digest


Re: [Qgis-user] QGIS3: measurements on projected space

2018-03-02 Thread Richard Duivenvoorde
On 01-03-18 00:24, Tobias Wendorff wrote:
> Hi there,
> 
> Currently measurements are done on the ellipsoid the current CRS is
> based on. That's not useful in all cases.
> 
> Question 1: Is it possible to freely choose an ellipsoid for measurements?
> 
> Question 2: Is it possible to measure on the projection screen and
> not on the ellipsoid? Different applications require a measurement
> on the projection and ellipsoid distance can give wrong results.
> 
> Question 3: Within ETRS89, there are formulas for distance correction
> in national surveying (at least in Germany). It would be nice if you
> could define a formula in the settings how the distance and areas are
> calculated. I am currently using a workaround where I draw lines and
> calculate the distances with a Python tool. That's pretty awkward.

Hi Tobias,

not sure you found it yourself, but in a saved project, go to Project
Properties | General. There you can define either one of A LOT
ellipsoid's OR choose None/Planimetric, and choose which unit to use.

Does this answer your question?

Regards,

Richard Duivenvoorde
___
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] Digest di QGIS-it-user, Volume 29, Numero 5

2018-03-02 Thread Genna Comite
Possono coesistere sullo stesso pc le installazioni di qgis 2.18.14 e 3.0?
Sistema operativo Windows 8 e Windows 10.
Grazie a tutti.

Il 01 mar 2018 21:02,  ha scritto:

> Invia le richieste di iscrizione alla lista QGIS-it-user all'indirizzo
> qgis-it-user@lists.osgeo.org
>
> Per iscriverti o cancellarti attraverso il web, visita
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
> oppure, via email, manda un messaggio con oggetto `help' all'indirizzo
> qgis-it-user-requ...@lists.osgeo.org
>
> Puoi contattare la persona che gestisce la lista all'indirizzo
> qgis-it-user-ow...@lists.osgeo.org
>
> Se rispondi a questo messaggio, per favore edita la linea dell'oggetto
> in modo che sia più utile di un semplice "Re: Contenuti del digest
> della lista QGIS-it-user..."
>
>
> Argomenti del Giorno:
>
>1. Re: 3D e viste (Luca Bellani)
>2. Re: QGIS 3 - errore Python (nformica)
>3. Re: Installare QGIS 3.0 in macchine Linux (nformica)
>
>
> --
>
> Message: 1
> Date: Thu, 1 Mar 2018 12:14:19 -0700 (MST)
> From: Luca Bellani 
> To: qgis-it-user@lists.osgeo.org
> Subject: Re: [QGIS-it-user] 3D e viste
> Message-ID: <1519931659028-0.p...@n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Grazie, non sapevo queste cose, grazie
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-
> f5250612.html
>
>
> --
>
> Message: 2
> Date: Thu, 1 Mar 2018 12:15:11 -0700 (MST)
> From: nformica 
> To: qgis-it-user@lists.osgeo.org
> Subject: Re: [QGIS-it-user] QGIS 3 - errore Python
> Message-ID: <1519931711997-0.p...@n6.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Ciao Leonardo,
>
> se ti sei deciso  reinstallare tutto da zero, fai cosi:
> 1) cancella tutta la cartella OsGeo4W64;
> 2) cancella le cartelle .qgis, .qgis2, nella tua cartella profilo utente
> (non sarebbe necessario, ma io lo farei);
> 3) sarebbe bene anche cancellare tutte le chiavi QGIS presenti nel registro
> di Windows
> 4)vai sul sito https://trac.osgeo.org/osgeo4w/ e scarica l'ultima versione
> di OsGeo4W (32 o 64 bit)
> 5)completato il download, lancia il setup per installare QGIS 3 e gli altri
> SW che ti dovessero servire
>
> ... auguri !
> Nino
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-
> f5250612.html
>
>
> --
>
> Message: 3
> Date: Thu, 1 Mar 2018 12:22:31 -0700 (MST)
> From: nformica 
> To: qgis-it-user@lists.osgeo.org
> Subject: Re: [QGIS-it-user] Installare QGIS 3.0 in macchine Linux
> Message-ID: <1519932151601-0.p...@n6.nabble.com>
> Content-Type: text/plain; charset=UTF-8
>
> Totò wrote
> > Luca Lanteri wrote
> >> in alternativa puoi compilare qgis. così ti installi tutte le versioni
> >> che
> >> vuoi
> >
> > Grazie per il suggerimento,
> > dove posso trovare una guida?
>
> La guida è questa:
> https://htmlpreview.github.io/?https://github.com/qgis/QGIS/
> blob/master/doc/INSTALL.html
> ovviamente a te interessa il capitolo "Building on GNU/Linux".
>
> Però ti avverto subito (... non è per scoraggiarti) che si possono
> verificare degli imprevisti non facili da risolvere se non sei molto
> pratico
> di Linux. A tal proposito, prima di avventurarti leggiti pure questo
> thread:
> http://osgeo-org.1560.x6.nabble.com/prove-di-compilazione-di-qgis-in-
> debian-testing-tc5336105.html
>
> Nino
>
>
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-
> f5250612.html
>
>
> --
>
> Subject: Chiusura del digest
>
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
>
> --
>
> Fine di Digest di QGIS-it-user, Volume 29, Numero 5
> ***
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user