A standard-compliant WMS 1.3 server that can be easily configured using QGIS Desktop project files

learn more… | top users | synonyms

0
votes
1answer
102 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
0answers
72 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 ...
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
39 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: ...
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.
1
vote
0answers
239 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
0answers
559 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 ...
1
vote
0answers
169 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 ...
1
vote
0answers
342 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 ...
0
votes
0answers
92 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
74 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 ...
0
votes
0answers
188 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 ...