Re: [Qgis-user] Building QGIS >= 2.18.12 on Linux Mint 18.2 Sonya - with Oracle provider?

2017-09-19 Thread Patrick Dunford
Off memory I had a similar issue building 2.18 on Ubuntu 17.04, and it 
started up but wouldn't load PyQt or something like that. Building some 
masters on Debian 9 was more reliable, but it will still say something 
is missing on startup (osgeo or something, whatever that is).



On 20/09/17 00:04, Matthias Kuhn wrote:

Hi Greg,

Not sure what exactly is going wrong when it freezes.

But since it happens at 99% it's possible that all the important parts
are already there and you are already able to start QGIS. Go to the
build directory and type

   ./output/bin/qgis

It's possible that this just works.

Good luck,
Matthias

On 09/19/2017 12:17 PM, Greg Stef wrote:

Hello everyone.

This is my 1st post and I am not sure if it should be short or more
detailed. I have posted a question to Stackexchange
(https://gis.stackexchange.com/questions/255565/building-qgis-2-18-12-on-linux-mint-18-2-sonya-with-oracle-provider),
with no answers so far, so I'll provide the most essential details here,
unless told otherwise.

I was trying to build QGIS on Linux Mint 18.2 (Sonya), in order to have
the Oracle provider - my setup is at the end of this message.

I tried to follow the instructions in
https://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc11
, specifically 3.1 - 3.7 (3.8 seems to be a separate process, which I
also tried and failed) - in 3.3 I used the build dependencies for xenial.

Since this official guide doesn't mention Oracle at all (as if nobody
uses it!),  I searched and tried to use a process like
https://lists.osgeo.org/pipermail/qgis-developer/2014-August/034230.html. My
command was:

|ccmake -DWITH_QWTPOLAR=OFF -DCMAKE_BUILD_TYPE=Debug
-DCMAKE_INSTALL_PREFIX=/home/ME/apps/qgis/master -DWITH_ORACLE=TRUE
-DOCI_INCLUDE_DIR=/home/ME/instantclient_12_2/sdk/include
-DOCI_LIBRARY=/home/ME/instantclient_12_2/libclntsh.so.12.1 ..
|

|make -j|8

It failed (my 1st attempt in compiling, too).

Before going around asking questions, I thought it prudent to assure the
basics, so I tried to build the 'vanilla way', i.e. from the source as I
download it, without Oracle, without any changes in the process. I made
LD_LIBRARY_PATH null and issued:

|ccmake -DWITH_QWTPOLAR=OFF -DCMAKE_BUILD_TYPE=Debug
-DCMAKE_INSTALL_PREFIX=/home/ME/apps/qgis/master ..|

|make -j|8

After about 15',  I got:
...
 [ 99%] Building CXX object
src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_kptyprocess.cpp.o
 [ 99%] Building CXX object
src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_qtermwidget.cpp.o
 [ 99%] Building CXX object
src/plugins/grass/7/CMakeFiles/grassplugin7.dir/qrc_qgsgrass_plugin.cpp.o
 Scanning dependencies of target translations
 [ 99%] Generating ../output/i18n/qgis_ar.qm
 [ 99%] Generating ../output/i18n/qgis_bg.qm
 [ 99%] Generating ../output/i18n/qgis_bs.qm
 [ 99%] Generating ../output/i18n/qgis_ca.qm
 [ 99%] Generating ../output/i18n/qgis_cs.qm
 [ 99%] Generating ../output/i18n/qgis_da.qm
 [ 99%] Generating ../output/i18n/qgis_de.qm
 [ 99%] Linking CXX shared module
../../../../output/lib/qgis/plugins/libgrassplugin7.so
 [ 99%] Built target grassplugin7
 [ 99%] Generating ../output/i18n/qgis_el.qm

where it remained frozen, with 100% cpu, for > 20h.

Next day, whet I interrupted the process, I got

