Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5111f33

Browse files
committed
car should avoid 'access=customers' too,fixes#3247
1 parentefa7ec5 commit5111f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎core/src/main/resources/com/graphhopper/custom_models/car_avoid_private_etc.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// it is suitable for motor vehicles only.
44
"turn_penalty": [
55
{
6-
"if":"prev_road_access != road_access && (road_access == DESTINATION || road_access == PRIVATE || road_access == DELIVERY)",
6+
"if":"prev_road_access != road_access && (road_access == DESTINATION || road_access == PRIVATE || road_access == DELIVERY || road_access == CUSTOMERS)",
77
"add":"2000"
88
}
99
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp