This commit is contained in:
Samuel Brucksch 2023-01-11 00:46:42 +01:00 committed by GitHub
parent 95c4523987
commit d9df33dd0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ function Guidance.set_classification (highway, result, input_way)
if service_type ~= nil and service_type == 'alley' then
result.road_classification.road_priority_class = road_priority_class.alley
else
if serice_type == nil then
if service_type == nil then
result.road_classification.road_priority_class = road_priority_class.alley
else
result.road_classification.road_priority_class = highway_classes[highway]