Opened 14 years ago

Closed 14 years ago

#3424 closed defect (fixed)

Save query with attribute queries should save the extent used...

Reported by: sdlime Owned by: sdlime
Priority: normal Milestone: 5.6.4 release
Component: MapServer C Library Version: 5.6
Severity: normal Keywords:
Cc:

Description

...otherwise it's possible for the query to fail depending on the extent set by the application. The msQueryByAttributes() function uses map->extent now.

Fix is to set the query.rect property in the CGI and MapScript and update the msQueryByAttributes() function to use it instead of map->extent. I've tested on a client's server and it works well.

Steve

Change History (1)

comment:1 by sdlime, 14 years ago

Resolution: fixed
Status: newclosed

Committed in trunk (r10112) and 5.6 branch (r101113). Marking as fixed.

Steve

Note: See TracTickets for help on using tickets.