Opened 12 years ago
Closed 12 years ago
#1857 closed defect (fixed)
AddEdgeModFace and AddEdgeNewFace fail to detect mismatch start/endpoint param
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.1 |
Component: | postgis | Version: | 2.0.x |
Keywords: | Cc: |
Description
If you specify the same node number for start and end node but then pass an edge where the first point matches the node and the second doesn't what you get is the confusing error message in #1774 (lwpoly_from_lwlines: shell must have at least 4 points)
Instead, you should get "end node not geometry end point" or something like that.
Note:
See TracTickets
for help on using tickets.
r9864 in 2.0 branch, r9865 in trunk