Opened 14 years ago
Closed 14 years ago
#1602 closed defect (fixed)
WFS GetFeature with Http post doesn't support GML2 output format
Reported by: | liuar | Owned by: | liuar |
---|---|---|---|
Priority: | low | Milestone: | 2.3 |
Component: | General | Version: | 2.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: | 1385974 |
Description
The output format parameter(GML2 and GML3) for GetFeature request is not standard output format defined by OGC, which should be text/xml; subtype=gml/2.1.2 and text/xml; subtype=gml/3.1.1.
For HTTP get, MapGuide translates the non-standalized parameter to standalized one by ProcessArgumentAs() in RequestParameter().
It is also needed for HTTP post to translate these parameters
Note:
See TracTickets
for help on using tickets.
Changeset [5553] for trunk
Changeset [5554] for adsk branch.