Trekking: Exclude under construction roads

This commit is contained in:
Dosenpfand 2025-07-13 17:37:30 +02:00
parent 041488b36c
commit 76f63dfde1

View file

@ -247,10 +247,10 @@ assign costfactor
if ( and highway= not route=ferry ) then 10000 if ( and highway= not route=ferry ) then 10000
# #
# exclude motorways and proposed roads # exclude motorways and proposed, abandoned under construction roads
# #
else if ( highway=motorway|motorway_link ) then 10000 else if ( highway=motorway|motorway_link ) then 10000
else if ( highway=proposed|abandoned ) then 10000 else if ( highway=proposed|abandoned|construction ) then 10000
# #
# all other exclusions below (access, steps, ferries,..) # all other exclusions below (access, steps, ferries,..)