File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed
Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ milestone for 3.8.0
3838* [ #2873 ] ( https://github.com/pgRouting/pgrouting/issues/2873 ) :
3939 Promoted to official pgr_separateCrossing in version 3.8
4040
41+ * [ #2874 ] ( https://github.com/pgRouting/pgrouting/issues/2874 ) :
42+ Promoted to official pgr_separateTouching in version 3.8
43+
4144** Proposed functions**
4245
4346* Contraction
Original file line number Diff line number Diff line change @@ -80,12 +80,6 @@ Proposed Functions
8080 :start-after: official-start
8181 :end-before: official-end
8282
83- .. rubric :: Utilities
84-
85- .. include :: topology-functions.rst
86- :start-after: utility_proposed-start
87- :end-before: utility_proposed-end
88-
8983.. toctree ::
9084 :hidden:
9185
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ milestone for 3.8.0
6969* `#2873 <https://github.com/pgRouting/pgrouting/issues/2873 >`__:
7070 Promoted to official pgr_separateCrossing in version 3.8
7171
72+ * `#2874 <https://github.com/pgRouting/pgrouting/issues/2874 >`__:
73+ Promoted to official pgr_separateTouching in version 3.8
74+
7275.. rubric :: Proposed functions
7376
7477* Contraction
Original file line number Diff line number Diff line change @@ -50,19 +50,14 @@ Utility functions
5050 table information.
5151- :doc: `pgr_findCloseEdges ` - Finds close edges of points on the fly
5252- :doc: `pgr_separateCrossing ` - Breaks geometries that cross each other.
53+ - :doc: `pgr_separateTouching ` - Breaks geometries that (almost) touch each other.
5354
5455.. utility_official-end
5556
5657 .. include :: proposed.rst
5758 :start-after: warning-begin
5859 :end-before: end-warning
5960
60- .. utility_proposed-start
61-
62- - :doc: `pgr_separateTouching ` - Breaks geometries that (almost) touch each other.
63-
64- .. utility_proposed-end
65-
6661.. toctree ::
6762 :hidden:
6863
Original file line number Diff line number Diff line change 88 ************************************************************************** **
99
1010.. index ::
11- single: Utilities ; pgr_separateTouching - proposed on v3.8.0
12- single: separateTouching - proposed on v3.8.0
11+ single: Utilities ; pgr_separateTouching
12+ single: separateTouching
1313
1414|
1515
@@ -23,6 +23,7 @@ are properly connected at endpoints
2323
2424.. rubric :: Version 3.8.0
2525
26+ * Function promoted to official.
2627* New proposed function.
2728
2829Description
You can’t perform that action at this time.
0 commit comments