[mapserver-users] Mapserver 5.6 and WMS 1.3.0

Carman, Darren darren.carman at infoterra-global.com
Thu Feb 9 06:25:37 EST 2012


Hi,

 

Can I ask whether Mapserver 5.6 is fully WMS 1.3.0 compliant? I see lots
of occurrences of OWS_1_3_0 within the code which makes me think it
should.

 

I have had to make the following changes in order to get my 1.3 requests
going through OK. Could somebody tell me whether or not I should be
doing this, i.e. are these separate bits of functionality that shouldn't
support 1.3.0 yet:

 

mapwms.c

=========

Line 92 in function msWMSException, added:

      else if (nVersion <= OWS_1_3_0)

        wms_exception_format = "XML";   /* WMS 1.3.0 */

This was to allow me to get through the exception parameter checking on
line 739 of function msWMSLoadGetMapParams (I believe WMS 1.3 has XML as
its default exception parameter).

 

mapwmslayer.c

=============

Line 518 in function msBuildWMSLayerURL, added:

      case OWS_1_3_0:

Also changed the error message to say it supports up to 1.3.0 rather
than 1.1.1.

 

I am hoping these changes won't cause me problems later on, but for now
they allow me to make 1.3.0 requests.

 

Regards,

Darren

 


Infoterra Ltd. Is part of the Astrium GEO-Information Services Division and a wholly owned subsidiary of Astrium, Europe's leading space systems and services specialist.

Disclaimer. The information contained in this e-mail and its attachments are confidential and intended only for the use of the named addressee(s). If you are not the intended addressee, please do not read, copy, use or disclose this message or its attachments. If you have received this message in error, please notify the sender immediately and delete or destroy all copies of this message and attachments in all media. Any views or opinions expressed are solely those of the author and do not necessarily represent those of Infoterra Ltd and shall not form part of any binding agreement.

Infoterra Limited a company registered in England under number 2359955 and having its registered office at Atlas House, 41 Wembley Road, Leicester, LE3 1UT. VAT number GB 476 0468 27. 

P Before printing, think about the environment 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20120209/65046b14/attachment.html


More information about the mapserver-users mailing list