[Qgis-developer] Re: [Qgis-user] QGIS WMS client doesn't work with epsg:31467 and mapserver 6.0.1

Otto Dassau dassau at gbd-consult.de
Thu Feb 9 09:06:08 EST 2012


Hi Ivan,

thanks for your answer.

Am Thu, 09 Feb 2012 13:08:10 +0100
schrieb Ivan Mincik <ivan.mincik at gmail.com>:

> Hi Otto,
> 
> Can you check this issue: http://hub.qgis.org/issues/4946 if it is not
> Your problem.
> 
> If not, these are my usual steps:
> 
> 1. Is QGIS indicating in status bar that it is loading some image ? If
> not, it can be some problem with extent detection done when loading list
> of layers (GetCapabilities request). QGIS is loading images only for
> detected extent.

QGIS is loading something.

> 2. If it looks like that QGIS is loading something, but You see only
> blank images, you can check WMS server access logs to manually verify
> WMS requests send by QGIS (you can paste them here if You are not sure.)

yes, it loads something and QGIS zooms to the correct extend (I can see
that when I load the same map as shapefile) when I zoom to layer.

logfile output for blank image in epsg 32467 is (not working in QGIS):

CGI Request 1 on process 10023
mapserv request processing time (msLoadMap not incl.): 0.012s 
CGI Request 1 on process 10024 
msDrawMap(): rendering using
outputformat named png (AGG/PNG).
msDrawMap(): WMS/WFS set-up and query, 0.000s 
sDrawMap(): Layer 0 (Index_der_Luftbilder), 0.000s 
msDrawMap(): Drawing Label Cache, 0.000s
msDrawMap() total time: 0.001s
msSaveImage(stdout) total time: 0.000s
mapserv request processing time (msLoadMap not incl.): 0.001s

logfile output for image in epsg 4326 is (working):

CGI Request 1 on process 10036
mapserv request processing time (msLoadMap not incl.): 0.012s
CGI Request 1 on process 10037
msDrawMap(): rendering using outputformat named png (AGG/PNG).
msDrawMap(): WMS/WFS set-up and query, 0.000s
msDrawMap(): Layer 0 (Index_der_Luftbilder), 0.003s
msDrawMap(): Drawing Label Cache, 0.000s
msDrawMap() total time: 0.003s
msSaveImage(stdout) total time: 0.001s
mapserv request processing time (msLoadMap not incl.): 0.005s
CGI Request 1 on process 10038
msDrawMap(): rendering using outputformat named png (AGG/PNG).
msDrawMap(): WMS/WFS set-up and query, 0.000s
msDrawMap(): Layer 0 (Index_der_Luftbilder), 0.004s
msDrawMap(): Drawing Label Cache, 0.000s
msDrawMap() total time: 0.005s
msSaveImage(stdout) total time: 0.031s
mapserv request processing time (msLoadMap not incl.): 0.037s

I don't see any error here.

> 3. Also the usual problem is that WMS server is providing incorrect
> GetMap URL or GetFeatureInfo URL. You can set to ignore it in 'Create a
> new WMS connection dialog.'

Did that but nothing changed.

Regards
Otto



More information about the Qgis-developer mailing list