Ticket #3934 (closed defect: fixed)
GML3: directedEdge: Failed to get LineString geometry in curveProperty
| Reported by: | strk | Owned by: | rouault |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.8.1 |
| Component: | OGR_SF | Version: | 1.8.0 |
| Severity: | normal | Keywords: | gml directededge |
| Cc: |
Description
The curveProperty contains GML3 version, so no LineString? but Curve:
<gml:curveProperty>
<gml:Curve srsName="urn:ogc:def:crs:EPSG::4326">
<gml:segments >
<gml:LineStringSegment>
<gml:posList srsDimension="2">21 6 21 14</gml:posList>
</gml:LineStringSegment>
</gml:segments>
</gml:Curve>
</gml:curveProperty>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

