We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c4523 commit d9df33dCopy full SHA for d9df33d
profiles/lib/guidance.lua
@@ -85,7 +85,7 @@ function Guidance.set_classification (highway, result, input_way)
85
if service_type ~= nil and service_type == 'alley' then
86
result.road_classification.road_priority_class = road_priority_class.alley
87
else
88
- if serice_type == nil then
+ if service_type == nil then
89
90
91
result.road_classification.road_priority_class = highway_classes[highway]
0 commit comments