[postgis-devel] [PostGIS] #815: topology: topology.asgml(topo, visitedTable) give wrong results

PostGIS trac at osgeo.org
Sun Jan 30 01:13:39 PST 2011


#815: topology:  topology.asgml(topo, visitedTable) give wrong results
-----------------------+----------------------------------------------------
 Reporter:  aperi2007  |       Owner:  strk         
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.0.0
Component:  topology   |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------
 Hi,
 executing topology.AsGML with this parameter it give wrong results.

 {{{
 select o.id, topology.asgml(o.topo_geom,'caricamento.test'::regclass) as
 gml from topo_test._linee_topo as o;
 }}}

 The results are all like this
 {{{
 <gml:TopoCurve><gml:directedEdge xlink:href="#E1" /></gml:TopoCurve>
 }}}

 they are wrong because the xlink:href with the anchor don't link to any of
 existent in the result-set.

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