Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-02-23 14:21:03 +01:00
commit a6e06bdeec
2 changed files with 5 additions and 4 deletions

View file

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

View file

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