[postgis-devel] [PostGIS] #807: AsGML: miss the second Node
PostGIS
trac at osgeo.org
Sun Jan 23 06:27:04 PST 2011
#807: AsGML: miss the second Node
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
In the TopoCurve GML generated from AsGML is missing the 2nd Node.
Nel GML delle linee manca il secondo Node.
{{{
<rt:TopoCurve>
<rt:directedEdge>
<rt:Edge rt:id="E1">
<rt:directedNode orientation="-">
<rt:Node rt:id="N1"/>
</rt:directedNode>
<rt:directedNode>
--> here miss the Second Node
</rt:directedNode>
<rt:curveProperty>
...
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/807>
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