Merge branch 'r3.4'

This commit is contained in:
Victor Shcherb 2019-07-26 10:41:44 +02:00
commit fafa1146fd

View file

@ -174,7 +174,7 @@ public class BinaryMapRouteReaderAdapter {
type = HIGHWAY_TYPE;
} else if(t.endsWith(":conditional") && v != null){
conditions = new ArrayList<RouteTypeCondition>();
String[] cts = v.split(";");
String[] cts = v.split("\\);");
for(String c : cts) {
int ch = c.indexOf('@');
if (ch > 0) {