Opened 13 years ago
Closed 13 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.
Note:
See TracTickets
for help on using tickets.
Fixed in r1297. The "srsName" is now equal to the map projection.