Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSRM v0.4.5.0 compatibility #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

OSRM v0.4.5.0 compatibility #2

wants to merge 2 commits into from

Conversation

willylambert
Copy link

I have also put inline lib functions. (no more libs needed)
main change:
way.tags:Find("TAG_NAME") calls become way:get_value_by_key("TAG_NAME")

@jdlyga
Copy link

jdlyga commented Jul 29, 2015

Yeah, the truck profile doesn't work with the latest version of OSRM. It crashes when processing an osm.pbf file. I tried Willy's branch with the updates, and it works great.

end
-- Open PostGIS connection
print("Connecting...")
lua_sql = require "luasql.postgres" -- we will connect to a postgresql database

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

postgres ?
is it related to this commit ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants