Re: [Qgis-user] Building QGIS3 for OS X with MacPorts

2017-09-20 Thread David Liontooth


Great, thanks!

Does QGIS3 require postgresql?

I didn't think it did, but the build bugs out:

   In file included from
   
/Users/liontooth/software/QGIS/QGIS-2.99a/tests/src/providers/testqgspostgresprovider.cpp:4:
   In file included from
   
/Users/liontooth/software/QGIS/QGIS-2.99a/src/providers/postgres/qgspostgresprovider.h:24:
   
/Users/liontooth/software/QGIS/QGIS-2.99a/src/providers/postgres/qgspostgresconn.h:33:10:
   fatal error: 'libpq-fe.h' file not found
   #include 
 ^
   1 error generated.

/tests/src/providers/testqgspostgresprovider.cpp seems to demand it.

Cheers,
Dave

On 9/20/17 11:01 AM, Patrick Dunford wrote:

3.0 is not released yet, you can only get 2.99 development versions.

You get them from Github:

https://github.com/qgis/QGIS

Click on "Clone or Download" button on the right and then "Download Zip"

This is for the latest release, you can get older ones if you know the 
commit ID




On 21/09/17 05:51, David Liontooth wrote:


I followed David Marteau's very helpful instructions for building 
QGIS3 at 
https://www.3liz.com/blog/rldhont/index.php?post/2017/06/01/How-to-build-qgis-on-OSX-with-MacPort, 
on a Sierra OS X with all updates and a current MacPorts installation.


I needed to add these dependencies:

    lbzip2 py36-setuptools

Where can I find QGIS 3.0 source files? I downloaded 
http://qgis.org/downloads/qgis-latest.tar.bz2, but that's qgis-2.18.13.


I also tried https://github.com/wonder-sk/QGIS/archive/3d-2.zip, 
using Marteau's makefile, replacing spaces with tabs. Cmake didn't 
find libzip, so I modified


    cmake/FindLibZip.cmake txt2tags

to include the paths to MacPort's libzip package (/opt/local/..).

However, there's a syntax error relating to the 3D features, reported 
separately.


Is there a mainline version of QGIS3 we can test build, just to get 
ready for the release?


Cheers,
Dave



___
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 Point labeling with connecting line

2017-09-20 Thread Phil (The Geek) Wyatt
I have certainly done something similar using the easy labelling plug in. It
really depends on how much you want to control the line lengths etc. Not all
points will have the diagonal line (unless you move the label independently)

 



 

Cheers - Phil

 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of
Frederick Löbig
Sent: Wednesday, September 20, 2017 8:55 PM
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] QGIS 2.18 Point labeling with connecting line

 

Hi all,

 

happy to be back here on this mailing list after being away for quite a
while.

 

A lot has changed in QGIS since I last used it, and I am happy to see that
QGIS' community still is growing and the software has improved hugely. 

 

Thank you all very much for keeping the community active!

 

Let's get to the question:

 

I am currently creating a new map, containing loads of points that need to
be labled. No problem so far, but I want to achieve a very specific labeling
style, as shown in the following picture:

 



The only thing I have yet to do, is the connecting line between Point and
label. Field based labelling, of course, is no problem. I have read about a
couple of plugins, but none of them got me there. Any ideads - the
horizontal separator between the two lines is actually not really neccesary,
but nice to have. Main thing is the diagonal line connecting the feature
with the label.

 

Thanks in advance!

 

Cheers

Freddy

___
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] Question on Area in QGIS 2.18.13

2017-09-20 Thread Randal Hale
I have a question - this didn't seem to be an issue until 2.18.12 QGIS. 
I'm currently on 2.18.13 Ubuntu 17.04. I could be missing something.


I have a forestry client and they were preparing to do some aerial 
spraying. So I outlined the area to be sprayed and generated acres. 
Generally I set my project properties to feet (for units) and square 
feet (for area) and the ellipsoid set to none/planimetric. My data is 
stored in WGS84 in postgis. I pulled it out into a shapefile and 
eventually stored it in geopackage while trying to track down my issue.