i18n/CMakeFiles/translations.dir/build.make:97: recipe for target
'output/i18n/qgis_ar.qm' failed
make[2]: *** [output/i18n/qgis_ar.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:105: recipe for target
'output/i18n/qgis_bs.qm' failed
make[2]: *** [output/i18n/qgis_bs.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:109: recipe for target
'output/i18n/qgis_ca.qm' failed
make[2]: *** [output/i18n/qgis_ca.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:117: recipe for target
'output/i18n/qgis_da.qm' failed
make[2]: *** [output/i18n/qgis_da.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:121: recipe for target
'output/i18n/qgis_de.qm' failed
make[2]: *** [output/i18n/qgis_de.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:125: recipe for target
'output/i18n/qgis_el.qm' failed
make[2]: *** [output/i18n/qgis_el.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:113: recipe for target
'output/i18n/qgis_cs.qm' failed
make[2]: *** [output/i18n/qgis_cs.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:101: recipe for target
'output/i18n/qgis_bg.qm' failed
make[2]: *** [output/i18n/qgis_bg.qm] Interrupt
CMakeFiles/Makefile2:4155: recipe for target
'i18n/CMakeFiles/translations.dir/all' failed
make[1]: *** [i18n/CMakeFiles/translations.dir/all] Interrupt
Makefile:160: recipe for target 'all' failed
make: *** [all] Interrupt


I find it *very* frustrating (to put it mildly) that a gis user who
chose Linux as his OS,  must go through all these hoops to get Oracle
support - or switch to Windoze.

My last hope is to all you out there.

Thanks in 

Re: [Qgis-user] Imported KML files loses format (e.g. colour coding and line size)

2017-09-19 Thread Patrick Dunford
It is probably advisable to save data from a KML into some other file 
format (ESRI is the standard one for Qgis). When I first started 
importing KMLs into Qgis the support was read only. This situation may 
have altered with updates, however it's possible not all the features of 
the software may work correctly with this type of layer.




On 20/09/17 15:14, Winsome Marshall wrote:


Hi Patrick,

Thanks for this work around! I just wanted to be able to open the 
files I have already created in Google earth with QGIS without too 
much handling time, in future I will work in QGIS so it shouldn’t be 
an issue for new projects. I’ll be honest, I am new enough to GIS that 
I don’t entirely understand your last question sorry. I have added my 
kml file using the “add vector layer” button, I haven’t done anything 
else with the file after that.


In reply,

Winsome Marshall

ph: (03)366 4070

left cropped logo 80% reduction

Aquatic Ecology Limited

Unit 1/454 Madras Street

Christchurch 8014

*From:*Patrick Dunford [mailto:blackwhite...@gmail.com]
*Sent:* Tuesday, 19 September 2017 4:13 p.m.
*To:* wins...@ael.org.nz
*Subject:* Re: [Qgis-user] Imported KML files loses format (e.g. 
colour coding and line size)


Hi Winsome

You can work around it as follows

1. Group all the lines of a particular colour into a particular folder 
in Google Earth


2. Save each folder as a separate KML file.

When you say "import", are you copying the paths into a shapefile once 
you have opened the layer?


On 19/09/17 12:22, Winsome Marshall wrote:

Hi Patrick,

Thanks for your answer! That’s quite annoying though, I assumed
because I could import it directly into ArcGIS without any
problems I would be able to with this program as well. I guess
I’ll just have to go with it!

In reply,

Winsome Marshall

ph: (03)366 4070

left cropped logo 80% reduction

Aquatic Ecology Limited

Unit 1/454 Madras Street

Christchurch 8014

*From:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On
Behalf Of *Patrick Dunford
*Sent:* Monday, 18 September 2017 12:57 p.m.
*To:* qgis-user@lists.osgeo.org 
*Subject:* Re: [Qgis-user] Imported KML files loses format (e.g.
colour coding and line size)

Hi Winsome

Good to see another user in Chch :)

I think this is true pretty much with any layer you bring in, you
would find the same if you add any shapefile for example.

You can store the paths when imported into different shapefiles
and then set a style per shapefile, or multiple styles are
possible in one shapefile using style rules.

On 18/09/17 11:20, Winsome Marshall wrote:

Hi,

I am a new user and am using QGIS Desktop version 2.18.12. I
have a kml file I have created in Google earth containing
lines of various lengths, thickness and colour. My problem is
that when I import into QGIS (using add vector layer) it only
imports the lines and not the thickness or the colour. I have
used a free trial of ARCGIS to import this file without any
problems, so I’m not sure why it would be an issue with this
program.

Best regards,


Winsome Marshall

ph: (03)366 4070

left cropped logo 80% reduction

Aquatic Ecology Limited

Unit 1/454 Madras Street

Christchurch 8014





___

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] Menu Capas, opción añadir a la vista general, añadir todo a la vista general, eliminar todo de la vista general

2017-09-19 Thread Manuel Esteban Lucas Borja
Estimados Usuarios,

En el menu de capas, dentro de Qgis, ¿Cual es la utilidad de las
herramientas añadir a la vista general, añadir todo a la vista general,
eliminar todo de la vista general? vienen en la versión 2.18 con un símbolo
de más en color verde y rojo y unas gafas.
Un saludo y gracias por la ayuda,

Manuel
___
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] zoom su classificazione layer

2017-09-19 Thread Totò
Elisa Franchi wrote
> In questo caso ogni classe ha un solo elemento: ogni"nomesito" ha un 
> solo punto.
> 
> Elisa

Allora il consiglio di Stefano Campus è perfetto, guarda qui:
https://www.youtube.com/watch?v=QhYzByg5i9o=



--
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] zoom su classificazione layer

2017-09-19 Thread Elisa Franchi
In questo caso ogni classe ha un solo elemento: ogni"nomesito" ha un 
solo punto.


Elisa


Il 19/09/2017 12:55, Totò ha scritto:

Elisa Franchi wrote

Provo a descrivere meglio quello che mi serve.

Ho un livello puntuale con tot attributi di cui uno identifica il nome
del sito.

Ora devo visualizzare i punti uno ad uno (sono alcune centinaia),
distinguendoli per "nomesito" per verificare la posizione geografia e
gli attributi inseriti.

Con GeoMedia, programma che ho utilizzato fino a poco tempo fa, è
possibile classificare e poi zoommare su ogni singola classificazione;
dovrei fare una cosa del genere, nel modo più semplice e intuitivo
possibile.

prima considerazione, zoomare punti non è semplice in quanto il loro Bbox è
pure un punto.
poi, per capire ancora meglio:
ogni classe ha più elementi? cioè per ogni 'nomesito' hai più punti?





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


--
Elisa Franchi

Direzione Tecnica
NeMea Sistemi s.r.l.
Via Aurelia, 95A
18038 Sanremo (IM)

Site: www.nemeasistemi.com
Email: e.fran...@nemeasistemi.com
Skype: e.franchi1
Mobile: 377/4314224
Tel: 0184/872105
Fax: 0184/1955077
P.IVA: 02897110041

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


Re: [QGIS-it-user] zoom su classificazione layer

2017-09-19 Thread Stefano Campus
Andavo a memoria, mi scuso con gli interessati

Il 19/Set/2017 16:56, "Totò"  ha scritto:

> skampus wrote
> > Plug In go2next feature by Enrico ferraguti
>
> Nel repository ufficiale autore del plugin risulta Alberto De Luca.
>
> saluti
>
>
>
> --
> 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] Installing QGIS lastest release in UBUNTU 14.04

2017-09-19 Thread Andre Joost

Am 19.09.2017 um 12:32 schrieb antonio scotti:

Hi,
I am trying to install QGIS (hopefully the latest release) in a UBUNTU 14.04 64 
bit machine
I wrote the following lines into the sources.list file:deb 
http://qgis.org/debian trusty partner
deb http://qgis.org/ubuntugis trusty partner
deb http://ppa.launchpad.net/ubuntugis/ppa/ubuntu trusty main
deb-src http://ppa.launchpad.net/ubuntugis/ppa/ubuntu trusty main
But when I ask the Ubuntu software centre to install QGIS I receive an error 
message saying:
"Package dependencies cannot be resolved.
You can see all dependencies that need to be sorted out in the attached 
pictures.
Since I am not very familiar with ubuntu It would great if someone could help 
me sorting out these dependencies
Best regards


Semms you got stuck with the gdal-abi package. You can try the solution 
given at 
https://gis.stackexchange.com/questions/218528/qgis-depends-on-gdal-abi-2-1-1-not-installable


You may try the ubuntugis unstable ppa, instead of the ubuntugis 
(stable) ppa.


I suggest to install in a terminal, not with the Ubuntu software center. 
You need to update your packages list first, then install the dependent 
GDAL packages.


BTW why "trusty partner"?

HTH,
André Joost


___
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] zoom su classificazione layer

2017-09-19 Thread Totò
skampus wrote
> Plug In go2next feature by Enrico ferraguti

Nel repository ufficiale autore del plugin risulta Alberto De Luca.

saluti



--
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] Building QGIS >= 2.18.12 on Linux Mint 18.2 Sonya - with Oracle provider?

