Merge branch 'r3.4'
This commit is contained in:
commit
fafa1146fd
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue