Hi Andreas, thanks, I added a small note to the repo, that useGetProjectSettings should be set to false for QGIS server versions <= 1.8.
Regards Otto Am Sun, 09 Dec 2012 17:13:52 +0100 schrieb Andreas Neumann <[email protected]>: > Hi Otto, > > In the next upcoming weeks we will increasingly use the options in > GetProjectSettings - which wouldn't work with GetCapabilities alone. > > Right now it doesn't make much difference, but it will in the future - > esp. for metadata display or initial visible layers. > > Also, if you want to use the advanced feature of separating the layer > drawing order from the order in the legend tree it only works with > GetProjectSettings. > > Andreas > > Am 09.12.2012 17:02, schrieb Otto Dassau: > > Hi Andreas and Salvatore, > > > > I use the server from qgis 1.8 available for ubuntu and changing var > > useGetProjectSettings to false did the trick. > > > > Thanks a lot, now it works :) > > > > Regards > > Otto > > > > BTW. Would it be better/necessary to use the server from QGIS trunk? > > > > Am Sun, 09 Dec 2012 16:55:44 +0100 > > schrieb Andreas Neumann <[email protected]>: > > > >> Hi Otto, > >> > >> As Salvatore said you must use one of the GlobalOptions.js template > >> files. > >> > >> I would also start the developers tools in Google Chrome or Firefox and > >> have a look at the network requests the browser is making. You can then > >> test the requests manually and compare with the Apache server log. > >> > >> It may also be that it is making request to GetProjectSettings and you > >> have an older version of the server - in which case you can set > >> > >> var useGetProjectSettings = false; > >> > >> in GlobalOptions.js > >> > >> Andreas > >> > >> Am 09.12.2012 14:59, schrieb Otto Dassau: > >>> Hi, > >>> > >>> I installed qgis server version 1.8 using ubuntu precise. The WMS and > >>> WFS work, if I add them to QGIS. Now I would like to play with the > >>> qgis-web-client. I can see the web-client but the test maps "Hello" and > >>> "Country" are loading and loading ... but are not visible. > >>> > >>> I guess I missed something simple to configure. But the log files don't > >>> say anything, except for some missing css files in blueprint. > >>> > >>> Thanks for any hint > >>> Otto > > > > _______________________________________________ > > Qgis-user mailing list > > [email protected] > > http://lists.osgeo.org/mailman/listinfo/qgis-user > > > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user -- Geoinformatik Büro Dassau - http://www.gbd-consult.de FOSSGIS consulting , training , support and analysis Ackerstrasse 144c , D - 40233 Düsseldorf , Germany Tel: +49-(0)211-47468178 , Mobil: +49-(0)171-4687540 -- Community Advisor - QGIS Project Steering Committee _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
