Wednesday, 9 December 2015

Install QGIS Server and Web Client under Ubuntu 14.04


I tried to install QGIS Server and QGIS Web Client on my Ubuntu machine by following this tutorial http://www.aboutgis.ro/blog/wp-content/uploads/2013/04/qgis_desk_web_server_client_tutorial.pdf.


At the end of the tutorial i should start the browser with localhost/qgis-web-client/site/index.html. But i get the error that the /qgis-web... was not found.



the localhost works.


does anybody nows what's wrong woth the tutorial i followed step by step after: --> install needed packages by entering in the terminal:





  • at the last step i copy the folder into /var/www/html/




  • now i can see the qgis-web-client/index.html but when i want to start the helloworld or the other map i get the following eror by firebug. ( TypeError: layerTree.root.firstChild is null )




  • it seems to me that the qgis server doesn't work correctly. I don't get any GetCapabilites request.

  • that's why i try to install qgis server from anitagraser http://anitagraser.com/2012/03/30/qgis-server-on-ubuntu-step-by-step/ but nothing changed because the files existing.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...