Ticket #276 (closed defect: fixed)
ST_AsGML - GML not compliant
| Reported by: | colivier | Owned by: | colivier |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.4.1 |
| Component: | postgis | Version: | 1.4.X |
| Keywords: | Cc: |
Description
Following problem are:
- Attribute dimension is not present in gml:pos and gml:posList (GML 3.1.1)
- GeometryCollection? must have as children geometryMember
Valid example below (GML 2.1.2 and 3.1.1)
<gml:MultiGeometry xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:4326"> <gml:geometryMember><gml:Point><gml:coordinates>1,2</gml:coordinates></gml:Point></gml:geometryMember> <gml:geometryMember> <gml:MultiPoint srsName="EPSG:4326"> <gml:pointMember><gml:Point><gml:coordinates>3,4</gml:coordinates></gml:Point></gml:pointMember> <gml:pointMember><gml:Point><gml:coordinates>5,6</gml:coordinates></gml:Point></gml:pointMember> </gml:MultiPoint> </gml:geometryMember> </gml:MultiGeometry>
Change History
Note: See
TracTickets for help on using
tickets.
