osrm-backend/server
Daniel Patterson 1536d1c044 Add bearing filter support to viaroute, trip, nearest, and distance
table plugins.
Make bearing range configurable by adding a comma-separated second part
to the bearing paramenter, like so:

    b=<bearing:0-359>(,<range:0-180>)

If no range is supplied, it defaults to +/- 10 degrees.
2015-11-17 16:35:20 -05:00
..
data_structures Adds support for a new b= parameter on the viaroute and match 2015-10-06 11:15:10 +02:00
http Remove hand written conversion code and replace with stdlib features. 2015-09-29 16:15:54 +02:00
api_grammar.hpp Add bearing filter support to viaroute, trip, nearest, and distance 2015-11-17 16:35:20 -05:00
connection.cpp Extend compressed output lifetime till the async write function finishes. 2015-09-16 02:06:58 +02:00
connection.hpp Extend compressed output lifetime till the async write function finishes. 2015-09-16 02:06:58 +02:00
request_handler.cpp Remove hand written conversion code and replace with stdlib features. 2015-09-29 16:15:54 +02:00
request_handler.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
request_parser.cpp Bugfix: allow POST request without POST data 2015-09-24 14:40:35 +02:00
request_parser.hpp Handle POST request when spanning multiple packets 2015-05-31 21:34:38 +02:00
server.hpp Remove hand written conversion code and replace with stdlib features. 2015-09-29 16:15:54 +02:00