Opened 17 years ago

Closed 17 years ago

#2385 closed defect (fixed)

WMS Connections do not accept WMS version 1.0.1

Reported by: dmorissette Owned by: dmorissette
Priority: normal Milestone: 5.0.1 release
Component: WMS Client Version: unspecified
Severity: normal Keywords:
Cc:

Description

It has been reported that layers using connectiontype WMS do not accept WMS 1.0.1 as a supported version.

MapServer produces the error:

"WMS connection error. MapServer supports only WMS 1.0.0 to 1.1.1 (please verify the VERSION parameter in the connection string)."

This is probably just an oversight. Just need to add 1.0.1 to the switch statement in msBuildWMSLayerURL().

Change History (2)

comment:1 by dmorissette, 17 years ago

Component: MapServer C LibraryWMS Client
Owner: changed from sdlime to dmorissette

comment:2 by dmorissette, 17 years ago

Resolution: fixed
Status: newclosed

Fixed by adding OWS_1_0_1 to the switch statement in msBuildWMSLayerURL() in 5.1-dev (r7003) and backported to branch-5-0 to be included in 5.0.1 (r7004).

Note: See TracTickets for help on using tickets.