A standard-compliant WMS 1.3 server that can be easily configured using QGIS Desktop project files
0
votes
0answers
22 views
WMSGetFeatureInfo returns blank
I've been working on a WMS with a QuantumGIS server. So I've added the QGIS map as a layer to my OpenLayers map on my webpage. Now I want to use the WMSGetFeatureInfo function of OpenLayers to get ...
1
vote
0answers
40 views
How to debug QGIS Server WMS “Download of capabilities failed”?
Currently I am using a QGIS server with a linux Centos system. I am attempting the create a WMS in QGIS and upload it to my website. I have followed the instructions in the "Quantium GIS User Guide: ...
2
votes
1answer
221 views
QGIS Server limitations?
QGIS Server seems to be fairly simple to setup and create services, however I'm wondering if there are any limitations with using it opposed to MapServer or GeoServer. My current server ...
0
votes
0answers
95 views
QGIS WMS didn't show georeferenced tiff
I try to reference image and use them via WMS.
Chouse project CRS to EPSG:900913
Add OpenStreetMap source using gdal wms
<GDAL_WMS>
<Service name="TMS">
...
0
votes
0answers
81 views
QGIS Web Server error
The following error is showing after firing the url generated by exporting a map using 'Map Server Export' plugin in QGIS 1.8.0
"
Configuration file problem : perhaps you left off the .qgs ...
2
votes
0answers
73 views
Rendering a QGIS WMS layer in Firefox hogs the machine
I am less than a novice beginner on GIS Systems and am groping for answers.
I followed instructions for WIN 7 Install at both
...
1
vote
1answer
49 views
Raster menu does not have any tools in QGIS
in raster menu in QGIS, only raster calculator is available, how to get other tools, like wrap (reproject)
please see the image for help. help me to get this.
1
vote
1answer
108 views
QGIS server don't show layers in Openlayers
I have a project with 3 layers , I see the layers names in the GetCapabilies and also as WMS layer in QGIS , But in Openlayers I get the tile empty.
I've used the following code :
var P4326 = new ...
2
votes
2answers
315 views
How do I show my WMS layer using QGIS server and OpenLayers?
I've installed qgis server and it works fine.
I've put qgs file in the server folder dir and using "Add WMS layer" from QGIS I manage to view the qgs file.
This is how I use get capabilities for ...
2
votes
2answers
156 views
Looking for “big names” that use open source WMS (like geoserver / ms4w / qgis server) for presentation
I'm looking for famous companies / "big names" (like army , goverments , city halls) that chose to use open source map servers and not paid solution like ESRI and such for presentation I'm doing (go ...
1
vote
0answers
40 views
What's the purpose of wms_metadata.xml and admin.sld?
I've installed QGIS Server and it works fine. But in /usr/lib/cgi-bin/ folder I've found 2 additional files - wms_metadata.xml and admin.sld. What is the purpose of these file? I've never used them.
0
votes
0answers
11 views
QGIS server fail to install on 3 different Win 7 (x64) [duplicate]
Possible Duplicate:
QGIS Server Internal Server Error - OS 109)The pipe has been ended. : mod_fcgid: get overlap result error
I've been following this guide to install QGIS Server on ...
1
vote
1answer
156 views
QGIS project on QGIS server — cannot load wms layer
I've created a qgis project on QGIS 1.8, copied it onto the QGIS Server, and am trying to load the project as a WMS Layer back into QGIS. There is one vector layer in the project. Paths have been set ...
1
vote
0answers
245 views
Mapserver vs QGIS Server for WebGIS with access control
I'm looking to set up a FOSS web GIS to allow sharing of large data files. From online discussions I gather this can be done using a variety of software combinations, eg:
PostGIS + MapServer + Open ...
1
vote
1answer
260 views
QGIS Server Internal Server Error - OS 109)The pipe has been ended. : mod_fcgid: get overlap result error
I've installed QGIS Server as the guide you posted here and when I finished and tried doing http://localhost:83/qgis/qgis_mapserv.fcgi.exe?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities I ...
0
votes
3answers
121 views
Scripting (with) WPS?
As far as I understand WPS (web processing service) can be used to execute geospatial operations on the server side.
Is it possible to create scripts with WPS?
For example something like:
'check in ...
7
votes
3answers
560 views
Are there open-source alternatives to ArcGIS online that can be hosted on my own server?
I know this might be too broad topic. But I am looking for web-GIS portal similar to ArcGIS online that is self-installable (configurable) to be hosted in my private server. The main features should ...
1
vote
0answers
577 views
How to setup QGIS Web Client?
So we've installed QGIS Server and things look to be working well (thanks Underdark for the great tutorial).
Next up we want to get the QGIS Web Client working. It appears we're missing a step or ...
0
votes
0answers
190 views
How to run actions in QGIS web client?
In practice the QGIS web client will be a companion to an existing cloud database with a portal and forms. My intent is to run 'actions' (like in QGIS) where clicking on a feature launches the portal ...
1
vote
1answer
149 views
Can QGIS Web Client be used with SQL Server based QGIS project?
question: We are running a QGIS project with the majority of data coming from a SQL Server 2008 database as well as some third party WMS feeds.
Will QGIS Server and QGIS Web Client be compatible ...
1
vote
1answer
132 views
Qgis mapserver - Can it use plugins you use in qgis desktop?
Im thinking about developing a small python plugin for qgis which would access postgis raster database and return data via ST_AsPNG() for example. But since i need this in my wms, would it be possible ...
1
vote
1answer
90 views
How to fix symbols/labels in a tiled WMS?
I have a postgis stored dataset that is consumed in a qgis project and served on qgis server. I noticed however that symbols and labels of point features that overlap 2 tiles of the map are only ...
1
vote
0answers
170 views
QGIS Web Client Setup mapserv error
I have my web map up and running and am now trying to clean up a few recurring errors in the qgis-web-client-error.log. The error in question is:
[error] [client 123.456.789.1] script not found or ...
4
votes
3answers
740 views
Is there any way to add a google maps layer in a qgis web client project?
Is there any way to add a google maps layer in a qgis web client project?
I made a qgis project using a google maps layer from OpenLayers Plugin. In
my desktop project, this layer works fine. But ...
2
votes
3answers
329 views
Communication Between Browser and QGIS Server/QGIS API
Suppose I have QGIS server up and running with some vector data. Now a user accesses this data from a webpage. Would it be possible in some ways for the user to send a request to the QGIS Server and ...
1
vote
1answer
1k views
QGIS Web Client installation procedure
I have QGIS Server up and running and can successfully load WMS layers back into QGIS. I am attempting to set up the QGIS Web Client. Procedure: https://github.com/qgis/qgis-web-client
I am having ...
2
votes
1answer
226 views
How to set up QGIS Server on Win7?
I want to share QGIS files and maps which are made by me, to some of my friends trough a server.
Then I want to know
how to establish a server and network to upload QGIS maps and files;
My ...
2
votes
4answers
530 views
How do I get osgeo4w apache install to allow my regular windows account access?
I have just installed QGIS server on my Windows 7 machine. The installation went fine after some googling to find all the bits and pieces that needed to be done and I can fetch my get capabilities ...
1
vote
1answer
2k views
How to install QGIS Server Ubuntu 12.04?
I am new user to Ubuntu (12.04) and am trying to set up QGIS server. I have QGIS desktop installed and working.
In regards to QGIS server I have used
apt-get install qgis-mapserver ...
2
votes
0answers
64 views
Does qgis-server support join?
I'm having troubles getting joins work with qgis-server.
I'm not sure if it's a qgis-server problem or a qgis-web-client problem (bug report).
Anyone has a working project using joins?
1
vote
0answers
346 views
How to fix QGIS Server internal server error when using shapefiles?
i read all the questions with 500 server error i could find on the net but nothing seems to solve my problem:
I installed qgis and all depending packages on a debian server.
The first ...
2
votes
1answer
606 views
QGIS [500]INTERNAL SERVER ERROR
My Name is Daniel and I'm from Indonesia.
Short story recently I was learning how to set up qgis server.
So here's the trouble I've encountered so far:
I was using OSGEO Live 5 Distribution ISO' ...
3
votes
1answer
1k views
Why does the QGIS Server WMS layer not load in QGIS Desktop?
I have created a .QGS file with one PostGIS layer which is the alaska.shp file that comes from the samples. It was loaded via the shp2pgsql utility. When looking at my qgs project referencing the ...
2
votes
1answer
773 views
QGIS Server Capabilities Response doesn't contain any Layers (Fedora 15 64-bit)
I'm having similar issues running QGIS Mapserver under a fresh install of Fedora 15 (64-bit). The XML response from GetCapabilities will not show the individual layers inside the QGIS project, just ...
2
votes
2answers
893 views
QGIS Server Capabilities Response doesn't contain any Layers
This question is similar as this one QGIS Server not working (problem with fast CGI), but with more details:
I installed the latest QGIS from trunk on Linux (Ubuntu 11.04) in the non-default location ...
2
votes
3answers
1k views
QGIS Server not working (problem with fast CGI)
Is there a simple example/tutorial of how to set up QGIS Server with the latest QGIS version on Ubuntu, I can't get a correct result (blank image)?
I think there might be some problem with my FASTCGI ...
6
votes
1answer
2k views
How Can I Install “QGIS Server” in a Windows 7 PC?
I am trying to install the new "QGIS Server" feature that comes with QGIS 1.6 on my Windows PC. The directions for this at the QGIS website only show instructions for Mac OS, and those in other GIS ...


