Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#108 closed defect (fixed)

WFS GetFeature BBOX shorthand filter URL parameter does not work

Reported by: chrisclaydon Owned by: chrisclaydon
Priority: medium Milestone: 1.2
Component: General Version: 1.2.0
Severity: minor Keywords:
Cc: External ID: 933562

Description

A WFS GetFeature request made using URL GET parameters should support the BBOX parameter as a shorthand for a full OGC spatial filter. However, the web tier lacks information about the required geometry property, and therefore this doesn't currently work.

The solution is to use a placeholder for the geometry property in the filter created by the web tier (%MG_GEOM_PROP%). This is replaced on the server-side with the real geometry property.

Change History (2)

comment:1 by chrisclaydon, 17 years ago

Resolution: fixed
Status: newclosed

comment:2 by rexszeto, 17 years ago

External ID: 933562
Note: See TracTickets for help on using tickets.