Bug 994

Summary: [Chameleon - Locate] Locate widget fails with MapServer 4.4
Product: Chameleon Reporter: Paul Spencer <pspencer@dmsolutions.ca>
Component: WidgetAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description From 2005-03-24 16:06:25
The Locate widget makes an assumption on the formatting of the projection
returned by MapServer.  In 4.4, MapServer has started to return projections
prefixed with a "+" so what was previously "init=epsg:4326" is now
"+init=epsg:4326".  This is causing checks for reprojection to fail.
------- Comment #1 From 2005-03-24 16:08:43 -------
fixed in CVS in 2.1, needs to be in 2.0 as well.