-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function to find closest point on polyline #10
Add function to find closest point on polyline #10
Conversation
utl is missing in |
CMakeLists.txt
Outdated
@@ -22,4 +22,4 @@ target_compile_features(geo-test PUBLIC cxx_std_17) | |||
if (NOT MSVC) | |||
set_target_properties(geo-test PROPERTIES COMPILE_FLAGS "-Wall -Wextra") | |||
endif() | |||
target_link_libraries(geo-test geo doctest) | |||
target_link_libraries(geo-test geo utl doctest) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
target_link_libraries(geo-test geo utl doctest) | |
target_link_libraries(geo-test geo doctest) |
Der Test selbst bindet kein utl
ein.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied in 1fbf9d0
Duplicates
osr::distance_to_way()
intogeo
repository.This version removes some fields, that currently are not needed.