Re: [Qgis-user] Fwd: Merging polygons leaves isolated lines

2014-01-16 Thread Lynkos
Thanks to everyone for the help and suggestions so far. I've uploaded all
the shapefile parts here (sorry, yesterday I was in a rush and I just
wasn't thinking):

https://www.dropbox.com/s/ru4s3bi2bt5z4c2/QGIS-merge.zip

This file is the result of several save-as operations, so the problem
outlined by Paolo could be a factor. But I've also tried with the original
shape file (which should be as drawn) and it behaves in exactly the same
way.

Thanks again, Sarah.



2014/1/16 Tim Sutton li...@linfiniti.com

 HI Sarah

 Can you post all the parts of the shapefile that others may test (.shp
 alone is not enough we need .dbf and .shx too).

 Regards

 Tim

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

[Qgis-user] error loading open layers

2014-01-16 Thread Joris HINTJENS
Hi,
When I try to load via open layers plugin a map, I get the following error 
message
TypeError: unable to convert a QVariant of type 10 to a QMetaType of type 2


Any suggestions for my problem?


Joris

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

Re: [Qgis-user] Issues with OSGeo4W Apache startup (for QGIS Server)

2014-01-16 Thread Jürgen E . Fischer
On Wed, 15. Jan 2014 at 10:58:28 -0500, Peter Len wrote:
 I am using QGIS and wanted to install the QGIS Server.  I was looking at the
 following page for how to do an install:
 http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial.  It has
 me get the installer from
 http://download.osgeo.org/osgeo4w/osgeo4w-setup.exe.  When I ran the install,
 I did an advanced installation and selected to install the Apache Webserver
 and the QGIS Server.  The instructions went on to say that for Windows
 installs you must change FastCGI to just the CGI in the httpd_qgis.conf file.

That's the problem.  DefaultInitEnv is a mod_fcgid directive.  AFAIK that works
just fine. Not sure why that page tells you to switch it off.  

Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)   IRC: jef on FreeNode 


-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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


Re: [Qgis-user] Problems loading/accessing QGIS Server.... what am I missing?

2014-01-16 Thread Peter Len
Okay, the wiki has been updated with the additional items I found for the 
Windows installation


-Original Message-
From: Andreas Neumann a.neum...@carto.net
Sent: Jan 15, 2014 3:50 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Problems loading/accessing QGIS Server what am I  
missing?

Hi Peter,

Thanks for communicating this. Most QGIS server users are on Linux. The
Windows QGIS server users are a smaller group and only recently it seems
that more people use QGIS server on Windows. It is therefore important
the Windows users document the issues they have and the workarounds.

If possible - could you please add this to the QGIS server tutorial wiki
http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial

Thanks a lot,
Andreas

Am 15.01.2014 21:42, schrieb Peter Len:
 So, this was fixed by copying all of the .dll libraries from c:/OSGeo4W/bin 
 to c:/OSGeo4W/apps/qgis/bin.  Not sure why none of the references I used 
 indicated this, so I am not fully comfortable that it is truly working.  I 
 have been able to load a QGIS Desktop project served up by QGIS Server to 
 both ArcMap and QGIS so at least that is a start.   
 
 
 -Original Message-
 From: Peter Len petera...@earthlink.net
 Sent: Jan 15, 2014 1:13 PM
 To: qgis-user@lists.osgeo.org
 Subject: [Qgis-user] Problems loading/accessing QGIS Server what am I   
 missing?

 I am using QGIS and wanted to install the QGIS Server on a Windows 7 box.  
 I was looking at the following pages for how to do an install on Windows 7:

 http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial
 http://anitagraser.com/2012/04/06/qgis-server-on-windows7-step-by-step/

 I got the installer from 
 http://download.osgeo.org/osgeo4w/osgeo4w-setup.exe.  When I ran the 
 install, I did an advanced installation and selected to install the Apache 
 Webserver and the QGIS Server.  The instructions went on to say that for 
 Windows installs you must change FastCGI to just the CGI in the 
 httpd_qgis.conf file. So now the httpd_qgis.conf references:

 LoadModule cgi_module modules/mod_cgi.so
 SetHandler cgi-script

 After another change in that conf file to change DefaultInitEnv to SetEnv 
 (using DefaultInitEnv threw errors).  After that, I was able to start the 
 Apache web server and was able go to the default page.  I noticed that the 
 page indicated that there was only 1 osgeo4w application installed 
 (phpinfo).

 The instructions then indicated that the following GetCapabilities call 
 should work:

 http://localhost:8090/qgis/qgis_mapserv.fcgi.exe?SERVICE=WMSVERSION=1.3.0REQUEST=GetCapabilities

 When I ran this in the browser, it indicated that there was an error.  The 
 error log file stated:

 Premature end of script headers: qgis_mapserv.fcgi.exe

 This made me think that there was some mismatch between changing the conf 
 file to use cgi rather than fcgi.  There is no qgis_mapserv.cgi.exe, 
 however.  Not sure what I am missing here.  Both sets of instructions were 
 followed and they both indicate it should be working.  Does anyone know 
 what I may be missing?

 Thanks - Peter
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 

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

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


