Hi, BBOX is a required parameter of the WMS standard, which MapServer implements as of 5.0. See http://mapserver.gis.umn.edu/docs/faq/ogc-wms-getmap-required-parameters for more details. Given your ServiceException, it looks like you are missing the BBOX parameter in your GetMap request. ..Tom
________________________________ From: [EMAIL PROTECTED] on behalf of Rahkonen Jukka Sent: Thu 06-Mar-08 03:36 To: Christopher Schmidt; [email protected] Subject: Re: [MAPSERVER-USERS] Missing required parameter BBOX Hi, If it used to work before, and if you just changed projection of the mapfile to epsg:4326 withour changing the mapfile EXTENTS, the correcting extents might well make it work again. -Jukka Rahkonen- > -----Alkuperäinen viesti----- > Lähettäjä: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Puolesta > Christopher Schmidt > Lähetetty: 5. maaliskuuta 2008 21:35 > Vastaanottaja: [email protected] > Aihe: Re: [MAPSERVER-USERS] Missing required parameter BBOX > > On Wed, Mar 05, 2008 at 11:31:34AM -0800, cfb wrote: > > > > Hi again, > > > > I'm having problems with the projections of my WMS (working with > > MapServer > > 5.0.2 for Windows). I've changed the SRS of the header's > mapfile into > > EPSG > > 4326 (before it was EPSG 23030), and also the epsg of one > layer (which > > reference system I'd already changed to 4326). I'd left the other > > layer with EPSG 23030. > > > > When I try to GetMap with a client the WMS works but I > don't see the > > image (sid), I get this error: > > "msWMSLoadGetMapParams(): WMS server error. Missing > required parameter BBOX" > > What is the URL you are using? Does it have a bbox in it? > > > -- > Christopher Schmidt > MetaCarta > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users > _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
