Ticket #1284 (closed defect: fixed)
ST_CreateTopoGeo: non-existent node
| Reported by: | strk | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | Cc: |
Description
An input derived from sample dataset in #1274 produces a "non-existent node" exception when feed to ST_CreateTopoGeo.
Robustness issues moving from GEOS to PostGIS, whoa ! :)
Here's the reduced version of the offending input, at the max reduction I was able to perform so far.
MULTILINESTRING( ( 832709.937 816560.25, 832705.813 816470.25, 832661.937 816561.875 ), ( 832705.812 816470.25, 832709.937 816560.25 ), ( 832661.938 816561.875, 832705.813 816470.25 ))
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