Re: [Qgis-user] Problems loading/accessing QGIS Server.... what am I missing?

2014-01-16 Thread Jürgen E . Fischer
Hi Peter,

On Thu, 16. Jan 2014 at 08:42:15 -0500, Peter Len wrote:
 Okay, the wiki has been updated with the additional items I found for the
 Windows installation

Doesn't mod_fcgid work?


Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)   IRC: jef on FreeNode 


-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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


[Qgis-user] Set source for GRASS layer

2014-01-16 Thread Johannes Radinger
Hi,

when using the GRASS plugin it is easy to add a GRASS vector as a layer to
a QGIS Project.
However when the GRASS location gets changed (e.g. renamed), QGIS, of
course, is unable to detect the correct directory of the location and thus
the user is asked to set the directory manually. However to which file is a
GRASS layer linked? It seems that the path QGIS shows for a GRASS vector
does not exist in a GRASS data structure... Is that just a known problem
for the GRASS-QGIS plugin?

best regards,
Johannes
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Problems loading/accessing QGIS Server.... what am I missing?

2014-01-16 Thread Peter Len

Jurgen,

Thanks for the reply.  The OSGeo4W installer does not come with a mod_fcgid.so 
file.  I have seen some references that seem to indicate that maybe the Windows 
install should now work with FastCGI, but the installation doesn't include it.  
A regular Apache Web Server (outside of OSGeo) install does not include it 
either.  I tried downloading the module separately but I got an error when 
trying to start Apache so it either wasn't the right one to use or it still 
can't be used on Windows.

- Peter

-Original Message-
From: Jürgen E. Fischer j...@norbit.de
Sent: Jan 16, 2014 9:13 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Problems loading/accessing QGIS Server what   
am  I missing?

Hi Peter,

On Thu, 16. Jan 2014 at 08:42:15 -0500, Peter Len wrote:
 Okay, the wiki has been updated with the additional items I found for the
 Windows installation

Doesn't mod_fcgid work?


Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)   IRC: jef on FreeNode
 

-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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

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

[Qgis-user] custom environment variables are not saved

2014-01-16 Thread G. Allegri
Hi,
I'm trying to set QGIS-PLUGINPATH custom variable in the system options
dialog but it isn't saved. When I close/restart QGIS the entry is empty.
What am I doing wrong?

Xubuntu 12.04
QGIS 2.0.1 from Ubuntugis on Launchpad.

giovanni

-- 
Giovanni Allegri
http://about.me/giovanniallegri
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] QGIS Server and qgs project files with ratser layers issue

2014-01-16 Thread Peter Len
I finally was able to successfully install QGIS Server on my Windows 7 box.  
Not sure what version it is but it is from the lastest OSGeo4W installer.  The 
purpose for my installation was to see how QGIS Server made QGIS Desktop 
projects (QGS files) available over a WMS.  Using a URL like the following:

