[Mapserver-dev] WMS VERSION=1.0.0 and Format in Capabilities
Frank Warmerdam
warmerdam at pobox.com
Mon Sep 27 14:29:09 EDT 2004
Folks,
If I issue a VERSION=1.0.0 GetCapabilities against my MapServer recently
built from CVS, I get a capabilities document which includes:
<Capability>
<Request>
<Map>
<Format><GIF /><PNG /><JPEG /><WBMP /></Format>
<DCPType>
<HTTP>
<Get onlineResource="http://localhost:9001/cgi-bin/mapserv?map=/u/www/drg_map/demo.map&" />
<Post onlineResource="http://localhost:9001/cgi-bin/mapserv?map=/u/www/drg_map/demo.map&" />
</HTTP>
</DCPType>
</Map>
This is causing the WMS support in JUMP to crap out and I suspect that the
list of formats is being XML escaped when it should not be. That is, I think
it should look like:
<Format><GIF/><PNG/><JPEG/><WMBP/></Format>
Can anyone confirm this? Should I fix it? Submit to bugzilla?
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
More information about the mapserver-dev
mailing list