[postgis-devel] [PostGIS] #804: ST_AsGML: srsName not compliant ?

PostGIS trac at osgeo.org
Sat Jan 22 09:44:47 PST 2011


#804: ST_AsGML: srsName not compliant ?
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  coliver      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 {{{
 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 ?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/804>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list