http://localhost:8090/qgis/qgis_mapserv.fcgi.exe?SERVICE=WMSVERSION=1.3.0REQUEST=GetCapabilities
 map=c:/Users/pal1/Z_Main/programming/GISData/qgis_files/NYC.qgs

where I access the project file from a path to the file, I find that I can 
indeed see the various layers within that project file.  So, in essence, if I 
open my QGIS Desktop (v2.0.1) and go to Add WMS/WMTS Layer and add the URL 
listed above, it will list all of the layers of that project file (after 
hitting the Connect button).  When selecting layers to add to a new QGIS 
Project file, I find an oddity:

If the layer is a raster layer, it won't display at all on the map.  As a test, 
I used the URL 
http://basemap.nationalmap.gov/ArcGIS/services/USGSShadedReliefOnly/MapServer/WMSServer?
 to create a WMS layer in a new project.  It displays a world map just fine.  I 
save and close that project.  I then do a new WMS layer but now point the URL 
to my QGIS Server with the project file path of the project that was just 
created.  The result is that I can see the raster layer as an option to choose, 
but when I do, it does not get displayed on the map.

As per some other instructions I found, I checked the following two options 
when creating my WMS connection:

- Ignore GetMap URI reported in capabilities
- Ignore GetFeatureInfo URL reported in capabilities

Does anyone know why I cannot display the raster layers from the project file?

Thanks - Peter 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problems loading/accessing QGIS Server.... what am I missing?

2014-01-16 Thread Jürgen E . Fischer
Hi Peter,

On Thu, 16. Jan 2014 at 09:25:01 -0500, Peter Len wrote:
 The OSGeo4W installer does not come with a mod_fcgid.so file. 

There is a mod_fcgid package[1] in OSGeo4W.


Jürgen

[1] 
http://download.osgeo.org/osgeo4w/x86/release/apache/mod_fcgid/mod_fcgid-2.3.6-1.tar.bz2

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)   IRC: jef on FreeNode 


-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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


Re: [Qgis-user] custom environment variables are not saved

2014-01-16 Thread G. Allegri
I've found the issue. The HOME/.config/QGIS folder (and files) were created
with root ownership, and QGIS wasn't able to overwrite them.
Why don't they get created with user permissions the first time the user
launches QGIS?

giovanni


2014/1/16 G. Allegri gioha...@gmail.com

 Hi,
 I'm trying to set QGIS-PLUGINPATH custom variable in the system options
 dialog but it isn't saved. When I close/restart QGIS the entry is empty.
 What am I doing wrong?

 Xubuntu 12.04
 QGIS 2.0.1 from Ubuntugis on Launchpad.

 giovanni

 --
 Giovanni Allegri
 http://about.me/giovanniallegri
 blog: http://blog.spaziogis.it
 GEO+ geomatica in Italia http://bit.ly/GEOplus




-- 
Giovanni Allegri
http://about.me/giovanniallegri
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] error loading open layers

2014-01-16 Thread Andre Joost

Am 16.01.2014 11:40, schrieb Joris HINTJENS:

Hi,
When I try to load via open layers plugin a map, I get the following error 
message
TypeError: unable to convert a QVariant of type 10 to a QMetaType of type 2




Is your **project** CRS EPSG:3857?

If not, set it, and try again.

HTH,
André Joost

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


Re: [Qgis-user] QGIS Server and qgs project files with ratser layers issue

2014-01-16 Thread Peter Len
Bernard,

Good point.  Well, for any request to get a project file, the error log lists 
these errors:

