I'm trying to publish a map created in qgis desktop via qgis-web-client.
The left hand bar loads with the layers I would expect visible but I never actually see any mapping data just a grey screen with "Loading Map....".
If I make the call to the qgis server manually via a web-browser e.g.
http://adddress/qgis/qgis_mapserv.fcgi?map=/var/www/qgis-web-client/projects/test/filename.qgs&&_dc=1394809120649&SERVICE=WMS&VERSION=1.3&REQUEST=GetCapabilities
I get what looks like valid XML returned.
In the chrome dev/javascript console I'm seeing error: Uncaught TypeError: Cannot read property 'abstract' of undefined
From webgisinit.js line 1680 var thisAbstract = wmsLoader.projectSettings.service.abstract;
Anyone seen this before or got any clues how to fix?
No comments:
Post a Comment