This commit is contained in:
François Granade 2018-05-24 11:48:49 +00:00 committed by GitHub
commit 2a8cc29ccc
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 -- highway=service and access tags check
local is_service = data.highway == "service" local is_service = data.highway == "service"
if is_service then 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 result.is_startpoint = false
end end
end end