osrm-backend/src/server
FILLAU Jean-Maxime 8e70c87e64 New "sides" setting in base parameters for phantom nodes.
- Adding sides parameter into base parameters, it can take the values SIDE, OPPOSITE or DEFAULT.
 - Adding url parser for "sides" parameter, url values are "s" for SIDE, "o" for OPPOSITE and "d" for DEFAULT, example : "sides=s;s".
 - Checking parameters, if "sides" parameter is used, the number of parameter is the same as number of location.
 - Create a phantom to start at side driving or Opposite side driving.

Signed-off-by: FILLAU Jean-Maxime <jean-maxime.fillau@mapotempo.com>
2017-05-30 10:19:41 +00:00
..
api Fixes various compiler diagnostics 2017-01-06 16:47:52 +01:00
http Fix code of InternalError 2016-04-05 22:59:14 +02:00
service New "sides" setting in base parameters for phantom nodes. 2017-05-30 10:19:41 +00:00
connection.cpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
request_handler.cpp Logs the current thread's id in assertions and for requests, resolves #3534 2017-01-12 16:43:03 +01:00
request_parser.cpp Removes server-side support for POST requests. 2016-04-05 22:59:14 +02:00
service_handler.cpp remove util self-written make_unique and use C++14 stdlib make_uniqe 2016-10-17 15:27:14 -07:00