diff --git a/profiles/lib/way_handlers.lua b/profiles/lib/way_handlers.lua index ef9fa88e8..a2c204ece 100644 --- a/profiles/lib/way_handlers.lua +++ b/profiles/lib/way_handlers.lua @@ -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