2017-09-19 Thread Patrick Dunford
I run it all the time in VMs now and I run the development builds most 
of the time. Even with projects with a lot of raster images, it only 
uses about 5 GB of RAM.



On 20/09/17 00:01, GregStef wrote:

Hi Patrick, thanks for the quick reply.

I am not sure how 'far' Linux mint is from Ubuntu. Using either of the
Ubuntu-stable or Ubuntugis-unstable repos, I successfully installed QGIS in
one single effort. I would expect the same to happen with a plain make,
since I use the latest release (so, your second comment means that I
shouldn't have any issues?).

If I use an Ubuntu box (or VM) and I manage to build QGIS with Oracle
support, will I be able to transfer this installation to my box (mint)?
Using a dedicated Ubuntu VM to run QGIS is not really an option. I have a
mint box with 32GB RAM and already a Windows VM in it (necessary for some
tools I use). If all else fail, I'll use OSGEO4W QGIS in windows - and hate
myself everyday for that.

Regards
Greg



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

Re: [Qgis-user] Building QGIS >= 2.18.12 on Linux Mint 18.2 Sonya - with Oracle provider?

2017-09-19 Thread Matthias Kuhn
Hi Greg,

Not sure what exactly is going wrong when it freezes.

But since it happens at 99% it's possible that all the important parts
are already there and you are already able to start QGIS. Go to the
build directory and type

  ./output/bin/qgis

It's possible that this just works.

Good luck,
Matthias

On 09/19/2017 12:17 PM, Greg Stef wrote:
> Hello everyone.
> 
> This is my 1st post and I am not sure if it should be short or more
> detailed. I have posted a question to Stackexchange
> (https://gis.stackexchange.com/questions/255565/building-qgis-2-18-12-on-linux-mint-18-2-sonya-with-oracle-provider),
> with no answers so far, so I'll provide the most essential details here,
> unless told otherwise.
> 
> I was trying to build QGIS on Linux Mint 18.2 (Sonya), in order to have
> the Oracle provider - my setup is at the end of this message.
> 
> I tried to follow the instructions in
> https://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc11
> , specifically 3.1 - 3.7 (3.8 seems to be a separate process, which I
> also tried and failed) - in 3.3 I used the build dependencies for xenial.
> 
> Since this official guide doesn't mention Oracle at all (as if nobody
> uses it!),  I searched and tried to use a process like
> https://lists.osgeo.org/pipermail/qgis-developer/2014-August/034230.html. My
> command was:
> 
> |ccmake -DWITH_QWTPOLAR=OFF -DCMAKE_BUILD_TYPE=Debug
> -DCMAKE_INSTALL_PREFIX=/home/ME/apps/qgis/master -DWITH_ORACLE=TRUE
> -DOCI_INCLUDE_DIR=/home/ME/instantclient_12_2/sdk/include
> -DOCI_LIBRARY=/home/ME/instantclient_12_2/libclntsh.so.12.1 ..
> |
> 
> |make -j|8  
> 
> It failed (my 1st attempt in compiling, too).
> 
> Before going around asking questions, I thought it prudent to assure the
> basics, so I tried to build the 'vanilla way', i.e. from the source as I
> download it, without Oracle, without any changes in the process. I made
> LD_LIBRARY_PATH null and issued:
> 
> |ccmake -DWITH_QWTPOLAR=OFF -DCMAKE_BUILD_TYPE=Debug
> -DCMAKE_INSTALL_PREFIX=/home/ME/apps/qgis/master ..|
> 
> |make -j|8
> 
> After about 15',  I got:
> ...
> [ 99%] Building CXX object
> src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_kptyprocess.cpp.o
> [ 99%] Building CXX object
> src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_qtermwidget.cpp.o
> [ 99%] Building CXX object
> src/plugins/grass/7/CMakeFiles/grassplugin7.dir/qrc_qgsgrass_plugin.cpp.o
> Scanning dependencies of target translations
> [ 99%] Generating ../output/i18n/qgis_ar.qm
> [ 99%] Generating ../output/i18n/qgis_bg.qm
> [ 99%] Generating ../output/i18n/qgis_bs.qm
> [ 99%] Generating ../output/i18n/qgis_ca.qm
> [ 99%] Generating ../output/i18n/qgis_cs.qm
> [ 99%] Generating ../output/i18n/qgis_da.qm
> [ 99%] Generating ../output/i18n/qgis_de.qm
> [ 99%] Linking CXX shared module
> ../../../../output/lib/qgis/plugins/libgrassplugin7.so
> [ 99%] Built target grassplugin7
> [ 99%] Generating ../output/i18n/qgis_el.qm
> 
> where it remained frozen, with 100% cpu, for > 20h.
> 
> Next day, whet I interrupted the process, I got
> 
> i18n/CMakeFiles/translations.dir/build.make:97: recipe for target
> 'output/i18n/qgis_ar.qm' failed
> make[2]: *** [output/i18n/qgis_ar.qm] Interrupt
> i18n/CMakeFiles/translations.dir/build.make:105: recipe for target
> 'output/i18n/qgis_bs.qm' failed
> make[2]: *** [output/i18n/qgis_bs.qm] Interrupt
> i18n/CMakeFiles/translations.dir/build.make:109: recipe for target
> 'output/i18n/qgis_ca.qm' failed
> make[2]: *** [output/i18n/qgis_ca.qm] Interrupt
> i18n/CMakeFiles/translations.dir/build.make:117: recipe for target
> 'output/i18n/qgis_da.qm' failed
> make[2]: *** [output/i18n/qgis_da.qm] Interrupt
> i18n/CMakeFiles/translations.dir/build.make:121: recipe for target
> 'output/i18n/qgis_de.qm' failed
> make[2]: *** [output/i18n/qgis_de.qm] Interrupt
> i18n/CMakeFiles/translations.dir/build.make:125: recipe for target
> 'output/i18n/qgis_el.qm' failed
> make[2]: *** [output/i18n/qgis_el.qm] Interrupt
> i18n/CMakeFiles/translations.dir/build.make:113: recipe for target
> 'output/i18n/qgis_cs.qm' failed
> make[2]: *** [output/i18n/qgis_cs.qm] Interrupt
> i18n/CMakeFiles/translations.dir/build.make:101: recipe for target
> 'output/i18n/qgis_bg.qm' failed
> make[2]: *** [output/i18n/qgis_bg.qm] Interrupt
> CMakeFiles/Makefile2:4155: recipe for target
> 'i18n/CMakeFiles/translations.dir/all' failed
> make[1]: *** [i18n/CMakeFiles/translations.dir/all] Interrupt
> Makefile:160: recipe for target 'all' failed
> make: *** [all] Interrupt
> 
> 
> I find it *very* frustrating (to put it mildly) that a gis user who
> chose Linux as his OS,  must go through all these hoops to get Oracle
> support - or switch to Windoze.
> 
> My last hope is to all you out there.
> 
> Thanks in advance
> Greg
> 
> 
> My setup:
> 
> |uname -a Linux GIS81 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11
> 14:07:24 UTC 2017 

Re: [Qgis-user] Building QGIS >= 2.18.12 on Linux Mint 18.2 Sonya - with Oracle provider?

2017-09-19 Thread GregStef
Hi Patrick, thanks for the quick reply.

I am not sure how 'far' Linux mint is from Ubuntu. Using either of the
Ubuntu-stable or Ubuntugis-unstable repos, I successfully installed QGIS in
one single effort. I would expect the same to happen with a plain make,
since I use the latest release (so, your second comment means that I
shouldn't have any issues?).

If I use an Ubuntu box (or VM) and I manage to build QGIS with Oracle
support, will I be able to transfer this installation to my box (mint)? 
Using a dedicated Ubuntu VM to run QGIS is not really an option. I have a
mint box with 32GB RAM and already a Windows VM in it (necessary for some
tools I use). If all else fail, I'll use OSGEO4W QGIS in windows - and hate
myself everyday for that.

Regards
Greg



--
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-user] Building QGIS >= 2.18.12 on Linux Mint 18.2 Sonya - with Oracle provider?

2017-09-19 Thread Patrick Dunford
My counsel is build to one of the supported platforms (Debian or 
[a]Ubuntu), not derivatives. This can be done easily in a virtual machine.


There are some xenial-specific issues in general which are not there if 
using a later release.


None of these comments may be relevant to your particular situation. 
What is most relevant is that only a small number of distros are 
supported and Debian/Ubuntu are the most supported.


On 19/09/17 22:17, Greg Stef wrote:

Hello everyone.

This is my 1st post and I am not sure if it should be short or more 
detailed. I have posted a question to Stackexchange 
(https://gis.stackexchange.com/questions/255565/building-qgis-2-18-12-on-linux-mint-18-2-sonya-with-oracle-provider), 
with no answers so far, so I'll provide the most essential details 
here, unless told otherwise.


I was trying to build QGIS on Linux Mint 18.2 (Sonya), in order to 
have the Oracle provider - my setup is at the end of this message.


I tried to follow the instructions in 
https://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc11 
, specifically 3.1 - 3.7 (3.8 seems to be a separate process, which I 
also tried and failed) - in 3.3 I used the build dependencies for xenial.


Since this official guide doesn't mention Oracle at all (as if nobody 
uses it!),  I searched and tried to use a process like 
https://lists.osgeo.org/pipermail/qgis-developer/2014-August/034230.html. 
My command was:
|ccmake -DWITH_QWTPOLAR=OFF -DCMAKE_BUILD_TYPE=Debug 
-DCMAKE_INSTALL_PREFIX=/home/ME/apps/qgis/master -DWITH_ORACLE=TRUE 
-DOCI_INCLUDE_DIR=/home/ME/instantclient_12_2/sdk/include 
-DOCI_LIBRARY=/home/ME/instantclient_12_2/libclntsh.so.12.1 .. |
|make -j|8   
It failed (my 1st attempt in compiling, too).
Before going around asking questions, I thought it prudent to assure 
the basics, so I tried to build the 'vanilla way', i.e. from the 
source as I download it, without Oracle, without any changes in the 
process. I made LD_LIBRARY_PATH null and issued:
|ccmake -DWITH_QWTPOLAR=OFF -DCMAKE_BUILD_TYPE=Debug 
-DCMAKE_INSTALL_PREFIX=/home/ME/apps/qgis/master ..|

|make -j|8



___
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] zoom su classificazione layer

