Re: [Qgis-user] geotiff to polygons

2018-03-01 Per discussione Alexandre Neto
Hi,

Do a reclassification on the Raster side, then convert to vector using the
Polygonize tool.

Hope it helps,

Alex Neto

Colm O'Neill  escreveu no dia quinta, 1/03/2018 às 18:06:

> Hi all,
>
> I'm wondering if this is a possiblity or if I'm off my mark:
>
> I'm working from a geotiff (that contains NO² levels — pollution indexes)
> that covers all of Belgium. From the geotiff, I performed a clipping, and a
> contour extraction. This is great and let me perform my spacial queries and
> data joins. I think:
>
> These contours are just that, contours, lines. Is there any way of filling
> these zones in? I would need this for non buffered querying + visualisation
> of my end webmap, to show the levels of pollution according to the geotiff.
>
> I'm looking at all of the vector geometry processing tools, but none of
> them seem to let me fill in the shapes that the contours extraction
> created. I'm sure I'm missing something, I've not been a qgis user for very
> long.
>
> Thanks in avance!
>
> All the best,
>
> Colm.
> --
>
> Colm O'Neill | BE +32478479350 <+32%20478%2047%2093%2050> | NL
> +31685263286 <+31%206%2085263286> | m...@colm.be
> colm.be | osp.kitchen
> ___
> 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

-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.com
___
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] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione Luca Lanteri
scarica lo zip da https://github.com/qgis/QGIS e scompattalo
nel file INSTALL trovi le istruzioni.

Io ti consiglio di provare così:

1) installa tutte le dipendenze :
apt-get install bison ca-certificates ccache cmake cmake-curses-gui
dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev
libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev
libqca-qt5-2-dev libqca-qt5-2-plugins libqt5opengl5-dev
libqt5scintilla2-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev
libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev
libsqlite3-dev libsqlite3-mod-spatialite libzip-dev lighttpd locales
ninja-build pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools
pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future
python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe
python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2
python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci
python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-requests python3-sip
python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml
qt5-default qt5keychain-dev qtbase5-dev qtpositioning5-dev qttools5-dev
qttools5-dev-tools spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi
xfonts-base xfonts-scalable xvfb

(queste sono qper xenial)

prepara i file con cmake
cmake -DCMAKE_INSTALL_PREFIX=/home/luk/bin/qgis-3.0

make
make install

crea il file qgis.sh in /home/luk/bin/qgis-3.0/bin/

!#/bin/sh
export LD_LIBRARY_PATH='/home/luk/bin/qgis-3.0/lib/'
/home/luk/bin/qgis-3.0/bin/qgis



Il 01 Mar 2018 19:06, "Totò"  ha scritto:

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


[Qgis-user] QGIS3 (2.99) Mac OS X 10.12.6 Vector Layer hang

2018-03-01 Per discussione fgfletcher
QGIS3 (2.99) MacPorts installation on Mac mini, OSX 10.12.6 (Sierra) was
successful & app starts up.
Created a line shape file, drew 1 single segment line and 1 4-segment line.
Double clicking on layer brings up Layer Properties dialog.
Exiting from this dialog, whether by Cancel or OK, causes QGIS to hang for
ever.
Project and shape file are attached.
QGIS299_test.zip
  

Notes: recent MacPorts install. Renamed ~/Library/"Application
Support"/QGIS/QGIS3 folder to force clean startup - no change.  During hang
the QGIS windows are still moveable, switching to other apps moves main
window into background but the Layer Properties window stays in front of all
other windows.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione nformica
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
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] QGIS 3 - errore Python

2018-03-01 Per discussione nformica
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
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] 3D e viste

2018-03-01 Per discussione matteo
Ciao Luca,

no, non ancora.

per questo supporto c'è una campagna di raccolta fondi di Lutra,
l'azienda che ha sviluppato il 3D

https://www.lutraconsulting.co.uk/crowdfunding/more-qgis-3d/

se sei interessato pensa a dare un contributo e a far girare la voce ;)

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


Re: [Qgis-user] Mac OS X Install Notes

2018-03-01 Per discussione John Harrop
Perhaps try installing the problem package by itself at various times of the 
day.  It seems like there were speed issues in data transfer.  Before doing 
that run a port clean on the package just in case.

sudo port clean  python27
sudo port install  python27
sudo port install  qgis3

Hope that helps,

John Harrop, PGeo, FGS
Senior Project Geologist
Coast Mountain Geological Ltd

PO Box 62
Suite 488 - 625 Howe St
Vancouver, BC   V6C 2T6
Canada

jhar...@coastmountaingeo.com

+1 604 681-0209 office
+1 604 715-0987 cell
+353 83 469-1116 Ireland

j.harrop Skype









> On Feb 28, 2018, at 5:51 PM, Ivano  wrote:
> 
> Hi John, great post! :-)
> 
> I encountered the following errors during the installation on macOS High
> Sierra Ver. 10.13.2 (MacBook Pro)
> 
> precisely to the point:
> 42.9 %speed--->  Attempting to fetch
> python27-2.7.14_0.darwin_17.x86_64.tbz2 from
> http://nue.de.packages.macports.org/python27.
> 
> Error: Failed to archivefetch python27: version @2.7.14_0: Could not resolve
> host: pek.cn.packages.macports.org
> Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rs
> ync.macports.org_macports_release_tarballs_ports_lang_python27/python27/main.log
> for details.
> Error: Follow https://guide.macports.org/#project.tickets to report a bug.
> Error: Processing of port qgis3 failed
> 
> Some suggestions about it?
> 
> 
> Regards!
> 
> Ivano
> 
> 
> 
> 
> 
> 
> -
> Ivano
> GIS Science
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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] 3D e viste

2018-03-01 Per discussione Luca Bellani
Salve, é possibile (qgis 3) associare la finestra 3D, a una vista, per
poterla usare nell atlas?



--
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] Mac OS X Install Notes

2018-03-01 Per discussione John Harrop
I had that problem (for the same package) during the “clean machine” build.  
Try to clean the problem package out of your system and then install it again.  
The worked for me:

(you only need sudo the first time probably, but I leave it in just to be safe.

sudo port clean py36-pyqt5

sudo port install py36-pyqt5

sudo port install qgis3

Hope that helps.

John Harrop, PGeo, FGS
Senior Project Geologist
Coast Mountain Geological Ltd

PO Box 62
Suite 488 - 625 Howe St
Vancouver, BC   V6C 2T6
Canada

jhar...@coastmountaingeo.com

+1 604 681-0209 office
+1 604 715-0987 cell
+353 83 469-1116 Ireland

j.harrop Skype









> On Mar 1, 2018, at 7:58 AM, Jesús Lopez  wrote:
> 
> Thanks for your notes John.
> 
> When I try to build QGIS 3 with macports I get the following error:
> 
> Verifying checksums for py36-pyqt5
> Error: Checksum (rmd160) mismatch for PyQt5_gpl-5.10.tar.gz
> Error: Checksum (sha256) mismatch for PyQt5_gpl-5.10.tar.gz
> ***
> The non-matching file appears to be HTML. See this page for possible reasons
> for the checksum mismatch:
>  >
> ***
> The file has been moved to: 
> /opt/local/var/macports/distfiles/py-pyqt5/PyQt5_gpl-5.10.tar.gz.html
> Error: Failed to checksum py36-pyqt5: Unable to verify file checksums
> Error: See 
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-pyqt5/py36-pyqt5/main.log
>  for details.
> Error: Follow https://guide.macports.org/#project.tickets 
>  to report a bug.
> Error: Processing of port qgis3 failed
> 
> And install stops. Any idea on what’s the problem? Thanks!
> Jesus
> 
>> El 28 feb 2018, a las 21:05, John Harrop > > escribió:
>> 
>> Having spent available spare time for the last couple of weeks trying to 
>> build QGIS 3 beta on a Mac - I’m happy to report I saw the light yesterday 
>> and it all came together.
>> 
>> The executive summary (assuming you have MapPorts installed):  sudo post 
>> install qgis3
>> 
>> Credit to several useful hints from various people here.  I must confess 
>> that having searched various places on the web I found several discussions 
>> about installing the various dependancies needed for QGIS, tweaking cmake 
>> files to get around problems etc and spent my time working though that - 
>> unsuccessfully.  Then yesterday, before starting to do dependancy installs, 
>> configure and build on a clean machine I have I did one last search for 
>> useful blogs and found the MapPorts qgis3 which I had missed previously.  It 
>> took a while to go through its paces, as expected, but it built just fine on 
>> my MacBook Pro.  
>> 
>> Since finding beta testers is currently a priority is might be worth a note 
>> on the QGIS web page that this is available for Mac users.
>> 
>> Big thank you for the guys who did the work to get the MacPorts version 
>> working so well!
>> 
>> John Harrop, PGeo, FGS
>> Senior Project Geologist
>> Coast Mountain Geological Ltd
> ___
> 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] Mac OS X Install Notes

2018-03-01 Per discussione Adam Dershowitz
I believe that SourceForge is currently having some serious problems, and that 
you are trying to download some files from there.  I have been seeing that 
today for a completely different port.

--Adam



> On Mar 1, 2018, at 10:58 AM, Jesús Lopez  wrote:
> 
> Thanks for your notes John.
> 
> When I try to build QGIS 3 with macports I get the following error:
> 
> Verifying checksums for py36-pyqt5
> Error: Checksum (rmd160) mismatch for PyQt5_gpl-5.10.tar.gz
> Error: Checksum (sha256) mismatch for PyQt5_gpl-5.10.tar.gz
> ***
> The non-matching file appears to be HTML. See this page for possible reasons
> for the checksum mismatch:
>  >
> ***
> The file has been moved to: 
> /opt/local/var/macports/distfiles/py-pyqt5/PyQt5_gpl-5.10.tar.gz.html
> Error: Failed to checksum py36-pyqt5: Unable to verify file checksums
> Error: See 
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-pyqt5/py36-pyqt5/main.log
>  for details.
> Error: Follow https://guide.macports.org/#project.tickets 
>  to report a bug.
> Error: Processing of port qgis3 failed
> 
> And install stops. Any idea on what’s the problem? Thanks!
> Jesus
> 
>> El 28 feb 2018, a las 21:05, John Harrop > > escribió:
>> 
>> Having spent available spare time for the last couple of weeks trying to 
>> build QGIS 3 beta on a Mac - I’m happy to report I saw the light yesterday 
>> and it all came together.
>> 
>> The executive summary (assuming you have MapPorts installed):  sudo post 
>> install qgis3
>> 
>> Credit to several useful hints from various people here.  I must confess 
>> that having searched various places on the web I found several discussions 
>> about installing the various dependancies needed for QGIS, tweaking cmake 
>> files to get around problems etc and spent my time working though that - 
>> unsuccessfully.  Then yesterday, before starting to do dependancy installs, 
>> configure and build on a clean machine I have I did one last search for 
>> useful blogs and found the MapPorts qgis3 which I had missed previously.  It 
>> took a while to go through its paces, as expected, but it built just fine on 
>> my MacBook Pro.  
>> 
>> Since finding beta testers is currently a priority is might be worth a note 
>> on the QGIS web page that this is available for Mac users.
>> 
>> Big thank you for the guys who did the work to get the MacPorts version 
>> working so well!
>> 
>> John Harrop, PGeo, FGS
>> Senior Project Geologist
>> Coast Mountain Geological Ltd
> ___
> 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-user] geotiff to polygons

2018-03-01 Per discussione Colm O'Neill

Hi all,

I'm wondering if this is a possiblity or if I'm off my mark:

I'm working from a geotiff (that contains NO² levels — pollution 
indexes) that covers all of Belgium. From the geotiff, I performed a 
clipping, and a contour extraction. This is great and let me perform my 
spacial queries and data joins. I think:


These contours are just that, contours, lines. Is there any way of 
filling these zones in? I would need this for non buffered querying + 
visualisation of my end webmap, to show the levels of pollution 
according to the geotiff.


I'm looking at all of the vector geometry processing tools, but none of 
them seem to let me fill in the shapes that the contours extraction 
created. I'm sure I'm missing something, I've not been a qgis user for 
very long.


Thanks in avance!

All the best,

Colm.

--

Colm O'Neill | BE +32478479350 | NL +31685263286 | m...@colm.be
colm.be | osp.kitchen

___
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] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione Totò
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?

saluti



-
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


Re: [Qgis-user] QGIS 3 Modeller