Dropbox link to the data: 
https://www.dropbox.com/sh/8w1spcxu5by7z70/AACilL5kOeOC7tzX4WCEkOdka?dl=0


I set the CRS to EPSG:2274 - the data is in wgs84.

If I run acres  with project properties set to feet, square feet, and 
none/planimetric and using the Field Calculator I get: 372.82 acres. 
This is wrong.


If I run acres with project properties set to feet, square feet, and 
wgs84 as the ellipsoid I get 307.41 acres which appears to be right.


If I run acres using the virtual layer abilities: /select 
sum(st_area(st_transform(geometry,2274))/43560) from spray/ I get 306.04 
acres which may be right.


I didn't notice this until 2.18.12 - I updated to 2.18.13 and it is 
still acting "odd" - I didn't notice in 2.18.11 but I'm not sure if I 
ran any area calculations in 2.18.11. I have also noticed that if I 
switch from wgs84 (feet, square feet, none for ellipsoid in the project 
properties) and then switch to EPSG:2274 the ellipsoid changes to 
grs1980(iugg 1980).. which having the ellipsoid at GRS80 may have 
been covering for my area calculations and making them "about right".


Anyway thoughts? Ideas? Am I doing something wrong?

Randy



 --
Randal Hale
North River Geographic Systems, Inc
rjh...@northrivergeographic.com
(423) 653-3611
https://www.northrivergeographic.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-user] Building QGIS3 for OS X with MacPorts

2017-09-20 Thread David Liontooth

  
  

  Great, thanks! 
  
  Does QGIS3 require postgresql?
  
  I didn't think it did, but the build bugs out:
  In file included from /Users/liontooth/software/QGIS/QGIS-2.99a/tests/src/providers/testqgspostgresprovider.cpp:4:
  In file included from /Users/liontooth/software/QGIS/QGIS-2.99a/src/providers/postgres/qgspostgresprovider.h:24:
  /Users/liontooth/software/QGIS/QGIS-2.99a/src/providers/postgres/qgspostgresconn.h:33:10:
  fatal error: 'libpq-fe.h' file not found
  #include 
   ^
  1 error generated.
  
  /tests/src/providers/testqgspostgresprovider.cpp seems to demand
  it.
  
  Cheers,
  Dave
  
  On 9/20/17 11:01 AM, Patrick Dunford wrote:

3.0 is
  not released yet, you can only get 2.99 development versions.
  
  
  You get them from Github:
  
  
  https://github.com/qgis/QGIS
  
  
  Click on "Clone or Download" button on the right and then
  "Download Zip"
  
  
  This is for the latest release, you can get older ones if you know
  the commit ID
  
  
  
  
  On 21/09/17 05:51, David Liontooth wrote:
  
  

I followed David Marteau's very helpful instructions for
building QGIS3 at
https://www.3liz.com/blog/rldhont/index.php?post/2017/06/01/How-to-build-qgis-on-OSX-with-MacPort,
on a Sierra OS X with all updates and a current MacPorts
installation.


I needed to add these dependencies:


    lbzip2 py36-setuptools


Where can I find QGIS 3.0 source files? I downloaded
http://qgis.org/downloads/qgis-latest.tar.bz2, but that's
qgis-2.18.13.


I also tried https://github.com/wonder-sk/QGIS/archive/3d-2.zip,
using Marteau's makefile, replacing spaces with tabs. Cmake
didn't find libzip, so I modified


    cmake/FindLibZip.cmake txt2tags


to include the paths to MacPort's libzip package
(/opt/local/..).


However, there's a syntax error relating to the 3D features,
reported separately.


Is there a mainline version of QGIS3 we can test build, just to
get ready for the release?


Cheers,

Dave




___

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-user] QGIS 2.18 Point labeling with connecting line

