Opened 17 years ago
Closed 17 years ago
#195 closed defect (fixed)
WFS: GetFeature GET request returns no features if MAXFEATURES is not set
Reported by: | chrisclaydon | Owned by: | chrisclaydon |
---|---|---|---|
Priority: | medium | Milestone: | 1.2 |
Component: | General | Version: | 1.2.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 943147 |
Description
The MAXFEATURES request parameter currently must be set to a value greater than zero in order to retrieve features using a WFS GetFeature request issued using GET.
If MAXFEATURES is not specified, or is set to a value less than zero, the desired behavior is that ALL features should be returned.
Note:
See TracTickets
for help on using tickets.
Fixed in 1.2.x by submission http://trac.osgeo.org/mapguide/changeset/1803
Fixed in trunk by submission http://trac.osgeo.org/mapguide/changeset/1804