Opened 13 years ago

Closed 6 years ago

#780 closed defect (fixed)

Fix a problem in WMS GetFeatureInfoRequest

Reported by: samwang Owned by: gregboone
Priority: major Milestone: 3.7.0
Component: WMS Provider Version: 3.7.0
Severity: 3 Keywords:
Cc: External ID:

Description

This submission fixes a problem in WMS GetFeatureInfo command request.

The problem is that when sending a WMS GetFeatureInfo request, the command should take "i", "j" parameter which is the pixel location in horizontal and vertical direction should be of a integer. However, previous code format it as a

double value which causes most servers return an exception message stating that

input value format is invalid. This submission fixes this problem.

Change History (1)

comment:1 by jng, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.