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.f...VICE=WMS&VERSION=1.3&REQUEST=GetCapabilitiesI 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 1680var thisAbstract = wmsLoader.projectSettings.service.abstract;
Anyone seen this before or got any clues how to fix?
أكثر...
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.f...VICE=WMS&VERSION=1.3&REQUEST=GetCapabilitiesI 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 1680var thisAbstract = wmsLoader.projectSettings.service.abstract;
Anyone seen this before or got any clues how to fix?
أكثر...