osrm-backend/profiles
Thanabodee Charoenpiriyakij 2c13f2f735 Fix profiles/debug_example.lua cannot interprete by lua
After run `lua5.1 profiles/debug_example.lua`, I got result:

```
lua5.1: debug_example.lua:41: attempt to call field 'way_function' (a nil value)
stack traceback:
        debug_example.lua:41: in main chunk
        [C]: ?
```

This is because Debug has not way_function in the module. This changes
change it to process_way and it's works!!
2020-04-09 16:05:37 +07:00
..
examples Allow specifing a weight for routing that is independent of duration 2017-01-27 11:19:37 +01:00
lib Lua maxspeed parsing refactoring (#5144) 2018-12-14 21:58:07 -07:00
bicycle.lua Bicycle: treat use_sidepath as no access 2019-12-01 18:34:58 +01:00
car.lua Update comment 2019-03-04 13:27:16 +03:00
debug_example.lua Fix profiles/debug_example.lua cannot interprete by lua 2020-04-09 16:05:37 +07:00
foot.lua change barrier_whitelist to barrier blacklist 2018-05-29 16:56:15 +02:00
rasterbot.lua profiles api v2 2017-07-18 10:09:22 +00:00
rasterbotinterp.lua profiles api v2 2017-07-18 10:09:22 +00:00
test.lua lua: eliminate TagCache.set_tag() 2016-11-18 00:21:34 +01:00
testbot.lua Address PR comments 2018-05-08 15:50:25 +00:00
turnbot.lua profiles api v2 2017-07-18 10:09:22 +00:00