File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -76,20 +76,16 @@ set(PLACE_4 "Sky tower")
7676set (PLACE_5 "Emily Place Reserve" )
7777
7878
79- # Example reference point (e.g., near Emily Place Reserve)
8079set (CH7_PLACE_1 ${PLACE_5} )
8180set (CH7_OSMID_1 ${OSMID_5} )
8281set (CH7_PLACE_2 ${PLACE_1} )
8382set (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
Original file line number Diff line number Diff 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
1717set (PGR_WORKSHOP_SUBDIRS
Original file line number Diff line number Diff 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
1414foreach (dir ${PGR_WORKSHOP_IMG_SUBDIRS} )
You can’t perform that action at this time.
0 commit comments