Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a6e06bdeec
2 changed files with 5 additions and 4 deletions
|
@ -57,12 +57,11 @@ public class BinaryInspector {
|
|||
if(args.length == 1 && "test".equals(args[0])) {
|
||||
in.inspector(new String[]{
|
||||
//"-vpoi",
|
||||
//"-vmap", "-vmapobjects",
|
||||
//"-vaddress", "-vcities", "-vstreets", "-vstreetgroups","-vbuildings",
|
||||
// "-vmap", "-vmapobjects",
|
||||
// "-vaddress", "-vcities", "-vstreets", "-vstreetgroups","-vbuildings",
|
||||
//"-zoom=16",
|
||||
//"-bbox=4,55,7,50",
|
||||
//"/home/victor/osmand/Test.obf"
|
||||
//"/home/victor/projects/osmand/osm-gen/Map.obf"
|
||||
// "/home/victor/projects/osmand/osm-gen/Test.obf"
|
||||
});
|
||||
} else {
|
||||
in.inspector(args);
|
||||
|
|
|
@ -520,6 +520,8 @@ public class MapRenderingTypes {
|
|||
rt.applyToTagValue.addAll(mapRulType.applyToTagValue);
|
||||
mapRulType.applyToTagValue.add(rt.tagValuePattern);
|
||||
}
|
||||
} else {
|
||||
mapRulType.applyToTagValue = null;
|
||||
}
|
||||
if(rt.isMain()) {
|
||||
mapRulType.main = true;
|
||||
|
|
Loading…
Reference in a new issue