Skip to content

Commit cc0162e

Browse files
committed
(build) Adjusting the points and filenames
1 parent 9950cd3 commit cc0162e

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

CMakeLists.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,16 @@ set(PLACE_4 "Sky tower")
7676
set(PLACE_5 "Emily Place Reserve")
7777

7878

79-
# Example reference point (e.g., near Emily Place Reserve)
8079
set(CH7_PLACE_1 ${PLACE_5})
8180
set(CH7_OSMID_1 ${OSMID_5})
8281
set(CH7_PLACE_2 ${PLACE_1})
8382
set(CH7_OSMID_2 ${OSMID_1})
8483

85-
set(POINT1_LAT "-36.8471438")
86-
set(POINT1_LON "174.7710042")
87-
88-
# Example reference point (e.g., near Auckland University of Technology)
89-
set(POINT2_LAT "-36.8524328")
90-
set(POINT2_LON "174.766749")
91-
84+
set(POINT1_LAT "-36.850329")
85+
set(POINT1_LON "174.763094")
9286

87+
set(POINT2_LAT "-36.853675")
88+
set(POINT2_LON "174.764448")
9389

9490
#---------------------------------------------
9591
# minimum versions

docs/basic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(PGR_WORKSHOP_FILES
1111
pedestrian.rst
1212
vehicle.rst
1313
sql_function.rst
14-
plpgsql_function.rst
14+
withPoints.rst
1515
)
1616

1717
set(PGR_WORKSHOP_SUBDIRS

docs/basic/images/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(PGR_WORKSHOP_IMG_SUBDIRS
88
vehicle
99
graphs
1010
sql_function
11-
plpgsql_function
11+
withPoints
1212
)
1313

1414
foreach (dir ${PGR_WORKSHOP_IMG_SUBDIRS})

0 commit comments

Comments
 (0)