MapGuide Open Source:  Home |  Download |  Internals

Ticket #108 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

WFS GetFeature BBOX shorthand filter URL parameter does not work

Reported by: chrisclaydon Assigned to: 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

05/08/07 12:21:11 changed by chrisclaydon

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in 1.2.x by submission: http://trac.osgeo.org/mapguide/changeset/1649

Fixed in trunk by submission: http://trac.osgeo.org/mapguide/changeset/1650

05/08/07 17:32:13 changed by rexszeto

  • external_id set to 933562.