osrm-backend/features/support
Patrick Niklaus 78ac3cffde Add max values for viaroute and trip and reorganize return code handling
"status" is now always:
 - 200 if the request was successful
 - 207 if the result is empty (no path found)
 - 400 if the request is invalid

 viaroute and trip now have a maximum of 500 and 100 locations
 respectively. Override with the --max-viaroute-size and --max-trip-size
 parameters.
2015-12-17 04:14:34 +01:00
..
config.rb Expose component size variable as command-line option (this allows testing of big/small components in cucumber tests). 2015-12-11 16:53:10 +01:00
data.rb Expose component size variable as command-line option (this allows testing of big/small components in cucumber tests). 2015-12-11 16:53:10 +01:00
env.rb Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
exceptions.rb
file.rb
fuzzy.rb
hash.rb
hooks.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00
http.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00
launch.rb
log.rb
osm_parser.rb
osmlib.rb
route.rb Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
run.rb
shortcuts.rb