2018-03-01 Per discussione Alexander Bruy
No. There are too many changes in API and algorithms, as well as
in internal models format.

2018-03-01 18:36 GMT+02:00 Claas Leiner :
> Hello,
>
> I habe a question to Graphical Modeller in qgis 3
>
> Is there any way to convert qgis 2 models to qgis 3 without having to
> completely rebuild the models?
>
> many greetings,
>
> Claas
>
> -
> ___
> 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



-- 
Alexander Bruy
___
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] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione Luca Lanteri
in alternativa puoi compilare qgis. così ti installi tutte le versioni che
vuoi

Il 01 Mar 2018 16:03, "Totò"  ha scritto:

> Grazie Nino,
> ora mi è tutto più chiaro, occorre aspettare un po' di tempo per le
> repository di QGIS 3.0
>
> Procedura seguita con successo per installare QGIS DEV (3.1) in linux Mint
> 18.3:
>
> da terminale:
> sudo nano /etc/apt/sources.list
>
> #aggiungo due stringe:
>
> deb https://qgis.org/ubuntugis-nightly xenial main
> deb-src https://qgis.org/ubuntugis-nightly xenial main
>
> salvo ed esco;
>
> sempre da terminale:
>
> sudo apt-get update
>
> e poi
>
> sudo apt-get install qgis python-qgis qgis-plugin-grass
>
> FUNZIONA!!!
>
> SALUTI
>
>
>
>
> -
> 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 mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] QGIS 3 Modeller

2018-03-01 Per discussione Claas Leiner

Hello,

I habe a question to Graphical Modeller in qgis 3

Is there any way to convert qgis 2 models to qgis 3 without having to 
completely rebuild the models?


many greetings,

Claas

-
___
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] Mac OS X Install Notes

2018-03-01 Per discussione Jesús Lopez
Thanks for your notes John.

When I try to build QGIS 3 with macports I get the following error:

Verifying checksums for py36-pyqt5
Error: Checksum (rmd160) mismatch for PyQt5_gpl-5.10.tar.gz
Error: Checksum (sha256) mismatch for PyQt5_gpl-5.10.tar.gz
***
The non-matching file appears to be HTML. See this page for possible reasons
for the checksum mismatch:

***
The file has been moved to: 
/opt/local/var/macports/distfiles/py-pyqt5/PyQt5_gpl-5.10.tar.gz.html
Error: Failed to checksum py36-pyqt5: Unable to verify file checksums
Error: See 
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-pyqt5/py36-pyqt5/main.log
 for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port qgis3 failed

And install stops. Any idea on what’s the problem? Thanks!
Jesus

> El 28 feb 2018, a las 21:05, John Harrop  escribió:
> 
> Having spent available spare time for the last couple of weeks trying to 
> build QGIS 3 beta on a Mac - I’m happy to report I saw the light yesterday 
> and it all came together.
> 
> The executive summary (assuming you have MapPorts installed):  sudo post 
> install qgis3
> 
> Credit to several useful hints from various people here.  I must confess that 
> having searched various places on the web I found several discussions about 
> installing the various dependancies needed for QGIS, tweaking cmake files to 
> get around problems etc and spent my time working though that - 
> unsuccessfully.  Then yesterday, before starting to do dependancy installs, 
> configure and build on a clean machine I have I did one last search for 
> useful blogs and found the MapPorts qgis3 which I had missed previously.  It 
> took a while to go through its paces, as expected, but it built just fine on 
> my MacBook Pro.  
> 
> Since finding beta testers is currently a priority is might be worth a note 
> on the QGIS web page that this is available for Mac users.
> 
> Big thank you for the guys who did the work to get the MacPorts version 
> working so well!
> 
> John Harrop, PGeo, FGS
> Senior Project Geologist
> Coast Mountain Geological Ltd
___
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] Labels and qml in 3.0

2018-03-01 Per discussione Carlos Cerdán
Hi list:

It's great to can control labels better in QGIS 3. I've was trying it in
Windows 10, but have one issue:

I can move, rotate, etc, labels of a new pre-styled (it has a related qml
file) or not pre-styled polygon layer; but if I save the style as
predefined, labels go static and label controls don't work.

I've erased the related qml, and label control returns, reloading the layer.

Is it some bug or I'm doing something wrong?

How can I save label settings as predefined after change location and/or
rotation with this new control?

Thank you in advance

Carlos Cerdan
___
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] possibile BUG QGIs 3.0

2018-03-01 Per discussione Luca Bellani
Ho provato, ma a me non cambia nulla, continuano i due problemi.
Grazie per l'aiuto



--
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-it-user] (senza oggetto)

2018-03-01 Per discussione Stefano Campus
ho fatto io,
grazie luca

s.

Il giorno 1 marzo 2018 16:15, Luca Mandolesi  ha
scritto:

> Ciao Giampaolo,
> ti devi disiscrivere tu per non ricevere i messaggi.
> Ritorna al pannello principale e cancellati.
> Ciao ciao
> Luca
>
> ___
> 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] (senza oggetto)

2018-03-01 Per discussione Luca Mandolesi
Ciao Giampaolo,
ti devi disiscrivere tu per non ricevere i messaggi.
Ritorna al pannello principale e cancellati.
Ciao ciao
Luca
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione Totò
Grazie Nino,
ora mi è tutto più chiaro, occorre aspettare un po' di tempo per le
repository di QGIS 3.0

Procedura seguita con successo per installare QGIS DEV (3.1) in linux Mint
18.3:

da terminale:
sudo nano /etc/apt/sources.list

#aggiungo due stringe:

deb https://qgis.org/ubuntugis-nightly xenial main
deb-src https://qgis.org/ubuntugis-nightly xenial main

salvo ed esco;

sempre da terminale:

sudo apt-get update

e poi

sudo apt-get install qgis python-qgis qgis-plugin-grass

FUNZIONA!!!

SALUTI




-
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


Re: [QGIS-it-user] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione nformica
Ciao Totò,

benvenuto nel magico mondo delle REPO (repository) di Linux !!
Allora brevemente: nelle repo vengono preparate delle pacchettizzazioni già
pronte di SW da installare (tra cui appunto QGIS) evitando così agli utenti
di farsi una compilazione/build in locale, sia per risparmiare tempo sia per
evitare rogne ai meno esperti.
Ogni repo contiene pacchettizzazioni già pronte e compatibili per certe
versioni di Linux.
Ora, ogni volta che viene rilasciata una nuova versione (nel nostro caso
QGIS) ci vuole un pò di tempo (a volte anche settimane) perchè queste
organizzazioni di volontari aggiornino le repo !

