Skip to content

Commit f523eba

Browse files
committed
Fixing issues reported by rabbit
1 parent b8c1c4f commit f523eba

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

CMakeLists.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,27 +68,24 @@ set(OSMID_3 "11045827672")
6868
set(OSMID_4 "9452115611")
6969
set(OSMID_5 "11045833969")
7070

71-
set(LAT1 "-1.422066")
72-
set(LON1 "-48.45665")
73-
74-
7571
# 3->1: routes for vehicles with penalty & no penalty must be different
7672
set(PLACE_1 "Auckland University of Technology")
7773
set(PLACE_2 "The Band Rotunda")
7874
set(PLACE_3 "Four Points by Sheraton")
7975
set(PLACE_4 "Sky tower")
80-
set(PLACE_5 "Emily place Reserve")
76+
set(PLACE_5 "Emily Place Reserve")
8177

8278

79+
# Example reference point (e.g., near Emily Place Reserve)
80+
set(CH7_PLACE_1 ${PLACE_5})
81+
set(CH7_OSMID_1 ${OSMID_5})
8382
set(POINT1_LAT "-36.8471438")
8483
set(POINT1_LON "174.7710042")
84+
85+
# Example reference point (e.g., near Auckland University of Technology)
8586
set(POINT2_LAT "-36.8524328")
8687
set(POINT2_LON "174.766749")
87-
88-
# by chapters
89-
set(CH7_PLACE_1 ${PLACE_5})
9088
set(CH7_PLACE_2 ${PLACE_1})
91-
set(CH7_OSMID_1 ${OSMID_5})
9289
set(CH7_OSMID_2 ${OSMID_1})
9390

9491

docs/basic/graphs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ undirected graph is a set of vertices that are all reachable from each other.
7373
OR EMTPY SET
7474
7575
Description of the function can be found in `pgr_extractVertices
76-
<https://docs.pgrouting.org/latest/en/pgr_connectedComponents.html>`__
76+
<https://docs.pgrouting.org/latest/en/pgr_extractVertices.html>`__
7777

7878
Exercise 1: Create a vertices table
7979
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)