Opened 11 years ago
Closed 11 years ago
#877 closed defect (fixed)
Fail to serialize CurveString to WFS
Reported by: | christinebao | Owned by: | Christine Bao |
---|---|---|---|
Priority: | major | Milestone: | 3.8.0 |
Component: | FDO API | Version: | 3.8.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: | US8843 |
Description
Reported by Autodesk QA:
- Using MapGuide connect to a data source with CurveString.
- Try to publish the data source to WFS.
- Fail with exception: Unsupported geometry types.
This is because CurveString is unrecognized by GeometrySerializer. It can be supported in GML 3.1.1 as ArcString(schema http://schemas.opengis.net/gml/3.1.1/base/geometryPrimitives.xsd), but it is not supported in GML 2.1.2.
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | WFS_Curve.patch added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Submitted into trunk in rev 6978.