Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,16 @@ set(PLACE_4 "Sky tower")
set(PLACE_5 "Emily Place Reserve")


# Example reference point (e.g., near Emily Place Reserve)
set(CH7_PLACE_1 ${PLACE_5})
set(CH7_OSMID_1 ${OSMID_5})
set(CH7_PLACE_2 ${PLACE_1})
set(CH7_OSMID_2 ${OSMID_1})

set(POINT1_LAT "-36.8471438")
set(POINT1_LON "174.7710042")

# Example reference point (e.g., near Auckland University of Technology)
set(POINT2_LAT "-36.8524328")
set(POINT2_LON "174.766749")

set(POINT1_LAT "-36.850329")
set(POINT1_LON "174.763094")

set(POINT2_LAT "-36.853675")
set(POINT2_LON "174.764448")

#---------------------------------------------
# minimum versions
Expand Down
2 changes: 1 addition & 1 deletion docs/basic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(PGR_WORKSHOP_FILES
pedestrian.rst
vehicle.rst
sql_function.rst
plpgsql_function.rst
withPoints.rst
)

set(PGR_WORKSHOP_SUBDIRS
Expand Down
2 changes: 1 addition & 1 deletion docs/basic/images/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(PGR_WORKSHOP_IMG_SUBDIRS
vehicle
graphs
sql_function
plpgsql_function
withPoints
)

foreach (dir ${PGR_WORKSHOP_IMG_SUBDIRS})
Expand Down
Binary file removed docs/basic/images/plpgsql_function/ch8-e7.png
Binary file not shown.
Binary file removed docs/basic/images/plpgsql_function/ch8-taxinet.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/basic/images/plpgsql_function/ch8-walknet.png
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
# Files
#---------------------
set(PGR_WORKSHOP_IMG_FILES
closest_vertex.png
ch8-e7.png
ch8-taxinet.png
ch8-vehiclenet.png
ch8-walknet.png
)
points_on_map.png
points_routing.png
)


foreach (f ${PGR_WORKSHOP_IMG_FILES})
Expand Down
Binary file added docs/basic/images/withPoints/points_on_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/basic/images/withPoints/points_routing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading