not 100% sure it's correct but at least it doesn't crash anymore :)
This commit is contained in:
François Granade 2018-05-24 13:42:55 +02:00 committed by GitHub
parent fdbcefe358
commit 4d8862752e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ function WayHandlers.startpoint(profile,way,result,data)
-- highway=service and access tags check
local is_service = data.highway == "service"
if is_service then
if profile.service_access_tag_blacklist[data.forward_access] then
if profile.access_tag_blacklist[data.forward_access] then
result.is_startpoint = false
end
end