Ticket #804 (closed defect: invalid)
ST_AsGML: srsName not compliant ?
| Reported by: | strk | Owned by: | coliver |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
select st_asgml(3, 'SRID=3819;LINESTRING(0 0, 1 0)'::geometry, 0, 1) <gml:Curve srsName="urn:ogc:def:crs:EPSG::3819"> <gml:segments> <gml:LineStringSegment> <gml:posList srsDimension="2">0 0 1 0</gml:posList> </gml:LineStringSegment> </gml:segments> </gml:Curve>
Note the srsName: "urn:ogc:def:crs:EPSG::3819"
Isn't there a column too much ?
Change History
Note: See
TracTickets for help on using
tickets.
