Hi list,

I find where the problem is:

Here is the request send by QGIS:
http://localhost/cgi-bin/mapserv_wms?
        SERVICE=WMS&VERSION=1.0.0&
        REQUEST=GetMap&
        BBOX=203772.550229,2397786.527221,289662.028017,2470855.241209&
        SRS=EPSG:27582&
        WIDTH=892&HEIGHT=758&
        LAYERS=departements&
        FORMAT=image/png&TRANSPARENT=TRUE

Here is the correct one (the boox is not equivalent to the last request but 
both are close to Paris, France):
http://localhost/cgi-bin/mapserv_wms?SERVICE=WMS&;
        VERSION=1.1.1&REQUEST=GetMap&
        
BBOX=601145.6388854936,2424122.2621656144,604743.970275728,2426768.094070199&
        SRS=EPSG:27582&
        WIDTH=892&HEIGHT=758&
        LAYERS=departements&
        FORMAT=jpeg&TRANSPARENT=TRUE

The two bbox are completly different! And the second one (601145,2424122) 
seems correct to me.

All projections are correct: projection project: 27582, mapfile: 27582, etc.

Any ideas?

Y.
Le Wednesday 30 January 2008 10:59:58 Marco Hugentobler, vous avez écrit :
> Hi Yves,
>
> Yes, difficult to find the reason without access to the server.
>
> One thing that happens very often is that the mapserver has layers with
> scale dependent visibility. If you access such layers with QGIS, it will
> zoom to the full extent initially, and the mapserver then displays a blank
> image. If you zoom to the right extent, the image will show up.
>
> Not sure however if this applies for your particular case.
>
> Regards,
> Marco
>
> Am Mittwoch 30 Januar 2008 10:40:47 schrieb Jacolin Yves:
> > This is a local service and I have no way to share it. Sorry about this,
> > I know this won't help you so much.
> >
> > Could I send the mapfile?
> >
> > Y.
> >
> > Le Wednesday 30 January 2008 10:31:33 Otto Dassau, vous avez écrit :
> > > Hi Jacolin,
> > >
> > > can you send a link to your wms server, so we can test?
> > >
> > > Regards,
> > >  Otto
> > >
> > > On Wed, 30 Jan 2008 10:29:38 +0100
> > >
> > > Jacolin Yves <[EMAIL PROTECTED]> wrote:
> > > > Hi,
> > > >
> > > > I have a small problem with my own WMS service. I don't know where to
> > > > ask, as you can see, it is not easy to find the reason of my problem.
> > > >
> > > > Description: A WMS Service is hosted in my localhost, using mapserver
> > > > 4.10.3. This WMS is working with my navigator (by requesting directly
> > > > the server), with gvSIG.
> > > >
> > > > With QGIS, this is completly different, this is not link to one
> > > > release as I tested it with the 0.8.1, 0.9.1 and the futur 0.9.2. The
> > > > layer is loaded in QGIS, nothing appear in the map windows, if I
> > > > click right on the layer name to load the properties windows, I can
> > > > see the result of the GetCapabilities request (well I suppose that it
> > > > is a result from the GetCapabilities request). I can see all
> > > > information about my layers.
> > > >
> > > > Do you know why my map does not appear in the map windows ?
> > > >
> > > > Thanks for any tips you could provide,
> > > >
> > > > Y.



-- 
Yves Jacolin
---
http://softlibre.gloobe.org
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user

Reply via email to