2017-09-19 Thread Totò
Elisa Franchi wrote
> Provo a descrivere meglio quello che mi serve.
> 
> Ho un livello puntuale con tot attributi di cui uno identifica il nome 
> del sito.
> 
> Ora devo visualizzare i punti uno ad uno (sono alcune centinaia), 
> distinguendoli per "nomesito" per verificare la posizione geografia e 
> gli attributi inseriti.
> 
> Con GeoMedia, programma che ho utilizzato fino a poco tempo fa, è 
> possibile classificare e poi zoommare su ogni singola classificazione; 
> dovrei fare una cosa del genere, nel modo più semplice e intuitivo 
> possibile.

prima considerazione, zoomare punti non è semplice in quanto il loro Bbox è
pure un punto.
poi, per capire ancora meglio:
ogni classe ha più elementi? cioè per ogni 'nomesito' hai più punti?





--
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] Building QGIS >= 2.18.12 on Linux Mint 18.2 Sonya - with Oracle provider?

2017-09-19 Thread Greg Stef
Hello everyone.

This is my 1st post and I am not sure if it should be short or more
detailed. I have posted a question to Stackexchange (
https://gis.stackexchange.com/questions/255565/building-qgis-2-18-12-on-linux-mint-18-2-sonya-with-oracle-provider),
with no answers so far, so I'll provide the most essential details here,
unless told otherwise.

I was trying to build QGIS on Linux Mint 18.2 (Sonya), in order to have the
Oracle provider - my setup is at the end of this message.

I tried to follow the instructions in
https://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc11
, specifically 3.1 - 3.7 (3.8 seems to be a separate process, which I also
tried and failed) - in 3.3 I used the build dependencies for xenial.

Since this official guide doesn't mention Oracle at all (as if nobody uses
it!),  I searched and tried to use a process like
https://lists.osgeo.org/pipermail/qgis-developer/2014-August/034230.html.
My command was:

ccmake -DWITH_QWTPOLAR=OFF -DCMAKE_BUILD_TYPE=Debug
-DCMAKE_INSTALL_PREFIX=/home/ME/apps/qgis/master -DWITH_ORACLE=TRUE
-DOCI_INCLUDE_DIR=/home/ME/instantclient_12_2/sdk/include
-DOCI_LIBRARY=/home/ME/instantclient_12_2/libclntsh.so.12.1 ..

make -j8

It failed (my 1st attempt in compiling, too).

Before going around asking questions, I thought it prudent to assure the
basics, so I tried to build the 'vanilla way', i.e. from the source as I
download it, without Oracle, without any changes in the process. I made
LD_LIBRARY_PATH null and issued:

ccmake -DWITH_QWTPOLAR=OFF -DCMAKE_BUILD_TYPE=Debug
-DCMAKE_INSTALL_PREFIX=/home/ME/apps/qgis/master ..

make -j8

After about 15',  I got:
...
[ 99%] Building CXX object
src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_kptyprocess.cpp.o
[ 99%] Building CXX object
src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qtermwidget/moc_qtermwidget.cpp.o
[ 99%] Building CXX object
src/plugins/grass/7/CMakeFiles/grassplugin7.dir/qrc_qgsgrass_plugin.cpp.o
Scanning dependencies of target translations
[ 99%] Generating ../output/i18n/qgis_ar.qm
[ 99%] Generating ../output/i18n/qgis_bg.qm
[ 99%] Generating ../output/i18n/qgis_bs.qm
[ 99%] Generating ../output/i18n/qgis_ca.qm
[ 99%] Generating ../output/i18n/qgis_cs.qm
[ 99%] Generating ../output/i18n/qgis_da.qm
[ 99%] Generating ../output/i18n/qgis_de.qm
[ 99%] Linking CXX shared module
../../../../output/lib/qgis/plugins/libgrassplugin7.so
[ 99%] Built target grassplugin7
[ 99%] Generating ../output/i18n/qgis_el.qm

where it remained frozen, with 100% cpu, for > 20h.

Next day, whet I interrupted the process, I got

