Re: [Qgis-user] Problem loading map using QGIS web client on Windows 7

2013-01-24 Thread zbynek
Thanks, that was part of the problem, however not all of it. Now I corrected the link, but still, the problem pertains. I found that the problem is in layerTree object, namely layerTree.root.firstChild is null, therefore layerTree.selectPath(layerTree.root.firstChild.getPath()); doesnt return

Re: [Qgis-user] Problem loading map using QGIS web client on Windows 7

2013-01-24 Thread Andreas Neumann
Hi, Did you fire a browser development tool (like Firebug or the Chrome Dev tools) and watch the network requests? The first network request the webclient is doing is the GetCapabilities (or GetProjectSettings request). Actually, a likely cause is that you have an older version of QGIS

Re: [Qgis-user] Problem loading map using QGIS web client on Windows 7

2013-01-24 Thread zbynek
Hi Andreas, I have changed useGetProjectSettings to false (although I installed QGIS server just a few days ago) and watched progress in firebug. The first network request was

Re: [Qgis-user] Problem loading map using QGIS web client on Windows 7

2013-01-24 Thread Andreas Neumann
And what about javascript error messages? I don't believe that the Client is just stuck without any error message in the dev-tools. Did you look at the javascript error console? What is the error message? Or alternatively - is your server publically available so we can have a look at the

Re: [Qgis-user] Polygonize problem:Polygonize function doesn't overlay the shape file over the raster file.

2013-01-24 Thread Nick Hopton
I think Anita has already pointed you towards the answer to this question on SE. You must georeference the raster. Nick. -- View this message in context:

[Qgis-user] New qgis for android installer

2013-01-24 Thread Marco Bernasocchi
Hi all, So I'm finally back on working on QGIS for android. Currently thanks to the QGIS usergroup Switzerland and norbit.de I'm porting python QGIS to android. So stay tuned on that one. On the side, due to a bug [2] in the latest release of necessitas I created a workaround version of qgis. the

Re: [Qgis-user] New qgis for android installer

2013-01-24 Thread SÅ‚awomir Bienias
Hi, here is my Polish (pl) translation of strings.xml file: https://www.dropbox.com/s/goutzb56vpxbqgi/strings.xml Pozdrawiam, SÅ‚awomir Bienias Dnia czwartek, 24 stycznia 2013 20:49:38 piszesz: Hi all, So I'm finally back on working on QGIS for android. Currently thanks to the QGIS

Re: [Qgis-user] Polygonize problem:Polygonize function doesn't overlay the shape file over the raster file.

2013-01-24 Thread Giacomo Marchioro
Yes, if I georeferenced it before it works! The problem is that I'm using QGIS for mural paintings documentation so I've no valid CRS but now I'm trying to use a User Defined one. Thanks a lot Mr. Hopton!! Best regards, Giacomo Marchioro ___ Qgis-user

Re: [Qgis-user] Problem loading map using QGIS web client on Windows 7

2013-01-24 Thread zbynek
Unfortunately my server is not publicly available, however javascript issues this error message: TypeError: layerTree.root.firstChild is null layerTree.selectPath(layerTree.root.firstChild.getPath()); in file WebgisInit.js Also in network tab, i am getting parsing error message: XML Parsing