Opened 20 years ago

Closed 20 years ago

#790 closed defect (fixed)

bad getWMSFeatureInfoURL FEATURE COUNT

Reported by: kafka@… Owned by: mapserverbugs
Priority: high Milestone:
Component: WMS Server Version: 4.3
Severity: normal Keywords:
Cc:

Description

In returned URL there is bad keyword FEATURECOUNT instead of FEATURE_COUNT. It 
goes from mapwmslayer.c row 688. Please change

msSetWMSParamInt(psWMSParams, "FEATURECOUNT", nFeatureCount);
to
msSetWMSParamInt(psWMSParams, "FEATURE_COUNT", nFeatureCount); 

Thank you

Change History (3)

comment:1 by sdlime, 20 years ago

Component: MapScriptWMS Server
Owner: changed from sdlime to mapserverbugs

comment:2 by dmorissette, 20 years ago

Status: newassigned
Duh!  Looking into this one now.

comment:3 by dmorissette, 20 years ago

Resolution: fixed
Status: assignedclosed
Fixed in both 4.3 (CVS head) and 4.2 branch (to be released in 4.2.2)
Note: See TracTickets for help on using tickets.