i18n/CMakeFiles/translations.dir/build.make:97: recipe for target
'output/i18n/qgis_ar.qm' failed
make[2]: *** [output/i18n/qgis_ar.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:105: recipe for target
'output/i18n/qgis_bs.qm' failed
make[2]: *** [output/i18n/qgis_bs.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:109: recipe for target
'output/i18n/qgis_ca.qm' failed
make[2]: *** [output/i18n/qgis_ca.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:117: recipe for target
'output/i18n/qgis_da.qm' failed
make[2]: *** [output/i18n/qgis_da.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:121: recipe for target
'output/i18n/qgis_de.qm' failed
make[2]: *** [output/i18n/qgis_de.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:125: recipe for target
'output/i18n/qgis_el.qm' failed
make[2]: *** [output/i18n/qgis_el.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:113: recipe for target
'output/i18n/qgis_cs.qm' failed
make[2]: *** [output/i18n/qgis_cs.qm] Interrupt
i18n/CMakeFiles/translations.dir/build.make:101: recipe for target
'output/i18n/qgis_bg.qm' failed
make[2]: *** [output/i18n/qgis_bg.qm] Interrupt
CMakeFiles/Makefile2:4155: recipe for target
'i18n/CMakeFiles/translations.dir/all' failed
make[1]: *** [i18n/CMakeFiles/translations.dir/all] Interrupt
Makefile:160: recipe for target 'all' failed
make: *** [all] Interrupt


I find it *very* frustrating (to put it mildly) that a gis user who chose
Linux as his OS,  must go through all these hoops to get Oracle support -
or switch to Windoze.

My last hope is to all you out there.

Thanks in advance
Greg


My setup:

uname -a
Linux GIS81 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11
14:07:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description: Linux Mint 18.2 Sonya
Release: 18.2
Codename: sonya

echo $LD_LIBRARY_PATH
/home//instantclient_12_2:/home//instantclient_12_2/libclntsh.so.12.1:
echo $PATH
/home//instantclient_12_2:/home//bin:/home//.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

locale
LANG=en_GB.UTF-8
LANGUAGE=en_GB
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC=el_GR.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY=el_GR.UTF-8

Re: [QGIS-it-user] zoom su classificazione layer

2017-09-19 Thread Elisa Franchi

Provo a descrivere meglio quello che mi serve.

Ho un livello puntuale con tot attributi di cui uno identifica il nome 
del sito.


Ora devo visualizzare i punti uno ad uno (sono alcune centinaia), 
distinguendoli per "nomesito" per verificare la posizione geografia e 
gli attributi inseriti.


Con GeoMedia, programma che ho utilizzato fino a poco tempo fa, è 
possibile classificare e poi zoommare su ogni singola classificazione; 
dovrei fare una cosa del genere, nel modo più semplice e intuitivo 
possibile.


Ciao,

Elisa



Il 19/09/2017 10:52, Totò ha scritto:

Elisa Franchi wrote

Grazie Totò, con i segnalibri geospaziali potrebbe andare bene.

Esiste un modo per crearli in automatico o devo crearne uno alla volta?

Grazie,

Elisa

Per definizione devi crearli una alla volta.
mi spiace.

ma se descrivessi meglio quello che vuoi ottenere forse esistono altre
soluzioni

saluti



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


--
Elisa Franchi

Direzione Tecnica
NeMea Sistemi s.r.l.
Via Aurelia, 95A
18038 Sanremo (IM)

Site: www.nemeasistemi.com
Email: e.fran...@nemeasistemi.com
Skype: e.franchi1
Mobile: 377/4314224
Tel: 0184/872105
Fax: 0184/1955077
P.IVA: 02897110041

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


Re: [QGIS-it-user] zoom su classificazione layer

2017-09-19 Thread Ivano
Bisogna distinguere fondamentalmente due cose:

a)il numero di operazioni per arrivare al risultato
b) la ricorsività di queste operazioni nel tempo

Se devi compiere questa operazione di zoom solo qualche volta la via più
breve
è la  Selezione per Attributo e poi Zoom su Selezione (molto usato) e sono
solo due passaggi.

Se ti necessita utilizzare la funzione in modo ricorsivo e costante nel
tempo ti  consiglio il Plugin Quick Finder, con il quale trovi rapidamente
tutto ciò che ti occorre da un unico punto,su tutti i livelli e anche su
servizi online. E' completamente personalizzabile a seconda delle necessita
di ricerca.

Qui di seguito un video esplicativo di Salvatore pubblicato il 28 apr 2016.

https://www.youtube.com/watch?v=v47lZC-lo1o







--
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] zoom su classificazione layer

2017-09-19 Thread Ivano
Bisogna distinguere fondamentalmente due cose:

a)il numero di operazioni per arrivare al risultato
b) la ricorsività di queste operazioni nel tempo

Se devi compiere questa operazione di zoom solo qualche volta la via più
breve
è la  Selezione per Attributo e poi Zoom su Selezione (molto usato) e sono
solo due passaggi.

Se ti necessita utilizzare la funzione in modo ricorsivo e costante nel
tempo ti  consiglio il Plugin Quick Finder, con il quale trovi rapidamente
tutto ciò che ti occorre da un unico punto,su tutti i livelli e anche su
servizi online. E' completamente personalizzabile a seconda delle necessita
di ricerca.

Qui di seguito un video esplicativo di Salvatore pubblicato il 28 apr 2016.

https://www.youtube.com/watch?v=v47lZC-lo1o







--
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] zoom su classificazione layer

2017-09-19 Thread Totò
Elisa Franchi wrote
> Grazie Totò, con i segnalibri geospaziali potrebbe andare bene.
> 
> Esiste un modo per crearli in automatico o devo crearne uno alla volta?
> 
> Grazie,
> 
> Elisa

Per definizione devi crearli una alla volta.
mi spiace.

ma se descrivessi meglio quello che vuoi ottenere forse esistono altre
soluzioni

saluti



--
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] zoom su classificazione layer

2017-09-19 Thread Stefano Campus
Fai un filtro e usi il plugin

Il 19/Set/2017 10:51, "Totò"  ha scritto:

> skampus wrote
> > Plug In go2next feature by Enrico ferraguti
>
> Ottimo plugin, ma come dice la descrizione:
> This plugin allows to select a layer and jump from a feature to another.
> It's possible to select an attribute of the the layer (usually an ID) and
> follow it. Press "F8" to go to the next feature. It's possibile to use a
> PAN
> function or a Zoom function(usefull for poligons and lines). The plugin was
> created for checking the position of every single feature of a layer
> without
> using the attribute table.
>
> è possibile saltare da una feature all'altra, ma una feature e non un
> gruppo
> di feature.
>
> saluti
>
>
>
> --
> 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] zoom su classificazione layer

