Skip to content
Closed
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: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ set(PLACE_4 "Grand Prince Hotel Hiroshima")
set(PLACE_5 "RCC Bunka Center")


set(CH7_PLACE_1 ${PLACE_5})
set(CH7_ID_1 ${OSMID_5})
set(CH7_PLACE_1 ${PLACE_2})
set(CH7_ID_1 ${OSMID_2})
set(CH7_PLACE_2 ${PLACE_1})
set(CH7_ID_2 ${OSMID_1})

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

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

#---------------------------------------------
# minimum versions
Expand Down
12 changes: 6 additions & 6 deletions docs/basic/images/sql_function/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Files
#---------------------
set(PGR_WORKSHOP_IMG_FILES
sql_azimuth_fixed.png
sql_route_geom.png
sql_route_names.png
sql_route_readable.png
sql_route_geom_detail.png
route_azimuth.png
route_names.png
route_readable.png
route_final.png
good_directionality.png
wrong_directionality.png
)


foreach (f ${PGR_WORKSHOP_IMG_FILES})
if (PGR_WORKSHOP_VERBOSE_DEBUG)
message(STATUS " -> ${f}")
Expand Down
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/sql_function/route_azimuth.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/sql_function/route_final.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/sql_function/route_names.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed docs/basic/images/sql_function/sql_route_geom.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/basic/images/sql_function/sql_route_names.png
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 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 modified 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