Opened 14 years ago
Closed 14 years ago
#807 closed defect (fixed)
AsGML: miss the second Node
Reported by: | aperi2007 | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
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> ...
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by r6702 Was a line left as commented-out sine last debugging session. Encoding proper regression testing gets high priority...
Note:
See TracTickets
for help on using tickets.
I see even in the TopoSurface is missing the second node.