Nel caso della tua Mint 18.3 "dovrebbero essere compatibili" (ho letto qui:
https://en.wikipedia.org/wiki/Linux_Mint_version_history ma io non ho
provato) le repository per Ubuntu 16.04 e cioè:
-) https://qgis.org/debian (che preferisco)
-) https://qgis.org/ubuntugis
ma in queste ancora non hanno pacchettizzato QGIS 3.0 (infatti anch'io sto
aspettando).

Altrimenti ti devi installare la 2.99 usando come repo:
-) https://qgis.org/debian-nightly (che preferisco)
-) https://qgis.org/ubuntugis-nightly
Se vuoi prova queste (scegli una delle due). Ma prima ricordati di togliere
le precedenti repo, altrimenti succede un manicomio !

Capisco che a parole non è facile spiegarlo, ma spero di esserti stato
utile.

Saluti
Nino






--
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-it-user] lizmap-tiles server

2018-03-01 Per discussione Paolo Cavallini
Il 01/03/2018 14:39, Robi Brazzelli ha scritto:
> Anche se inserito come layer normale non risulta visibile

questo conferma che i layer XYZ non sono supportati da qgis-server.
cordiali saluti.

-- 
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-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] lizmap-tiles server

2018-03-01 Per discussione Robi Brazzelli
Anche se inserito come layer normale non risulta visibile

Il giorno 28 febbraio 2018 20:44, Paolo Cavallini 
ha scritto:

> Il 27/02/2018 14:59, Robi Brazzelli ha scritto:
> > Allora, la procedura che faccio è la seguente:
> > -inserisco in qgis  googlesatellite da plugin quickmapservice
> > -da proprietà copio url e creo tile server nel browser panel
>
> e questo è già un approccio furbo :)
>
> > -poi lo inserisco in layer panel e lo visualizzo correttamente
> > -in lizmap lo riconosce come layer e imposto come base layer
> > e come single tile.
> > Risultato nel web non visualizzo questo sfondo e non lo inserisce
> > nella lista di baselayer
>
> in effetti credo che i layer XYZ non siano ancora supportati da
> qgis-server. non sono visibili solo se usati come baselayer o anche se
> come layer normali?
>
> saluti
>
> --
> 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-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione Totò
Totò wrote
> nformica wrote
> 
> Ciao Nino,
> non funziona neanche questa procedura suggerita in un tweet:
> https://twitter.com/mapperz/status/967827033454624768
> 
> boh!!

Non funziona nel senso che installa la 2.14.22 e non quella che voglio cioè
la 3.0!!!

saluti



-
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


Re: [QGIS-it-user] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione Totò




-
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


Re: [QGIS-it-user] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione Totò
nformica wrote
> Totò wrote
>> aggiungo queste due righe suggerite da questa guida [0]
>> 
>> deb https://qgis.org/ubuntugis xenial main
>> deb-src https://qgis.org/ubuntugis xenial main
> 
> ... e comunque il tuo problema deriva dal fatto che queste REPO non vanno
> bene anche per Linux Mint 18.3 (nome: Sylvia). Ecco perchè ti segnala
> tutte
> quelle dipendenze mancanti.
> Non uso Mint e quindi non sono certo, ma nonpenso che abbiano già
> pacchettizzato QGIS 3.0 per Linux Mint 18.3 !!
> 
> Ciao !
> Nino

Ciao Nino,
non funziona neanche questa procedura suggerita in un tweet:
https://twitter.com/mapperz/status/967827033454624768

boh!!



-
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


Re: [QGIS-it-user] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione nformica
Totò wrote
> aggiungo queste due righe suggerite da questa guida [0]
> 
> deb https://qgis.org/ubuntugis xenial main
> deb-src https://qgis.org/ubuntugis xenial main

... e comunque il tuo problema deriva dal fatto che queste REPO non vanno
bene anche per Linux Mint 18.3 (nome: Sylvia). Ecco perchè ti segnala tutte
quelle dipendenze mancanti.
Non uso Mint e quindi non sono certo, ma nonpenso che abbiano già
pacchettizzato QGIS 3.0 per Linux Mint 18.3 !!

Ciao !
Nino




--
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-it-user] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione nino formica
Perché la vuoi installare anche su Mint ?
Ovvero 
visto che ancora non sei molto pratico di Linux, ti consiglio di scegliere
una distro (... quella che vuoi) e poi fai pratica solo con quella. Se no
impazzisci !!

Saluti
Nino

Il 01 mar 2018 10:05 AM, "Totò"  ha scritto:

Ciao a tutti,
è uscita la 3.0 e vorrei installarla in una macchina Linux montata in dual
boot con win 10 64b, ma non riesco.

Ho provato con Ubuntu 17.10 e Linux Mint 18.3, nella prima riesco ad
installare qgis dev, cioè quella di sviluppo ma non la 3.0 Girona; nella
seconda (Linux Mint) non riesco ad installare nessuna versione.

Ho provato varie guide, ma nessuna funziona.

Per adesso ho, in dual boot, Linux Mint, ecco cosa ho fatto:
1. avvio terminale e scrivo

sudo nano /etc/apt/sources.list

aggiungo queste due righe suggerite da questa guida [0]

deb https://qgis.org/ubuntugis xenial main
deb-src https://qgis.org/ubuntugis xenial main

poi, sempre seguendo la guida:
sudo apt-get update
e poi
sudo apt-get install qgis python-qgis qgis-plugin-grass

ecco cosa compare:

pigreco@Lenovo ~ $ sudo apt-get install qgis python-qgis qgis-plugin-grass
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:

I seguenti pacchetti hanno dipendenze non soddisfatte:
 python-qgis : Dipende: libqgispython3.0.0 ma non sta per essere installato
   Dipende: libqgis-analysis3.0.0 ma non sta per essere
installato
   Dipende: libqgis-core3.0.0 ma non sta per essere installato
   Dipende: libqgis-gui3.0.0 ma non sta per essere installato
   Dipende: libqgis-server3.0.0 ma non sta per essere installato
 qgis : Dipende: gdal-abi-2-2-2 ma non è installabile
