#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 , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
External ID: | → 933562 |
---|
Note:
See TracTickets
for help on using tickets.
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