Adjust keep left voice

This commit is contained in:
Victor Shcherb 2012-10-07 13:36:30 +02:00
parent 8a09e8295c
commit 1f8ad3f8a5

View file

@ -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;