[postgis-tickets] [PostGIS] #2955: ST_AsGML is missing some protos

PostGIS trac at osgeo.org
Sat Oct 4 17:04:44 PDT 2014


#2955: ST_AsGML is missing some protos
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.5
Component:  postgis  |     Version:  2.1.x        
 Keywords:           |  
---------------------+------------------------------------------------------
 I just noticed that the most common proto versions of ST_AsGML have been
 remarked out.  Not sure why that was done and when it was done, but I'm
 putting them back.

 These two were remarked out:


 {{{
         <funcprototype>
                                 <funcdef>text
 <function>ST_AsGML</function></funcdef>
                                 <paramdef><type>geometry </type>
 <parameter>geom</parameter></paramdef>
                                 <paramdef choice="opt"><type>integer
 </type> <parameter>maxdecimaldigits=15</parameter></paramdef>
                                 <paramdef choice="opt"><type>integer
 </type> <parameter>options=0</parameter></paramdef>
                         </funcprototype>
                         <funcprototype>
                                 <funcdef>text
 <function>ST_AsGML</function></funcdef>
                                 <paramdef><type>geography </type>
 <parameter>geog</parameter></paramdef>
                                 <paramdef choice="opt"><type>integer
 </type> <parameter>maxdecimaldigits=15</parameter></paramdef>
                                 <paramdef choice="opt"><type>integer
 </type> <parameter>options=0</parameter></paramdef>
                         </funcprototype>
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2955>
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-tickets mailing list