2017-09-20 Thread Frederick Löbig
Hi all,


happy to be back here on this mailing list after being away for quite a while.


A lot has changed in QGIS since I last used it, and I am happy to see that 
QGIS' community still is growing and the software has improved hugely.


Thank you all very much for keeping the community active!


Let's get to the question:


I am currently creating a new map, containing loads of points that need to be 
labled. No problem so far, but I want to achieve a very specific labeling 
style, as shown in the following picture:


[cid:939ed68b-d4e5-4231-9476-619c8e7d9bac]

The only thing I have yet to do, is the connecting line between Point and 
label. Field based labelling, of course, is no problem. I have read about a 
couple of plugins, but none of them got me there. Any ideads - the horizontal 
separator between the two lines is actually not really neccesary, but nice to 
have. Main thing is the diagonal line connecting the feature with the label.


Thanks in advance!


Cheers

Freddy
___
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] Duda vincular mapas y vista

2017-09-20 Thread Renato Saboya
Manuel,
As far as I know, there is no way to control the scale of a map through
QGIS' main view. It must be done in the map composer, in the Item
Properties tab. Set the desired scale there and the "view" will
automatically change.

This behavior prevents the problem of changing the zoom in the map and
messing the scales set for the views in the composer.

Regards,

*Renato T. de Saboya*
Universidade Federal de Santa Catarina
Programa de Pós-Graduação em Arquitetura e Urbanismo (PósArq)
Urbanidades  | PósArq
 | Academia.edu
 | ResearchGate



2017-09-20 17:58 GMT-03:00 :

> Hola,
>
> En este momento no puedo ver al programa, pero me acuerda que hay un botón
> lo cuál se lama *actualizar mapa* o algo parecido y hará lo que menciona,
> aunque no de manera automática. (tendrá que hacer clic en el botón cada vez
> que quiera que el mapa del dinseñador refleje los cambios hechos en la
> vista). Espero qué este le ayude.
>
> Saludos,
>
> Lewis Hein
>
> On 2017-09-20 13:18, Manuel Esteban Lucas Borja wrote:
>
> Hola,
> Estoy empezando y Qgis lo utilizo para aplicaciones en el campo de la
> gestión forestal. Cuando haces un mapa, he visto que el mapa y la vista no
> están vinculados. Es decir, tengo una vista con una escala por ejemplo, le
> doy a crear un nuevo diseñador de impresión, inserto la vista. Hasta aquí
> todo bien, pero si vuelvo a la vista y modifico la escala, veo que esa
> modificación no se ve reflejada en el diseñador de impresión. Parece que no
> están vinculados para que los cambios en la vista se reflejen en el
> diseñador.
> ¿hay alguna manera de vincularlos o simplemente no se puede?
> Muchas gracias
>
>
>
>
> ___
> 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] Duda vincular mapas y vista

2017-09-20 Thread lhein
 

Hola, 

En este momento no puedo ver al programa, pero me acuerda
que hay un botón lo cuál se lama _actualizar mapa_ o algo parecido y
hará lo que menciona, aunque no de manera automática. (tendrá que hacer
clic en el botón cada vez que quiera que el mapa del dinseñador refleje
los cambios hechos en la vista). Espero qué este le ayude. 

Saludos,


Lewis Hein 

On 2017-09-20 13:18, Manuel Esteban Lucas Borja wrote:


> Hola, 
> 
> Estoy empezando y Qgis lo utilizo para aplicaciones en
el campo de la gestión forestal. Cuando haces un mapa, he visto que el
mapa y la vista no están vinculados. Es decir, tengo una vista con una
escala por ejemplo, le doy a crear un nuevo diseñador de impresión,
inserto la vista. Hasta aquí todo bien, pero si vuelvo a la vista y
modifico la escala, veo que esa modificación no se ve reflejada en el
diseñador de impresión. Parece que no están vinculados para que los
cambios en la vista se reflejen en el diseñador. 
> ¿hay alguna manera
de vincularlos o simplemente no se puede? 
> Muchas gracias

 ___
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] Duda vincular mapas y vista

