lower tertiary roads value in speak_priority
This commit is contained in:
parent
e4ed2be654
commit
df00cb66b5
1 changed files with 1 additions and 1 deletions
|
@ -1026,7 +1026,7 @@ public class RouteResultPreparation {
|
|||
return MAX_SPEAK_PRIORITY;
|
||||
}
|
||||
if (highway.endsWith("_link") || highway.endsWith("unclassified") || highway.endsWith("road")
|
||||
|| highway.endsWith("living_street") || highway.endsWith("residential") ) {
|
||||
|| highway.endsWith("living_street") || highway.endsWith("residential") || highway.endsWith("tertiary") ) {
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue