[mapserver-users] wms version 1.3 bbox problems

2010-05-05 Thread Travis Kirstine
Hi, I'm currently running ms 5.4.2 and am having difficulties with wms version 1.3. I am using MapInfo as the client and it seems that it is hard coded wms version 1.3 if available from the service. It seems that there is bbox issue when passing GetMap request to the service. Is there something

Re: [mapserver-users] wms version 1.3 bbox problems

2010-05-05 Thread Yewondwossen Assefa
Hi, What does the GetMap request looks like, specifically the bbox coordinates and the projection? For wms 1.3.0, bbox coordinates are expected for projections such as espg:4326 to use the inverse axe order (lat/long instead of long/lat)? regards, On 05/05/2010 11:54 AM, Travis Kirstine

Re: [mapserver-users] wms version 1.3 bbox problems

2010-05-05 Thread Travis Kirstine
It appears that the bbox in the reverse order for 1.3, is there a work around? wms.php?cid=27VERSION=1.3.0REQUEST=GetMapLAYERS=Imagery_groupSTYLES=CRS=EPSG:4269BBOX=-180,-90,180,90WIDTH=636HEIGHT=318FORMAT=image/pngTRANSPARENT=TRUEBGCOLOR=0xFFEXCEPTIONS=XML HTTP/1.1 200 166460 - C:\\Program

Re: [mapserver-users] wms version 1.3 bbox problems

2010-05-05 Thread Yewondwossen Assefa
You could possibly look into using mapscript wrapper for WxS services (http://mapserver.org/ogc/mapscript.html) and possibly change the version programatically or the order of the bbox. regards, On 05/05/2010 2:29 PM, Travis Kirstine wrote: It appears that the bbox in the reverse order for

Re: [mapserver-users] wms version 1.3 bbox problems

2010-05-05 Thread Guillaume Sueur
And don't forget to check that user-agent is MAPINFOW.EXE before doing that, or you would screw up requests sent by OGC specs respectful clients. If you want to change the order of coordinates, only do it for EPSG codes between 4000 and 5000... Regards, Guillaume Le 05/05/2010 21:08,