osrm-backend/profiles/lib
Huyen Chau Nguyen 61e06fcaba
Making the turn function more flexible (#4789)
* set and store highway and access classification for the turn function
* expose highway turn classification and access turn classification and speed to the lua profile turn function
* expose whether connection road at turn is incoming or outgoing
* add lua tests for exposed information to turn function
* update docs about attributes in process_turn
* add turn_classification info to docs
* adding warning if uturn and intersection dont match
* handle u turns that do not turn into intersection[0]
* split OSM link generation in an accessible coordinate function
2018-01-24 15:39:55 -05:00
..
access.lua lua: eliminte tag cache, simplify tag checks 2016-11-18 00:21:34 +01:00
destination.lua Supports destination:street, resolves #3541 2017-01-13 11:07:01 +05:30
guidance.lua factor out common lua code to helper files 2017-02-01 16:50:18 +01:00
maxspeed.lua Use lua 5.2+ without needing compatibility flags. 2015-05-15 15:02:23 +02:00
measure.lua Remove "can't parse value" log messages (#4810) 2018-01-18 17:27:45 +01:00
pprint.lua lua: helpers for debugging 2016-11-18 00:21:34 +01:00
profile_debugger.lua fix profile debugging related to way classes 2017-07-24 13:01:32 +02:00
relations.lua Adds cardinal_directions flag to profiles and disables ref-rewriting by default 2017-10-26 20:38:41 +01:00
sequence.lua profiles api v2 2017-07-18 10:09:22 +00:00
set.lua lua: Set and Sequence 2016-11-18 00:21:34 +01:00
tags.lua Fix assertions in car profile, resolves #3629 2017-02-03 12:41:26 +00:00
utils.lua Add test for route relation process in car.lua. Some fixes 2017-10-16 12:15:12 +01:00
way_handlers.lua Making the turn function more flexible (#4789) 2018-01-24 15:39:55 -05:00