Hi Bernhard,

that´s the point ... *my QGIS Server is running*, please test following link without QWC:
http://landconsult.no-ip.com/qgis/qgis_mapserv.fcgi.exe?SERVICE=WMS&VERSION=1.3.0&SRS=EPSG:31467&REQUEST=GetMap&map=C:/OSGeo4W/apache/htdocs/QGIS-Web-Client-master/projects/wms_demo.qgs&BBOX=3453493.9,5358354.8,3461626.4,5363507.8&WIDTH=1000&HEIGHT=800&LAYERS=weg,bach&FORMAT=image/png

In your link, you missed the *.exe extension in qgis_mapserv.fcgi .... but when running it in QWC the *.qgi is not loading, test following:
http://landconsult.no-ip.com/QGIS-Web-Client-master/site/qgiswebclient.html?map=C:/OSGeo4W/apache/htdocs/QGIS-Web-Client-master/projects/wms_demo.qgs

OK, now I can access it. Use firebug in firefox to see what happens. If you do that you will realize that the error is that cgi-bin/qgis_mapsserv.fcgi is not accessible. http://landconsult.no-ip.com/cgi-bin/qgis_mapserv.fcgi?map=../projects/helloworld.qgs&&_dc=1394795203156&SERVICE=WMS&VERSION=1.3&REQUEST=GetProjectSettings

so first thing to do is to get your QGIS server running. GetProjectSettings or GetCapabilities must return something sensible. You can check this in your browser (or QGIS desktop). As soon as a GetMap request is successful (check this e.g. in QGIS desktop) you can start configuring QWC.

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

Reply via email to