Re: [Qgis-user] Qgis failed to startup

2016-06-13 Thread Richard Duivenvoorde
On 13-06-16 22:03, christoph wrote:
> Hi, I built Qgis from git clone source,
> ccmake ..
> make -> without any errors,
> make install -> without any errors
> Qgis/build/bin/ qgis error -> Speicherzugriffsfehler
> anyone a idea what is causing that?
> 
> christoph@excelsior:~/myworld/QGIS/build/bin$ ./qgis
> Speicherzugriffsfehler

Hi Chris,

what distro/OS/version are you on?

(maybe you are better of on dev-list for such questions)

If you build like you do you can either run from build/output/bin directory.
OR you do make install, and if you did not point to a custom install
directory, I think you have todo 'sudo make install' because QGIS is
copying stuff to places where normal users have no write permission.

My take: install in your home dir (you can compile/run several versions
then):

-DCMAKE_INSTALL_PREFIX=/home/YOU/bin/qgis/2.1x

And create a little startup script like belose (take away stuff you do
not need, and fix paths for your situation)...:

# path to libs in install dir
# path to oracle lib
# path to grass70 lib
export
LD_LIBRARY_PATH=/home/richard/apps/qgis/master/debug/lib/:/home/richard/dev/oracle/12.1/instantclient_12_1:/usr/lib/grass70/lib

# passing ALL parameters to qgis bin
# eg to be able to call a certain translation
# qgis --lang nl
/home/richard/apps/qgis/master/debug/bin/qgis "$@"

Hope this helps,

Richard Duivenvoorde


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Fwd: Access ArcGIS Rest Services in QGIS

2016-06-13 Thread Nyall Dawson
On 14 Jun 2016 12:25 PM, "Rob Stewart" 
wrote:
>
> Hi,
>
> My local council has free online GIS information in the form of an
'ArcGIS Rest Service'.  It contains various data types including vectors
(contours), rasters (aerial imagery) and LiDAR DEMs.  The PDF file here has
details on how to access from the web or from ArcGIS but I'm hoping it will
be possible to acces all this data from QGIS (latest desktop version
2.14.3-essen).  I tried plugin: 'ArcGIS REST API Connector' but did not
have any luck.
>
> Can anyone assist?

QGIS 2.16 beta has support for these layers. Testing and feedback would be
greatly appreciated before the 2.16 release at the end of the month!

Nyall
>
> Thanks,Rob
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Fwd: Access ArcGIS Rest Services in QGIS

2016-06-13 Thread Rob Stewart
Hi,

My local council has free online GIS information in the form of an 'ArcGIS
Rest Service'.  It contains various data types including vectors
(contours), rasters (aerial imagery) and LiDAR DEMs.  The PDF file here

has
details on how to access from the web or from ArcGIS but I'm hoping it will
be possible to acces all this data from QGIS (latest desktop version
2.14.3-essen).  I tried plugin: 'ArcGIS REST API Connector' but did not
have any luck.

Can anyone assist?

Thanks,Rob
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] GPS and WGS84 version

2016-06-13 Thread Nicolas Cadieux
Hi,
I will answer my own question as I have found the answer.  It appears that GPS satellites orbits are given in IGS08, assumed identical to ITRF2008 also assumed identical to WGS84(G1674).  Assumed = pretty close for most applications.
Nicolas
On Jun 13, 2016 11:01, Nicolas Cadieux  wrote:Hi,
I know there are many versions of WGS84. I have a pro GPS with post processing and I can select various versions  for my needs.
My question is for hand held non commercial GPS devices or for small drones or tools that don't use DGPS.   (I know that most receivers have an error that is bigger than the added precision of the various ,WGS84  versions).  
When WGS84 is updated, is it just an update to the reference frame on the ground or is the info downloaded from the satellite also updated or are they still broadcasting in WGS84(original)?  If it's just a reference frame update, then we need to shift the data if we want it in the new wgs84(G1674).  If the satellites are updated, then the information is already in WGS84(G1674)...
Nicolas
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Qgis failed to startup

2016-06-13 Thread christoph

Hi, I built Qgis from git clone source,
ccmake ..
make -> without any errors,
make install -> without any errors
Qgis/build/bin/ qgis error -> Speicherzugriffsfehler
anyone a idea what is causing that?

christoph@excelsior:~/myworld/QGIS/build/bin$ ./qgis
Speicherzugriffsfehler

cheers chris
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-UX] QGIS "Minidump Written to C" Crash Error

2016-06-13 Thread Anita Graser
Hi Nicole,

I'm forwarding your email to the appropriate user mailing list. Please
continue the discussion there. The UX mailing list focuses on question of
usability rather than general issues using QGIS.

