Adjust keep left voice
This commit is contained in:
parent
8a09e8295c
commit
1f8ad3f8a5
1 changed files with 2 additions and 1 deletions
|
@ -982,7 +982,8 @@ public class BinaryRoutePlanner {
|
||||||
|| highway.endsWith("path")) {
|
|| highway.endsWith("path")) {
|
||||||
return MAX_SPEAK_PRIORITY;
|
return MAX_SPEAK_PRIORITY;
|
||||||
}
|
}
|
||||||
if (highway.endsWith("_link") || highway.endsWith("unclassified") || highway.endsWith("road") ) {
|
if (highway.endsWith("_link") || highway.endsWith("unclassified") || highway.endsWith("road")
|
||||||
|
|| highway.endsWith("living_street") || highway.endsWith("residential") ) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue