Opened 12 years ago

Closed 12 years ago

#402 closed defect (fixed)

ApplyFilter - set srsName

Reported by: adube Owned by: adube
Priority: major Milestone: 1.2.0
Component: widgets Version: trunk
Keywords: bis-1.2.0 Cc:

Description

Currently

The srsName property of the WFS GetFeature request is always equal to "EPSG:4326" because the property is not set in the WFS protocol. Most of the time, this is ignored and the defaultSRS is used by MapServer.

Issue

On rare occasions, the srsName property is used, resulting in having no features returned and the following error message :

msWFSGetFeature(): WFS server error. Invalid GetFeature Request:Invalid SRS. 
Please check the capabilities and reformulate your request.

Fix

Setting the srsName property would fix the issue.

Change History (1)

comment:1 by adube, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r1297. The "srsName" is now equal to the map projection.

Note: See TracTickets for help on using tickets.