2017-09-20 Thread Manuel Esteban Lucas Borja
Hola,
Estoy empezando y Qgis lo utilizo para aplicaciones en el campo de la
gestión forestal. Cuando haces un mapa, he visto que el mapa y la vista no
están vinculados. Es decir, tengo una vista con una escala por ejemplo, le
doy a crear un nuevo diseñador de impresión, inserto la vista. Hasta aquí
todo bien, pero si vuelvo a la vista y modifico la escala, veo que esa
modificación no se ve reflejada en el diseñador de impresión. Parece que no
están vinculados para que los cambios en la vista se reflejen en el
diseñador.

¿hay alguna manera de vincularlos o simplemente no se puede?

Muchas gracias
___
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] Tabella Vista Modulo

2017-09-20 Thread Totò
Marco wrote
> 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.

Questa modalità è particolarmente utile in caso di 'relazioni' tra
tabelle!!!

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] OSM Tools - Api key

2017-09-20 Thread Totò
Luca Puglisi wrote
> Stavo provando ad utilizzare il plugin OSM Tools ma cercando di ottenere 
> l'API key ho ricevuto dal browser (Firefox) il messaggio di connessione 
> sicura non riuscita, in quanto non è possibile verificare l’autenticità 
> dei dati ricevuti. Lo stesso accade provando ad inserire il link fornito 
> dal plugin in un altro browser. Qualcuno sa darmi un'indicazione su come 
> risolvere il problema?
> Grazie mille
> Luca Puglisi

Da me, OSGeo4W, qgis 2.18.13, chrome, funziona tutto bene!!!
Non so come aiutarti!!!

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 QGIS3 for OS X with MacPorts

2017-09-20 Thread Patrick Dunford

3.0 is not released yet, you can only get 2.99 development versions.

You get them from Github:

https://github.com/qgis/QGIS

Click on "Clone or Download" button on the right and then "Download Zip"

This is for the latest release, you can get older ones if you know the 
commit ID




On 21/09/17 05:51, David Liontooth wrote:


I followed David Marteau's very helpful instructions for building 
QGIS3 at 
https://www.3liz.com/blog/rldhont/index.php?post/2017/06/01/How-to-build-qgis-on-OSX-with-MacPort, 
on a Sierra OS X with all updates and a current MacPorts installation.


I needed to add these dependencies:

    lbzip2 py36-setuptools

Where can I find QGIS 3.0 source files? I downloaded 
http://qgis.org/downloads/qgis-latest.tar.bz2, but that's qgis-2.18.13.


I also tried https://github.com/wonder-sk/QGIS/archive/3d-2.zip, using 
Marteau's makefile, replacing spaces with tabs. Cmake didn't find 
libzip, so I modified


    cmake/FindLibZip.cmake txt2tags

to include the paths to MacPort's libzip package (/opt/local/..).

However, there's a syntax error relating to the 3D features, reported 
separately.


Is there a mainline version of QGIS3 we can test build, just to get 
ready for the release?


Cheers,
Dave



___
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] Building QGIS3 for OS X with MacPorts

2017-09-20 Thread David Liontooth


I followed David Marteau's very helpful instructions for building QGIS3 
at 
https://www.3liz.com/blog/rldhont/index.php?post/2017/06/01/How-to-build-qgis-on-OSX-with-MacPort, 
on a Sierra OS X with all updates and a current MacPorts installation.


I needed to add these dependencies:

    lbzip2 py36-setuptools

Where can I find QGIS 3.0 source files? I downloaded 
http://qgis.org/downloads/qgis-latest.tar.bz2, but that's qgis-2.18.13.


I also tried https://github.com/wonder-sk/QGIS/archive/3d-2.zip, using 
Marteau's makefile, replacing spaces with tabs. Cmake didn't find 
libzip, so I modified


    cmake/FindLibZip.cmake txt2tags