[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver ECW to unload from GDAL_SKIP environment variable.\r
[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver ECW to unload from GDAL_SKIP environment variable.\r
[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver JP2ECW to unload from GDAL_SKIP environment variable.\r
[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver ECW to unload from GDAL_SKIP environment variable.\r
[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver JP2ECW to unload from GDAL_SKIP environment variable.\r

Not sure if that has to do with the issue.  The access logs simply list the URL 
that was presented.  Not sure what you mean by loading the request in the 
browser and seeing if I get a map of a white page.  When I put the URL in the 
browser, I get the Service/Capability XML.  It doesn't try to display the map.  
I will look more at the XML to see it there is something in there that might 
indicate something.

- Peter


-Original Message-
From: Bernhard Ströbl bernhard.stro...@jena.de
Sent: Jan 16, 2014 10:51 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] QGIS Server and qgs project files with ratser layers 
issue

Hi,

maybe a projection issue?
Check Apache's access log for the GetMap request. Issue this request in 
the browser: do you get a map or all white?

Bernhard

Am 16.01.2014 15:56, schrieb Peter Len:
 I finally was able to successfully install QGIS Server on my Windows 7 box.  
 Not sure what version it is but it is from the lastest OSGeo4W installer.  
 The purpose for my installation was to see how QGIS Server made QGIS Desktop 
 projects (QGS files) available over a WMS.  Using a URL like the following:

 http://localhost:8090/qgis/qgis_mapserv.fcgi.exe?SERVICE=WMSVERSION=1.3.0REQUEST=GetCapabilitiesmap=c:/Users/pal1/Z_Main/programming/GISData/qgis_files/NYC.qgs

 where I access the project file from a path to the file, I find that I can 
 indeed see the various layers within that project file.  So, in essence, if 
 I open my QGIS Desktop (v2.0.1) and go to Add WMS/WMTS Layer and add the 
 URL listed above, it will list all of the layers of that project file (after 
 hitting the Connect button).  When selecting layers to add to a new QGIS 
 Project file, I find an oddity:

 If the layer is a raster layer, it won't display at all on the map.  As a 
 test, I used the URL 
 http://basemap.nationalmap.gov/ArcGIS/services/USGSShadedReliefOnly/MapServer/WMSServer?
  to create a WMS layer in a new project.  It displays a world map just fine. 
  I save and close that project.  I then do a new WMS layer but now point the 
 URL to my QGIS Server with the project file path of the project that was 
 just created.  The result is that I can see the raster layer as an option to 
 choose, but when I do, it does not get displayed on the map.

 As per some other instructions I found, I checked the following two options 
 when creating my WMS connection:

 - Ignore GetMap URI reported in capabilities
 - Ignore GetFeatureInfo URL reported in capabilities

 Does anyone know why I cannot display the raster layers from the project 
 file?

 Thanks - Peter
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user


 __ Information from ESET Mail Security, version of virus signature 
 database 9298 (20140116) __

 The message was checked by ESET Mail Security.
 http://www.eset.com




__ Information from ESET Mail Security, version of virus signature 
database 9299 (20140116) __

The message was checked by ESET Mail Security.
http://www.eset.com


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

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

Re: [Qgis-user] Issues with OSGeo4W Apache startup (for QGIS Server)

2014-01-16 Thread Andre Joost

Am 16.01.2014 12:14, schrieb Jürgen E. Fischer:



That's the problem.  DefaultInitEnv is a mod_fcgid directive.  AFAIK that works
just fine. Not sure why that page tells you to switch it off.



It might have been useful in earlier days, and noone changed the wiki 
page when mod_fcgid was corrected. Or nobody noticed the missing 
dependency from http://trac.osgeo.org/osgeo4w/ticket/395.


Greetings,
André Joost

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


Re: [Qgis-user] QGIS Server and qgs project files with ratser layers issue

2014-01-16 Thread Bernhard Ströbl

Peter,

just for clarification: in order to display a WMS layer the client (= 
QGIS desktop) sends a GetMap request to QGIS server. My idea was to get 
this request from the access log and issue it in the browser in order to 
see if the map is returned ok (= problem on the client side) or the map 
is returned all white (= problem in the GetMap request). The XML you 
mention is the server's answer on the GetCapabilities request sent by 
the client.
But your error log indicates some missing drivers, however I am not an 
expert on raster or GDAL.


regards

Bernhard

Am 16.01.2014 17:20, schrieb Peter Len:

Bernard,

Good point.  Well, for any request to get a project file, the error log lists 
these errors:

[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver ECW to unload from GDAL_SKIP environment variable.\r
[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver ECW to unload from GDAL_SKIP environment variable.\r
[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver JP2ECW to unload from GDAL_SKIP environment variable.\r
[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver ECW to unload from GDAL_SKIP environment variable.\r
[Thu Jan 16 11:14:31 2014] [error] [client 127.0.0.1] Warning 1: Unable to find 
driver JP2ECW to unload from GDAL_SKIP environment variable.\r

Not sure if that has to do with the issue.  The access logs simply list the URL 
that was presented.  Not sure what you mean by loading the request in the 
browser and seeing if I get a map of a white page.  When I put the URL in the 
browser, I get the Service/Capability XML.  It doesn't try to display the map.  
I will look more at the XML to see it there is something in there that might 
indicate something.

- Peter


-Original Message-

From: Bernhard Ströblbernhard.stro...@jena.de
Sent: Jan 16, 2014 10:51 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] QGIS Server and qgs project files with ratser layers 
issue

Hi,

maybe a projection issue?
Check Apache's access log for the GetMap request. Issue this request in
the browser: do you get a map or all white?

Bernhard

Am 16.01.2014 15:56, schrieb Peter Len:

I finally was able to successfully install QGIS Server on my Windows 7 box.  
Not sure what version it is but it is from the lastest OSGeo4W installer.  The 
purpose for my installation was to see how QGIS Server made QGIS Desktop 
projects (QGS files) available over a WMS.  Using a URL like the following:

http://localhost:8090/qgis/qgis_mapserv.fcgi.exe?SERVICE=WMSVERSION=1.3.0REQUEST=GetCapabilitiesmap=c:/Users/pal1/Z_Main/programming/GISData/qgis_files/NYC.qgs

where I access the project file from a path to the file, I find that I can indeed see the 
various layers within that project file.  So, in essence, if I open my QGIS Desktop 
(v2.0.1) and go to Add WMS/WMTS Layer and add the URL listed above, it will 
list all of the layers of that project file (after hitting the Connect button).  When 
selecting layers to add to a new QGIS Project file, I find an oddity:

If the layer is a raster layer, it won't display at all on the map.  As a test, 
I used the URL 
http://basemap.nationalmap.gov/ArcGIS/services/USGSShadedReliefOnly/MapServer/WMSServer?
 to create a WMS layer in a new project.  It displays a world map just fine.  I 
save and close that project.  I then do a new WMS layer but now point the URL 
to my QGIS Server with the project file path of the project that was just 
created.  The result is that I can see the raster layer as an option to choose, 
but when I do, it does not get displayed on the map.

As per some other instructions I found, I checked the following two options 
when creating my WMS connection:

- Ignore GetMap URI reported in capabilities
- Ignore GetFeatureInfo URL reported in capabilities

Does anyone know why I cannot display the raster layers from the project file?

Thanks - Peter
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


__ Information from ESET Mail Security, version of virus signature 
database 9298 (20140116) __

The message was checked by ESET Mail Security.
http://www.eset.com





__ Information from ESET Mail Security, version of virus signature 
database 9299 (20140116) __

The message was checked by ESET Mail Security.
http://www.eset.com


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






__ Information from ESET Mail Security, version of virus signature 
database 9299 (20140116) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman

Re: [Qgis-user] QGIS Server and qgs project files with ratser layers issue

2014-01-16 Thread Bernhard Ströbl

Hi,

maybe a projection issue?
Check Apache's access log for the GetMap request. Issue this request in 
the browser: do you get a map or all white?


Bernhard

Am 16.01.2014 15:56, schrieb Peter Len:

I finally was able to successfully install QGIS Server on my Windows 7 box.  
Not sure what version it is but it is from the lastest OSGeo4W installer.  The 
purpose for my installation was to see how QGIS Server made QGIS Desktop 
projects (QGS files) available over a WMS.  Using a URL like the following:

http://localhost:8090/qgis/qgis_mapserv.fcgi.exe?SERVICE=WMSVERSION=1.3.0REQUEST=GetCapabilitiesmap=c:/Users/pal1/Z_Main/programming/GISData/qgis_files/NYC.qgs

where I access the project file from a path to the file, I find that I can indeed see the 
various layers within that project file.  So, in essence, if I open my QGIS Desktop 
(v2.0.1) and go to Add WMS/WMTS Layer and add the URL listed above, it will 
list all of the layers of that project file (after hitting the Connect button).  When 
selecting layers to add to a new QGIS Project file, I find an oddity:

If the layer is a raster layer, it won't display at all on the map.  As a test, 
I used the URL 
http://basemap.nationalmap.gov/ArcGIS/services/USGSShadedReliefOnly/MapServer/WMSServer?
 to create a WMS layer in a new project.  It displays a world map just fine.  I 
save and close that project.  I then do a new WMS layer but now point the URL 
to my QGIS Server with the project file path of the project that was just 
created.  The result is that I can see the raster layer as an option to choose, 
but when I do, it does not get displayed on the map.

As per some other instructions I found, I checked the following two options 
when creating my WMS connection:

- Ignore GetMap URI reported in capabilities
- Ignore GetFeatureInfo URL reported in capabilities

Does anyone know why I cannot display the raster layers from the project file?

Thanks - Peter
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


__ Information from ESET Mail Security, version of virus signature 
database 9298 (20140116) __

The message was checked by ESET Mail Security.
http://www.eset.com





__ Information from ESET Mail Security, version of virus signature 
database 9299 (20140116) __

The message was checked by ESET Mail Security.
http://www.eset.com


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


[Qgis-user] Globe plugin not showing up under Plugin Manager

2014-01-16 Thread G. Allegri
After having verified that the plugin was installed
(/usr/lib/qgis/plugins/libglobeplugin.so) I cannot see it under the Plugin
Manager.

Are there problems with the plugin and QGIS 2.0.1 under Ubuntu (12.04)?

giovanni

-- 
Giovanni Allegri
http://about.me/giovanniallegri
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Globe plugin not showing up under Plugin Manager

2014-01-16 Thread G. Allegri
Hi Lerry, I was just writing it.
It seems to be the problem. I have libosgearth, but I had to sof link the
libs otherwise ldd didn't show me tehy were ok.
Anyway I miss libosgEarthQt, which seems to be anavailable from apt
repositories, except Ubuntu Saucy (neither official nor third party afaics).
I wonder how other users can use it on Ubuntu. Maybe do they build osgEarth
from source? I will do it if necessary but I hoped to find the required
libs

giovanni


2014/1/16 Larry Shaffer lar...@dakotacarto.com

 Hi Giovanni,

 Are the supporting Open Scene Graph and OsgEarth packages installed as
 well? I think they are called openscengraph and osgearth in UbuntuGIS repo.

 ubuntugis-unstable doesn't show they are tracked/installed as
 dependencies, unless I am missing something [0].

 [0]
 https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/+packages?batch=75memo=150start=150

 Regards,

 Larry Shaffer
 Dakota Cartography
 Black Hills, South Dakota


 On Thu, Jan 16, 2014 at 11:44 AM, G. Allegri gioha...@gmail.com wrote:

 After having verified that the plugin was installed
 (/usr/lib/qgis/plugins/libglobeplugin.so) I cannot see it under the Plugin
 Manager.

 Are there problems with the plugin and QGIS 2.0.1 under Ubuntu (12.04)?

 giovanni

 --
 Giovanni Allegri
 http://about.me/giovanniallegri
 blog: http://blog.spaziogis.it
 GEO+ geomatica in Italia http://bit.ly/GEOplus

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





-- 
Giovanni Allegri
http://about.me/giovanniallegri
blog: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user