Dipende: libgdal20 (>= 1.8.0) ma non è installabile
Dipende: libqgis-analysis3.0.0 ma non sta per essere installato
Dipende: libqgis-app3.0.0 ma non sta per essere installato
Dipende: libqgis-core3.0.0 ma non sta per essere installato
Dipende: libqgis-gui3.0.0 ma non sta per essere installato
Dipende: qgis-providers (= 1:3.0.0+24xenial-ubuntugis) ma non sta
per essere installato
 qgis-plugin-grass : Dipende: qgis-provider-grass (=
1:3.0.0+24xenial-ubuntugis) ma non sta per essere installato
 Dipende: libgdal20 (>= 1.8.0) ma non è installabile
 Dipende: libqgis-app3.0.0 ma non sta per essere
installato
 Dipende: libqgis-core3.0.0 ma non sta per essere
installato
 Dipende: libqgis-gui3.0.0 ma non sta per essere
installato
 Dipende: libqgisgrass7-3.0.0 ma non sta per essere
installato
 Dipende: grass740 ma non è installabile
E: Impossibile correggere i problemi, ci sono pacchetti danneggiati
bloccati.

Non conosco linux e quindi chiedo se qualcuno potesse realizzare una guida
passo passo per installare QGIS 3.0 Girona su Linux Mint.

grazie


[0] https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu




-
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 mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS 2.18 vs. QGIS 3

2018-03-01 Per discussione Patrick Dunford
2.18 can read 3's project files well but stuff like styles may not be 
interpreted.



On 01/03/18 22:37, Andreas Neumann wrote:


Hi Strumbi,

They can be installed and run in parallel. They have independent settings.

The only restriction is: once you have saved a project in QGIS 3, 
there may be no way back to 2.18.


The other thing to watch out is plugins or Python code: plugins and 
Python code from QGIS 2.x don't run in QGIS 3.x. They have to be 
revised because of the change from Python 2 to Python 3 and qt4 to 
qt5. In addition, the QGIS API changed considerably. Theoretically, a 
plugin can be written to work in both QGIS 2 and QGIS 3, but in 
practice, such plugins don't exist very often.


Greetings,

Andreas


On 01.03.2018 10:22, Velizar Strumberger wrote:

Hello
I apologize if this question has been asked already. Should I 
uninstall QGIS 2.18 before I install QGIS 3.

Thank you
Strumbi


___
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-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] Qgis3.0 impostazioni mouse

2018-03-01 Per discussione Carlo

Buongiorno a tutti

Ho iniziato a giocare un po con la nuova versione e volevo chiedere 
suggerimenti riguardo alle scorciatoia rapida, cioè se oltre ai tasti 
della tastiera è possibile inserire anche i tasti presenti sul mouse.
Ho dovuto cambiare mouse e la cosa che mi faceva molto comodo era il pan 
sulla rotella, cioè se tenevo premuta la rotella del mouse potevo 
spostare la mappa come volevo.
Ora che non ho più questa funzione nella rotella, ma ho a disposizione 
altri tasti, c'è un modo per impostare il tutto?


Inoltre ho notato che nella barra vettore -> strumenti di geoprocessing 
manca la funzione dissolvi (presente della tools processing)


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


[Qgis-user] Displaying a photo with the attachment widget in 3.0

2018-03-01 Per discussione McDonaldR
Hey folks,

Anyone know how the new Attachment Widget works to display a photo with either 
a file path or URL?

In 2.18 the web view widget displayed the photo perfectly but in 3.0 only the 
file path is displayed and not the image.

Thoughts?

Thanks in advance

Ross

Ross McDonald | GIS Data Coordinator | Angus Council, People, IT | Angus House, 
Orchardbank Business Park, Sylvie Way, Forfar DD8 1AT | t: 01307 476419


This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding representation 
and does not represent the views of Angus Council. Emails may be monitored for 
security and network management reasons. Messages containing inappropriate 
content may be intercepted. Angus Council does not accept any liability for any 
harm that may be caused to the recipient system or data on it by this message 
or any attachment.
___
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 2.18 vs. QGIS 3

2018-03-01 Per discussione Luigi Pirelli
Ho! I Assumed you are on win... is it true?
Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
* 
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On 1 March 2018 at 10:31, Luigi Pirelli  wrote:
> no
> Luigi Pirelli
>
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> * 
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
> * Hire me: http://goo.gl/BYRQKg
> **
>
>
> On 1 March 2018 at 10:22, Velizar Strumberger
>  wrote:
>> Hello
>> I apologize if this question has been asked already. Should I uninstall QGIS
>> 2.18 before I install QGIS 3.
>> Thank you
>> Strumbi
>>
>> ___
>> 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] QGIS 2.18 vs. QGIS 3

2018-03-01 Per discussione Andreas Neumann

Hi Harrissou,

Sorry, I was just assuming that question was related to Windows (where 
>90% of our user base is).


On Linux it is more complicated. To do that on Linux, I compile QGIS 
from source myself. Than it is possible with different start scripts 
that have different library paths.


There may be other ways to install both versions from binaries on Linux 
that I am not aware of.


There were discussions about supporting Snap or flatpack packages in the 
future - but they don't exist yet. This may be a way to install both 
versions on Linux as well.


Andreas


On 01.03.2018 10:48, DelazJ wrote:

Hi,

2018-03-01 10:37 GMT+01:00 Andreas Neumann >:


Hi Strumbi,

They can be installed and run in parallel.

Easily?
I could do that on Windows or macOS but never succeeded on Linux 
(tried with 2.14 and 2.18 in the past and ended up with building from 
source the latest version, unless there is a difference in 2.x vs 3.x).
What would then be the steps/requirements to use the provided packages 
and build different versions of QGIS on the same machine (nota: i'm 
still a beginner on Linux).


Thanks,
Harrissou

They have independent settings.

The only restriction is: once you have saved a project in QGIS 3,
there may be no way back to 2.18.

The other thing to watch out is plugins or Python code: plugins
and Python code from QGIS 2.x don't run in QGIS 3.x. They have to
be revised because of the change from Python 2 to Python 3 and qt4
to qt5. In addition, the QGIS API changed considerably.
Theoretically, a plugin can be written to work in both QGIS 2 and
QGIS 3, but in practice, such plugins don't exist very often.

Greetings,

Andreas


On 01.03.2018 10 :22, Velizar
Strumberger wrote:

