[postgis-devel] [PostGIS] #803: AsGML: In the topoSurface miss the Face and directedEdge tags

PostGIS trac at osgeo.org
Sat Jan 22 05:39:01 PST 2011


#803: AsGML: In the topoSurface miss the Face and directedEdge tags
-----------------------+----------------------------------------------------
 Reporter:  aperi2007  |       Owner:  strk         
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.0.0
Component:  topology   |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------
 In the TopoSurface miss the Face and directedEdge tags

 actually it give:

 <gml:TopoSurface>
 <gml:directedFace>
 <gml:Edge gml:id="E41890">

 Instead it must give:
 (in the version without xlink::href)

 <gml:TopoSurface>
 <gml:directedFace>
 <gml:Face gml:id="Face_2_71343_1">
 <gml:directedEdge>
 <gml:Edge gml:id="..">
 ...

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/803>
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