2017-09-19 Thread Totò
skampus wrote
> Plug In go2next feature by Enrico ferraguti

Ottimo plugin, ma come dice la descrizione:
This plugin allows to select a layer and jump from a feature to another.
It's possible to select an attribute of the the layer (usually an ID) and
follow it. Press "F8" to go to the next feature. It's possibile to use a PAN
function or a Zoom function(usefull for poligons and lines). The plugin was
created for checking the position of every single feature of a layer without
using the attribute table.

è possibile saltare da una feature all'altra, ma una feature e non un gruppo
di feature.

saluti



--
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] zoom su classificazione layer

2017-09-19 Thread Stefano Campus
Plug In go2next feature by Enrico ferraguti

Il 19/Set/2017 10:29, "Elisa Franchi"  ha
scritto:

Grazie Totò, con i segnalibri geospaziali potrebbe andare bene.

Esiste un modo per crearli in automatico o devo crearne uno alla volta?

Grazie,

Elisa



Il 19/09/2017 09:52, Totò ha scritto:

> Ciao a tutti,
>
> sto cercando di fare un'operazione apparentemente molto banale, ma non
> riesco.
>
> Ho categorizzato in legenda un layer shape in base a un suo attributo,
> vorrei ora poter fare uno zoom per ogni singola classificazione, ma vedo
> che non si può fare. Lo zoom è possibile solo per l'intero layer.
>
> Il modo che ho trovato è ricaricare il layer e filtrarlo di volta in
> volta in base al contenuto di quel determinato attributo, ma non è
> elegante, è lungo ed è macchinoso.
>
> Esiste qualche modo semplice che mi ovvi a questo problema?
>
> Grazie mille
>
> Buona giornata!!
>
> Elisa
>
> La prima cosa che mi viene in mente è usare i segnaposti spaziali.
>
> saluti
>
>
>
>
> --
> 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
>

-- 
Elisa Franchi

Direzione Tecnica
NeMea Sistemi s.r.l.
Via Aurelia, 95A
18038 Sanremo (IM)

Site: www.nemeasistemi.com
Email: e.fran...@nemeasistemi.com
Skype: e.franchi1
Mobile: 377/4314224
Tel: 0184/872105
Fax: 0184/1955077
P.IVA: 02897110041

___
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] zoom su classificazione layer

2017-09-19 Thread Elisa Franchi

Grazie Totò, con i segnalibri geospaziali potrebbe andare bene.

Esiste un modo per crearli in automatico o devo crearne uno alla volta?

Grazie,

Elisa


Il 19/09/2017 09:52, Totò ha scritto:

Ciao a tutti,

sto cercando di fare un'operazione apparentemente molto banale, ma non
riesco.

Ho categorizzato in legenda un layer shape in base a un suo attributo,
vorrei ora poter fare uno zoom per ogni singola classificazione, ma vedo
che non si può fare. Lo zoom è possibile solo per l'intero layer.

Il modo che ho trovato è ricaricare il layer e filtrarlo di volta in
volta in base al contenuto di quel determinato attributo, ma non è
elegante, è lungo ed è macchinoso.

Esiste qualche modo semplice che mi ovvi a questo problema?

Grazie mille

Buona giornata!!

Elisa

La prima cosa che mi viene in mente è usare i segnaposti spaziali.

saluti




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


--
Elisa Franchi

Direzione Tecnica
NeMea Sistemi s.r.l.
Via Aurelia, 95A
18038 Sanremo (IM)

Site: www.nemeasistemi.com
Email: e.fran...@nemeasistemi.com
Skype: e.franchi1
Mobile: 377/4314224
Tel: 0184/872105
Fax: 0184/1955077
P.IVA: 02897110041

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


Re: [QGIS-it-user] creare classi puntuali con qgis

2017-09-19 Thread Matteo Collimedaglia
Ok, ho capito, io ho la colonna quote e quindi devo mettere Quota (m) al
posto di z.

Grazie mille
Matteo

2017-09-18 12:45 GMT+02:00 Totò :

> Matteo Collimedaglia wrote
> > Ok io volevo ottenere le classi così suddivise in base alla quota.
> > Es:
> > 0 -500;
> > 501 - 1000;
> > 1001 - 1500;
> > 1501; - 2000;
> > ecc
> > Così da poter far ricadere i punti in queste classi.
>
> Potresti usare il calcolatore di campi:
> 1. aggiungi un nuovo campo: classe, di tipo testuale e lunghezza 5;
> 2. lo popoli usando la seguente espressione:
>
> CASE WHEN  "z"  >= 0 and "z" <= 500 THEN  1
> WHEN  "z" >500 and "z" <= 1000 THEN  2
> WHEN  "z" >1000 and "z" <= 1500 THEN  3
> WHEN  "z" >1500 and "z" <= 2000 THEN  4
> else null
> END
>
> dove:
> "z" è il campo che contiene le altezze;
> 1,2,3 e 4 le classi; puoi chiamarle come vuoi anche A,B,C e D.
>
> spero ti sia utile.
> saluti
>
>
>
> --
> 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] zoom su classificazione layer

2017-09-19 Thread Totò

Ciao a tutti,

sto cercando di fare un'operazione apparentemente molto banale, ma non 
riesco.

Ho categorizzato in legenda un layer shape in base a un suo attributo, 
vorrei ora poter fare uno zoom per ogni singola classificazione, ma vedo 
che non si può fare. Lo zoom è possibile solo per l'intero layer.

Il modo che ho trovato è ricaricare il layer e filtrarlo di volta in 
volta in base al contenuto di quel determinato attributo, ma non è 
elegante, è lungo ed è macchinoso.