Best wishes,
Anita

-- Forwarded message --
From: nicole kapasakis <
​​
nicoleskapasa...@gmail.com>
Date: Mon, Jun 13, 2016 at 7:26 PM
Subject: [QGIS-UX] QGIS "Minidump Written to C" Crash Error
To: qgis...@lists.osgeo.org


Hello & SOS!

I recently downloaded the most QGIS Standalone Installer Versin 2.14 (64
bit) for windows.
I am trying to create a map but the program continually crashes no matter
which feature I am using and closes out; showing a "minidump written to C"
error.

The download was successful so I am unsure where the corruption is
occurring; please help!

Thank you!

___
QGIS-UX mailing list
qgis...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-ux
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Installing map server + Lizmap on Ubuntu 16.04

2016-06-13 Thread virtusmankind
Hello everybody
I'm a newbie using Linux OS. I'd like to set up a full working installation
of map server (Apache + QGis Server) and Lizmap Web Client on my PC (and
then on a virtual server) mounting Ubuntu 16.04.
I cannot perform a working installation using Lizmap guide (found both on  
http://docs.3liz.com/it/admin_guide/installation/server_configuration.html
  
and 
https://github.com/3liz/lizmap-documentation/blob/master/source/install/linux.srt

  
)

I can't install php5 (on Ubuntu 16.04 seems to be installed php7 by default) 
I can't get an answer a GetCapabilities request from here: 
http://localhost/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities

  
I can't see nothing from  http://localhost/lm/    test
page

I'd like to install new Lizmap 3 but it could be a succes if I can configure
version 2 now!
Please support me step by step!

Thanks in advance




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Installing-map-server-Lizmap-on-Ubuntu-16-04-tp5271440.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] GPS and WGS84 version

2016-06-13 Thread Nicolas Cadieux
Hi,
I know there are many versions of WGS84. I have a pro GPS with post processing and I can select various versions  for my needs.
My question is for hand held non commercial GPS devices or for small drones or tools that don't use DGPS.   (I know that most receivers have an error that is bigger than the added precision of the various ,WGS84  versions).  
When WGS84 is updated, is it just an update to the reference frame on the ground or is the info downloaded from the satellite also updated or are they still broadcasting in WGS84(original)?  If it's just a reference frame update, then we need to shift the data if we want it in the new wgs84(G1674).  If the satellites are updated, then the information is already in WGS84(G1674)...
Nicolas
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Link Point Layer (imported from csv file) and Map - QGIS 2.14.3-Essen (not self compiled) on Win 7

2016-06-13 Thread Joris Hintjens
If you end up in the caribbean, it is possible that your Lat and Long are 
inverted (germany: 10,50, Caribbean: 50,10). I experienced this several times. 
If so: invert Lat and long columns in your csv.


Joris

> Op 11 jun. 2016, om 22:07 heeft CheVeyo20  het volgende 
> geschreven:
> 
> Hello Everybody,
> 
> I tried the tutorial from this page
> 
> http://www.qgistutorials.com/en/docs/importing_spreadsheets_csv.html 
> 
> My goal ist to put a few geo points from a csv file on a front layer and in 
> the background layer i would like to have a world map.
> 
> The import of the csv file does work, also the right interpretion of my long 
> and lat data, so far so good ;)
> But the i tried to load a earth map with the plugin "OpenLayers plugin". 
> First of all the google maps do not work and the whole screen stays white, 
> only the "bing aerial" does show a correct result. Thats my first issues, why 
> do not work the other maps? Is it a bug or am i doing something wrong?
> 
> 
> The second thing: my imported points from the csv file and the bing aerial do 
> not match each other in their zooming! When i zoom on the bing aerial all the 
> points a reduced to one point somewhere in the south atlantic!? I used WGS 84 
> as a geo reference system.. How can i fix it?
> 
> 
> greets
> 
> CheVeyo from Germany
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Camilla Dibari invited you to check out Dropbox

2016-06-13 Thread Dropbox
Hi there,

Camilla Dibari wants you to try Dropbox! Dropbox lets you bring all your 
photos, docs, and videos with you anywhere and share them easily.

Accept invite[1]

Thanks!
- The Dropbox Team


If you prefer not to receive invites from Dropbox, please go here[2].
Dropbox, Inc., PO Box 77767, San Francisco, CA 94107

[1]: https://www.dropbox.com/l/WlcFwVMySNUXo1cKAsSQfs?text=1
[2]: https://www.dropbox.com/l/ZS60nLf0wuMJ4vh6RFUU2A?text=1___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user