Changes between Initial Version and Version 1 of Ticket #4934
- Timestamp:
- 06/28/21 10:02:50 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4934 – Description
initial v1 5 5 Such functions are (list to be grown I guess): 6 6 7 - topology.AddEdge (does not do edge linking nor face labeling) 7 - AddEdge (does not do edge linking nor face labeling) 8 - AddNode (allows inserting isolated nodes with wrong containing_face) 9 10 11 Another idea would be to *allow* creating invalid topology but somehow encode the kind of invalidity when doing so. For example in the AddLineStringNoFace function used as part of the proposed https://git.osgeo.org/gitea/postgis/postgis/pulls/28 change we encode the concept of "unknown side faces" by using the -1 pivot value in the left_face and right_face of edges with such unknown faces.