Hello
I apologize if this question has been asked already. Should I
uninstall QGIS 2.18 before I install QGIS 3.
Thank you
Strumbi


___
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-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 2.18 vs. QGIS 3

2018-03-01 Per discussione Velizar Strumberger
Thank you all
Strumbi

On Thu, Mar 1, 2018 at 10:48 AM, DelazJ  wrote:

> Hi,
>
> 2018-03-01 10:37 GMT+01:00 Andreas Neumann :
>
>> Hi Strumbi,
>>
>> They can be installed and run in parallel.
>>
> Easily?
> I could do that on Windows or macOS but never succeeded on Linux (tried
> with 2.14 and 2.18 in the past and ended up with building from source the
> latest version, unless there is a difference in 2.x vs 3.x).
> What would then be the steps/requirements to use the provided packages and
> build different versions of QGIS on the same machine (nota: i'm still a
> beginner on Linux).
>
> Thanks,
> Harrissou
>
>> They have independent settings.
>>
>> The only restriction is: once you have saved a project in QGIS 3, there
>> may be no way back to 2.18.
>>
>> The other thing to watch out is plugins or Python code: plugins and
>> Python code from QGIS 2.x don't run in QGIS 3.x. They have to be revised
>> because of the change from Python 2 to Python 3 and qt4 to qt5. In
>> addition, the QGIS API changed considerably. Theoretically, a plugin can be
>> written to work in both QGIS 2 and QGIS 3, but in practice, such plugins
>> don't exist very often.
>>
>> Greetings,
>>
>> Andreas
>>
>> On 01.03.2018 10 <01%2003%2020%2018%2010>:22, Velizar Strumberger wrote:
>>
>> Hello
>> I apologize if this question has been asked already. Should I uninstall
>> QGIS 2.18 before I install QGIS 3.
>> Thank you
>> Strumbi
>>
>>
>> ___
>> Qgis-user mailing listqgis-u...@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-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] QGIS3: can't write to loaded GPKG

2018-03-01 Per discussione Alessandro Pasotti
Hi,

if you find a way to reproduce the issue please file a bug report (with a
sample project and test data attached please).

On Thu, Mar 1, 2018 at 10:45 AM, Jean-Baptiste Desbas 
wrote:

> Hi,
>
> I have got this issue too. Sometimes.. I don't know when it appends or
> not. Perhaps when you open the GPKG with drag'n'drop ?
> You can use DB manager to save your layer in the DPKG without error.
>
> Regards,
>
> 2018-03-01 8:56 GMT+01:00 Alessandro Pasotti :
>
>> Hi,
>>
>> I've never had an issue when testing drag and drop to a gpkg from the
>> browser panel, but you are not saying exactly how you're doing so I can not
>> say more.
>>
>>
>> On Mar 1, 2018 02:44, "Tobias Wendorff" 
>> wrote:
>>
>> Hi there,
>>
>> I've opened a GPKG layer created by QGIS and want to export
>> another layer into this GPKG. I'm getting this error:
>>
>> "Error: Cannot overwrite a OGR layer in place"
>>
>> Actually, I'm not overwriting it. It has a complete different
>> name of course.
>>
>> In past, SQLite files were read-only when being opened, but
>> with WAL, this should be possible. I mean, Firefox and others
>> are doing it all the time. See:
>> https://www.skoumal.net/en/parallel-read-and-write-in-sqlite/
>>
>> Is this a bug, which needs to be reported or is it just an
>> unsupported feature?
>>
>> Best regards,
>> Tobias
>>
>> ___
>> 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
>>
>
>


-- 
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 2.18 vs. QGIS 3

2018-03-01 Per discussione DelazJ
Hi,

2018-03-01 10:37 GMT+01:00 Andreas Neumann :

> Hi Strumbi,
>
> They can be installed and run in parallel.
>
Easily?
I could do that on Windows or macOS but never succeeded on Linux (tried
with 2.14 and 2.18 in the past and ended up with building from source the
latest version, unless there is a difference in 2.x vs 3.x).
What would then be the steps/requirements to use the provided packages and
build different versions of QGIS on the same machine (nota: i'm still a
beginner on Linux).

Thanks,
Harrissou

> They have independent settings.
>
> The only restriction is: once you have saved a project in QGIS 3, there
> may be no way back to 2.18.
>
> The other thing to watch out is plugins or Python code: plugins and Python
> code from QGIS 2.x don't run in QGIS 3.x. They have to be revised because
> of the change from Python 2 to Python 3 and qt4 to qt5. In addition, the
> QGIS API changed considerably. Theoretically, a plugin can be written to
> work in both QGIS 2 and QGIS 3, but in practice, such plugins don't exist
> very often.
>
> Greetings,
>
> Andreas
>
> On 01.03.2018 10 <01%2003%2020%2018%2010>:22, Velizar Strumberger wrote:
>
> Hello
> I apologize if this question has been asked already. Should I uninstall
> QGIS 2.18 before I install QGIS 3.
> Thank you
> Strumbi
>
>
> ___
> Qgis-user mailing listqgis-u...@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-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] QGIS3: can't write to loaded GPKG

2018-03-01 Per discussione Jean-Baptiste Desbas
Hi,

I have got this issue too. Sometimes.. I don't know when it appends or not.
Perhaps when you open the GPKG with drag'n'drop ?
You can use DB manager to save your layer in the DPKG without error.

Regards,

2018-03-01 8:56 GMT+01:00 Alessandro Pasotti :

> Hi,
>
> I've never had an issue when testing drag and drop to a gpkg from the
> browser panel, but you are not saying exactly how you're doing so I can not
> say more.
>
>
> On Mar 1, 2018 02:44, "Tobias Wendorff" 
> wrote:
>
> Hi there,
>
> I've opened a GPKG layer created by QGIS and want to export
> another layer into this GPKG. I'm getting this error:
>
> "Error: Cannot overwrite a OGR layer in place"
>
> Actually, I'm not overwriting it. It has a complete different
> name of course.
>
> In past, SQLite files were read-only when being opened, but
> with WAL, this should be possible. I mean, Firefox and others
> are doing it all the time. See:
> https://www.skoumal.net/en/parallel-read-and-write-in-sqlite/
>
> Is this a bug, which needs to be reported or is it just an
> unsupported feature?
>
> Best regards,
> Tobias
>
> ___
> 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-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] QGIS3: turn off scientific notation on feature identify

