Skip to content

Commit e6ec186

Browse files
committed
Using pgr_separateTouching on the documentation
1 parent f8e5b33 commit e6ec186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/pgRouting-concepts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ Visually the edges seem to be connected, but internally they are not.
680680

681681
.. figure:: images/touching_edges.png
682682

683-
The validity of the information is application dependant.
683+
The validity of the information is application dependent.
684684

685685
- Maybe there is a small barrier for vehicles but not for pedestrians.
686686

@@ -726,7 +726,7 @@ be used.
726726
.. rubric:: Prepare tables
727727

728728
In this example: the edges table will need an additional column and the vertex
729-
table will be rebuild completelly.
729+
table will be rebuilt completely.
730730

731731
.. literalinclude:: concepts.queries
732732
:start-after: -- connect3
@@ -757,7 +757,7 @@ Using :doc:`pgr_extractVertices` create the table.
757757

758758
.. rubric:: Update other values
759759

760-
In these example only ``cost`` and ``reverse_cost`` are updated, where they are
760+
In this example only ``cost`` and ``reverse_cost`` are updated, where they are
761761
based on the length of the geometry and the directionality is kept using the
762762
``sign`` function.
763763

0 commit comments

Comments
 (0)