Esiste qualche modo semplice che mi ovvi a questo problema?

Grazie mille

Buona giornata!!

Elisa

La prima cosa che mi viene in mente è usare i segnaposti spaziali.

saluti




--
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] zoom su classificazione layer

2017-09-19 Thread Marco Spaziani
No, scusa, come non detto, sono andato a fare una prova non su un layer
categorizzato ma su un "gruppo" nel quale erano annidiati altri layer,
(scambiandolo per un layer categorizzato) e quindi è ovvio che lo zoom sul
layer funzionasse.

Il giorno 19 settembre 2017 09:31, Marco Spaziani 
ha scritto:

> Sei sicura che non si possa fare con zoom layer?
> Se con il tasto destro del mouse clicchi sopra non al layer ma alla
> categoria del layer che ti interessa e poi selezioni "zoom sul layer", ti
> zoomma solo l'area occupata dagli oggetti di quella specifica categoria.
>
> Il giorno 19 settembre 2017 09:12, Elisa Franchi <
> e.fran...@nemeasistemi.com> ha scritto:
>
>> Ciao a tutti,
>>
>> sto cercando di fare un'operazione apparentemente molto banale, ma non
>> riesco.
>>
>> Ho categorizzato in legenda un layer shape in base a un suo attributo,
>> vorrei ora poter fare uno zoom per ogni singola classificazione, ma vedo
>> che non si può fare. Lo zoom è possibile solo per l'intero layer.
>>
>> Il modo che ho trovato è ricaricare il layer e filtrarlo di volta in
>> volta in base al contenuto di quel determinato attributo, ma non è
>> elegante, è lungo ed è macchinoso.
>>
>> Esiste qualche modo semplice che mi ovvi a questo problema?
>>
>> Grazie mille
>>
>> Buona giornata!!
>>
>> Elisa
>>
>>
>> --
>> Elisa Franchi
>>
>> Direzione Tecnica
>> NeMea Sistemi s.r.l.
>> Via Aurelia, 95A
>> 18038 Sanremo (IM)
>>
>> Site: www.nemeasistemi.com
>> Email: e.fran...@nemeasistemi.com
>> Skype: e.franchi1
>> Mobile: 377/4314224
>> Tel: 0184/872105
>> Fax: 0184/1955077
>> P.IVA: 02897110041
>>
>> ___
>> 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] zoom su classificazione layer

2017-09-19 Thread Marco Spaziani
Sei sicura che non si possa fare con zoom layer?
Se con il tasto destro del mouse clicchi sopra non al layer ma alla
categoria del layer che ti interessa e poi selezioni "zoom sul layer", ti
zoomma solo l'area occupata dagli oggetti di quella specifica categoria.

Il giorno 19 settembre 2017 09:12, Elisa Franchi  ha scritto:

> Ciao a tutti,
>
> sto cercando di fare un'operazione apparentemente molto banale, ma non
> riesco.
>
> Ho categorizzato in legenda un layer shape in base a un suo attributo,
> vorrei ora poter fare uno zoom per ogni singola classificazione, ma vedo
> che non si può fare. Lo zoom è possibile solo per l'intero layer.
>
> Il modo che ho trovato è ricaricare il layer e filtrarlo di volta in volta
> in base al contenuto di quel determinato attributo, ma non è elegante, è
> lungo ed è macchinoso.
>
> Esiste qualche modo semplice che mi ovvi a questo problema?
>
> Grazie mille
>
> Buona giornata!!
>
> Elisa
>
>
> --
> Elisa Franchi
>
> Direzione Tecnica
> NeMea Sistemi s.r.l.
> Via Aurelia, 95A
> 18038 Sanremo (IM)
>
> Site: www.nemeasistemi.com
> Email: e.fran...@nemeasistemi.com
> Skype: e.franchi1
> Mobile: 377/4314224
> Tel: 0184/872105
> Fax: 0184/1955077
> P.IVA: 02897110041
>
> ___
> 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-it-user] Tabella Vista Modulo

2017-09-19 Thread Marco Spaziani
Premesso che siamo tutti nati, cresciuti, pasciuti e ammaestrati usando la
classica Tabella attributi in modalità "Vista Tabella", cioè come un foglio
elettronico con le sue brave righe e colonne, però c'è da dire che, passato
l'iniziale terrore reverenziale della novità sconosciuta e, una volta rotto
il ghiaccio, l'uso della Tabella attributi in Modalità "Vista del Modulo" è
decisamente più soddisfacente, veloce e intuitiva della Modalità "Vista
tabella", specie se abbinata ad una buona Maschera di inserimento dati.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] zoom su classificazione layer

2017-09-19 Thread Elisa Franchi

Ciao a tutti,

sto cercando di fare un'operazione apparentemente molto banale, ma non 
riesco.


Ho categorizzato in legenda un layer shape in base a un suo attributo, 
vorrei ora poter fare uno zoom per ogni singola classificazione, ma vedo 
che non si può fare. Lo zoom è possibile solo per l'intero layer.


Il modo che ho trovato è ricaricare il layer e filtrarlo di volta in 
volta in base al contenuto di quel determinato attributo, ma non è 
elegante, è lungo ed è macchinoso.


Esiste qualche modo semplice che mi ovvi a questo problema?

Grazie mille

Buona giornata!!

Elisa


--
Elisa Franchi

Direzione Tecnica
NeMea Sistemi s.r.l.
Via Aurelia, 95A
18038 Sanremo (IM)

Site: www.nemeasistemi.com
Email: e.fran...@nemeasistemi.com
Skype: e.franchi1
Mobile: 377/4314224
Tel: 0184/872105
Fax: 0184/1955077
P.IVA: 02897110041

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