to include the paths to MacPort's libzip package (/opt/local/..).

However, there's a syntax error relating to the 3D features, reported 
separately.


Is there a mainline version of QGIS3 we can test build, just to get 
ready for the release?


Cheers,
Dave



___
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] 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-20 Thread Carlos Cerdán
Hola Manuel

La vista general te da una guía gráfica de qué zona estás visualizando en
tu proyecto. Luego de cargar alguna capa, activa la vista general (Ver -->
Paneles --> Panel de vista general), añade la capa a la vista general y
podrás ver la utilidad de esto acercando o alejando el zoom y/o
desplazándote en el área de trabajo.

Saludos

Carlos

El 19 de septiembre de 2017, 15:12, Manuel Esteban Lucas Borja <
manuelestebanlucasbo...@gmail.com> escribió:

> 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
>
___
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-20 Thread GregStef
OK, I see.

Anyway, thanks for your time and patience...
Best regards.



--
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-20 Thread Patrick Dunford
Unsure really; one of the reasons to build from source is to try out 
some development features before they are released. I know more about 
that than I do about specific DBMS support; as it's fortunate that all 
of my data can be in shapefiles, which have very simple Dbase tables 
built into them.


On 21/09/17 00:09, GregStef wrote:

 From what I've read, I formed the impression that Linux QGIS never had and
never will have out-of-the-box Oracle support, because of the
licensing/downloading intricacies of Oracle.

That last sentence of yours, revived my hope... Has there been Oracle
support in a previous QGIS? I'd prefer working with a reasonably older QGIS
with Oracle in Linux, until time comes...



--
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-user] Processing algorithm for sorting features?

2017-09-20 Thread Andreas Neumann

Hi,

I would like to create a small model that

a) refactors fields (that works fine)

b) sorts features based on one or more attributes (or based on expression)

c) saves as Excel (working on this with Matthias, still issues with 
boolean data types).


I can't find a processing algorithm to reorder features based on a 
sorting criteria (b). Is this not possible currently? Or would I have to 
do a workaround through SQL or a virtual layer?


Thanks,

Andreas

___
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-20 Thread GregStef
From what I've read, I formed the impression that Linux QGIS never had and
never will have out-of-the-box Oracle support, because of the
licensing/downloading intricacies of Oracle.

That last sentence of yours, revived my hope... Has there been Oracle
support in a previous QGIS? I'd prefer working with a reasonably older QGIS
with Oracle in Linux, until time comes...



--
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-20 Thread Patrick Dunford
The resource or performance hit of a VM depends very much on what you 
are doing with it. It's not a given that it will necessarily be slower. 
A Linux VM can run in as little as 15 GB of disk space, and my Linux VM 
running Qgis is faster than one running Qgis on Windows 7, and the 
Windows 7 VM also has gobbled up about 80 GB of disk.


Natively installing Debian is another option. The differences between 
all these distros aren't that great.


Or you could wait until the Oracle support is in a stable release of Qgis.

On 20/09/17 20:58, GregStef wrote:

Hi Patrick

I understand your point on VMs.
What I was trying to say was that, since a VM consumes a certain amount of
RAM/CPU for the OS, and since I already have a windows VM in my box, there's
no point in adding a second VM for QGIS - I can install it in my windows' VM
(and get Oracle support out of the box). I just hate the idea. Seriously.



--
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-20 Thread GregStef
Hi Patrick

I understand your point on VMs. 
What I was trying to say was that, since a VM consumes a certain amount of
RAM/CPU for the OS, and since I already have a windows VM in my box, there's
no point in adding a second VM for QGIS - I can install it in my windows' VM
(and get Oracle support out of the box). I just hate the idea. Seriously.



--
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-20 Thread GregStef
Hi Matthias, thanks for the heartwarming reply :)

I'm on a very demanding project right now - I'll try re-running the make on
first opportunity (the latest, during the weekend) and come back with the
results.



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