Opened 13 years ago

Closed 13 years ago

#3765 closed defect (fixed)

WMS SLD query with reprojection failing

Reported by: warmerdam Owned by: assefa
Priority: normal Milestone: 6.0 release
Component: WMS Server Version: svn-trunk (development)
Severity: normal Keywords:
Cc: assefa

Description

The msautotest/wxs/wms_sld_proj.map test is failing, as no features are selected. The same test works fine with 5.6 branch.

The problem seems to be that in msWMSLoadGetMapParams() the msQueryByFilter() function is being called (via msSLDApplySLD()) *before* reprojection is applied to the BBOX. I am guessing the msSLDApplySLD() call needs to be deferred further down in the processing of msWMSLoadGetMapParams() but I'm unfamiliar with the code and am hesitant to fiddle too much.

I have skimmed the history of the function but it is not immediately clear what change broke this test.

Change History (4)

comment:1 by warmerdam, 13 years ago

Milestone: 6.0 release

comment:2 by warmerdam, 13 years ago

Version: unspecifiedsvn-trunk (development)

comment:3 by assefa, 13 years ago

Owner: changed from mapserverbugs to assefa

comment:4 by assefa, 13 years ago

Resolution: fixed
Status: newclosed

committed in r11325. msautotest image was also updated to reflect agg output r11326

Note: See TracTickets for help on using tickets.