2018-03-01 Per discussione DelazJ
Hi,

2018-02-28 22:00 GMT+01:00 Tobias Wendorff :

> Am Mi, 28.02.2018, 20:49 schrieb del...@gmail.com:
> > Btw, it also shows when using data-defined assistant (and hence in
> legend)
>
> Thanks for the hint.
>
> > - see https://issues.qgis.org/issues/15880
>
> "Easy fix? No" doesn't sound any good :(
>
> I don't know; From memory, the "easy" tag became mandatory only with the
last server upgrade and issue report refactoring so my guess is that when
the tag was not yet filled, the default  value applied was "No".
But again I could be wrong.

Agree to create a new issue, more global.

Harrissou

2018-03-01 9:01 GMT+01:00 Richard Duivenvoorde :

> On 28-02-18 22:01, Tobias Wendorff wrote:
> > Am Mi, 28.02.2018, 20:15 schrieb Richard Duivenvoorde:
> >> Maybe you should create a Feature request (at issues.qgis.org) for
> this:
> >> - never show values in scientific notations
> >> - mixup like now
> >> - always show scientific notations
> >
> > Shall I add it to "https://issues.qgis.org/issues/15880; or shall
> > I create a new one and link it to this issue?
>
> I'd create a new one linking to old one, as I think it could be a pretty
> big fix. It could be fixed everywhere where a attribute value is shown:
> attr tables, tooltips, legend etc etc...
>
> Regards,
>
> Richard
> ___
> 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] QGIS 2.18 vs. QGIS 3

2018-03-01 Per discussione Andreas Neumann

Hi Strumbi,

They can be installed and run in parallel. They have independent settings.

The only restriction is: once you have saved a project in QGIS 3, there 
may be no way back to 2.18.


The other thing to watch out is plugins or Python code: plugins and 
Python code from QGIS 2.x don't run in QGIS 3.x. They have to be revised 
because of the change from Python 2 to Python 3 and qt4 to qt5. In 
addition, the QGIS API changed considerably. Theoretically, a plugin can 
be written to work in both QGIS 2 and QGIS 3, but in practice, such 
plugins don't exist very often.


Greetings,

Andreas


On 01.03.2018 10:22, Velizar Strumberger wrote:

Hello
I apologize if this question has been asked already. Should I 
uninstall QGIS 2.18 before I install QGIS 3.

Thank you
Strumbi


___
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] QGIS 3 - errore Python

2018-03-01 Per discussione Leonardo Donnini

Buongiorno,
dopo vari tentativi mi sono convinto a disinstallare e reinstallare di 
nuovo QGIS 3 con il setup di OsGeo4W .


Nel Pannello di controllo > Programmi è presente solo una installazione 
standalone  QGIS 2.14 Essen che non devo disinstallare


Chiedo se possibile avere indicazioni circa la procedura corretta per 
effettuare l'operazione .


S.O Windows 10 Pro 64 bit

Grazie

Leonardo


Il 01/03/2018 09:58, alper78 ha scritto:

Per il processing io non riscontro problemi.
  
Devo dire che nei Messaggi di log > Plugin ho i seguenti avvisi:


