[postgis-devel] [PostGIS] #801: topology: in the AsGML the namespace is better as parameter

PostGIS trac at osgeo.org
Sat Jan 22 08:28:44 PST 2011


#801: topology: in the AsGML the namespace is better as parameter
-------------------------+--------------------------------------------------
 Reporter:  aperi2007    |       Owner:  strk         
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  topology     |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by strk):

 So, for (say) a prefix of 'RT' you'd have:

 {{{
 <RT:Edge RT:id="E1">
  <RT:directedNode>...</RT:directedNode>
  <RT:directedNode orientaion="-">...</RT:directedNode>
 </RT:Edge>
 }}}

 Correct ?
 This would be in sync with the ST_AsGML one, producing something like
 this:

 {{{
  <rt:Curve srsName="urn:ogc:def:crs:EPSG::4326">
   <rt:segments>
    <rt:LineStringSegment>
     <rt:posList srsDimension="2">0 0 10 0</rt:posList>
    </rt:LineStringSegment>
   </rt:segments>
  </rt:Curve>
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/801#comment:2>
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