2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/globeplugin.dll (Motivo: Cannot load library
C:\OSGEO4~1\apps\qgis\plugins\globeplugin.dll: Impossibile trovare la
procedura specificata.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassplugin6.dll (Motivo: Cannot load library
C:\OSGEO4~1\apps\qgis\plugins\grassplugin6.dll: Impossibile trovare la
procedura specificata.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassplugin7.dll (Motivo: Cannot load library
C:\OSGEO4~1\apps\qgis\plugins\grassplugin7.dll: Impossibile trovare il
modulo specificato.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassprovider6.dll (Motivo: Cannot load
library C:\OSGEO4~1\apps\qgis\plugins\grassprovider6.dll: Impossibile
trovare la procedura specificata.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassprovider7.dll (Motivo: Cannot load
library C:\OSGEO4~1\apps\qgis\plugins\grassprovider7.dll: Impossibile
trovare il modulo specificato.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassrasterprovider6.dll (Motivo: Cannot load
library C:\OSGEO4~1\apps\qgis\plugins\grassrasterprovider6.dll: Impossibile
trovare la procedura specificata.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassrasterprovider7.dll (Motivo: Cannot load
library C:\OSGEO4~1\apps\qgis\plugins\grassrasterprovider7.dll: Impossibile
trovare il modulo specificato.)

però gli strumenti Processing di Grass mi sembrano funzionare.

Comunque appena ho tempo faccio una disinstallazione completa (con
cancellazione delle varie cartelle) e reinstallazione di osgeo4w ed altri
programmi per pulire un po' il sistema.




-
Alessandro Perego
http://www.alspergis.altervista.org
--
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




---
Questa e-mail è stata controllata per individuare virus con Avast antivirus.
https://www.avast.com/antivirus
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS 2.18 vs. QGIS 3

2018-03-01 Per discussione Luigi Pirelli
no
Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
* 
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On 1 March 2018 at 10:22, Velizar Strumberger
 wrote:
> Hello
> I apologize if this question has been asked already. Should I uninstall QGIS
> 2.18 before I install QGIS 3.
> Thank you
> Strumbi
>
> ___
> 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] (senza oggetto)

2018-03-01 Per discussione giampaolo . vanni
salve

posso chiedere di essere cancellato dalla vostra mailing list?

grazie mille e scusate per il disturbo

Cordialmente

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


Re: [QGIS-it-user] possibile BUG QGIs 3.0

2018-03-01 Per discussione Carlo

Ho fatto entrambe le prove e su windows 8 funziona tutto regolarmente

Il 28/02/2018 23.00, Luca Bellani ha scritto:

Confermo che anche nel mio portatile (stesso windows 10 1709) riscontro gli
stessi problemi:

1) no cambia la visual del softare a NIGHT, non cambia nulla a anche
riavviando.

2) la combinazione di tsti CONTROL-TAB ogni volta che viene eseguita,
rimpicciolisce uno dei pannelli che ho aperto nel lato sinistro del canvas.

In entrambi i PC é la versione 64 bit standalone di QGIS



--
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-it-user] possibile BUG QGIs 3.0

2018-03-01 Per discussione alper78
Aggiornamento: ho provato a sganciare il pannello inferiore (pannello
Browser) e riagganciarlo ed ora il rimpicciolimento non si verificà più.



-
Alessandro Perego
http://www.alspergis.altervista.org
--
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] Installare QGIS 3.0 in macchine Linux

2018-03-01 Per discussione Totò
Ciao a tutti,
è uscita la 3.0 e vorrei installarla in una macchina Linux montata in dual
boot con win 10 64b, ma non riesco.

Ho provato con Ubuntu 17.10 e Linux Mint 18.3, nella prima riesco ad
installare qgis dev, cioè quella di sviluppo ma non la 3.0 Girona; nella
seconda (Linux Mint) non riesco ad installare nessuna versione.

Ho provato varie guide, ma nessuna funziona.

Per adesso ho, in dual boot, Linux Mint, ecco cosa ho fatto:
1. avvio terminale e scrivo

sudo nano /etc/apt/sources.list

aggiungo queste due righe suggerite da questa guida [0]

deb https://qgis.org/ubuntugis xenial main
deb-src https://qgis.org/ubuntugis xenial main

poi, sempre seguendo la guida:
sudo apt-get update
e poi 
sudo apt-get install qgis python-qgis qgis-plugin-grass

ecco cosa compare:

pigreco@Lenovo ~ $ sudo apt-get install qgis python-qgis qgis-plugin-grass
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze   
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:

I seguenti pacchetti hanno dipendenze non soddisfatte:
 python-qgis : Dipende: libqgispython3.0.0 ma non sta per essere installato
   Dipende: libqgis-analysis3.0.0 ma non sta per essere
installato
   Dipende: libqgis-core3.0.0 ma non sta per essere installato
   Dipende: libqgis-gui3.0.0 ma non sta per essere installato
   Dipende: libqgis-server3.0.0 ma non sta per essere installato
 qgis : Dipende: gdal-abi-2-2-2 ma non è installabile
Dipende: libgdal20 (>= 1.8.0) ma non è installabile
Dipende: libqgis-analysis3.0.0 ma non sta per essere installato
Dipende: libqgis-app3.0.0 ma non sta per essere installato
Dipende: libqgis-core3.0.0 ma non sta per essere installato
Dipende: libqgis-gui3.0.0 ma non sta per essere installato
Dipende: qgis-providers (= 1:3.0.0+24xenial-ubuntugis) ma non sta
per essere installato
 qgis-plugin-grass : Dipende: qgis-provider-grass (=
1:3.0.0+24xenial-ubuntugis) ma non sta per essere installato
 Dipende: libgdal20 (>= 1.8.0) ma non è installabile
 Dipende: libqgis-app3.0.0 ma non sta per essere
installato
 Dipende: libqgis-core3.0.0 ma non sta per essere
installato
 Dipende: libqgis-gui3.0.0 ma non sta per essere
installato
 Dipende: libqgisgrass7-3.0.0 ma non sta per essere
installato
 Dipende: grass740 ma non è installabile
E: Impossibile correggere i problemi, ci sono pacchetti danneggiati
bloccati. 

Non conosco linux e quindi chiedo se qualcuno potesse realizzare una guida
passo passo per installare QGIS 3.0 Girona su Linux Mint.

grazie


[0] https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu




-
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


Re: [QGIS-it-user] possibile BUG QGIs 3.0

2018-03-01 Per discussione alper78
Io sto usando QGIS 3 installato da osgeo4w su Windows 7 64 bit (Home Premium
Service Pack 1) e confermo che usando più volte CONTROL+TAB il pannello
sinistro inferiore si rimpicciolisce. 
Invece non ho problemi per il tema Night Mapping.




-
Alessandro Perego
http://www.alspergis.altervista.org
--
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-it-user] QGIS 3 - errore Python

2018-03-01 Per discussione alper78
Per il processing io non riscontro problemi.
 
Devo dire che nei Messaggi di log > Plugin ho i seguenti avvisi:

2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/globeplugin.dll (Motivo: Cannot load library
C:\OSGEO4~1\apps\qgis\plugins\globeplugin.dll: Impossibile trovare la
procedura specificata.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassplugin6.dll (Motivo: Cannot load library
C:\OSGEO4~1\apps\qgis\plugins\grassplugin6.dll: Impossibile trovare la
procedura specificata.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassplugin7.dll (Motivo: Cannot load library
C:\OSGEO4~1\apps\qgis\plugins\grassplugin7.dll: Impossibile trovare il
modulo specificato.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassprovider6.dll (Motivo: Cannot load
library C:\OSGEO4~1\apps\qgis\plugins\grassprovider6.dll: Impossibile
trovare la procedura specificata.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassprovider7.dll (Motivo: Cannot load
library C:\OSGEO4~1\apps\qgis\plugins\grassprovider7.dll: Impossibile
trovare il modulo specificato.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassrasterprovider6.dll (Motivo: Cannot load
library C:\OSGEO4~1\apps\qgis\plugins\grassrasterprovider6.dll: Impossibile
trovare la procedura specificata.)
2018-03-01T09:22:44 WARNING Impossibile caricare
C:/OSGEO4~1/apps/qgis/plugins/grassrasterprovider7.dll (Motivo: Cannot load
library C:\OSGEO4~1\apps\qgis\plugins\grassrasterprovider7.dll: Impossibile
trovare il modulo specificato.)

però gli strumenti Processing di Grass mi sembrano funzionare.

Comunque appena ho tempo faccio una disinstallazione completa (con
cancellazione delle varie cartelle) e reinstallazione di osgeo4w ed altri
programmi per pulire un po' il sistema.




-
Alessandro Perego
http://www.alspergis.altervista.org
--
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-01 Per discussione Richard Duivenvoorde
On 28-02-18 22:01, Tobias Wendorff wrote:
> Am Mi, 28.02.2018, 20:15 schrieb Richard Duivenvoorde:
>> Maybe you should create a Feature request (at issues.qgis.org) for this:
>> - never show values in scientific notations
>> - mixup like now
>> - always show scientific notations
> 
> Shall I add it to "https://issues.qgis.org/issues/15880; or shall
> I create a new one and link it to this issue?

I'd create a new one linking to old one, as I think it could be a pretty
big fix. It could be fixed everywhere where a attribute value is shown:
attr tables, tooltips, legend etc etc...

Regards,

Richard
___
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