Fix binary inspector

This commit is contained in:
vshcherb 2013-11-24 19:23:00 +01:00
parent b088a94df2
commit 8fe2a7df62

View file

@ -55,11 +55,11 @@ public class BinaryInspector {
BinaryInspector in = new BinaryInspector();
in.inspector(args);
// test cases show info
in.inspector(new String[]{
/*in.inspector(new String[]{
"-vpoi",
//"-vmap", "-vmapobjects",
//"-vstreets", "-bbox=14.4,50.1,14.5,50.01",
"/home/victor/projects/osmand/osm-gen/Map.obf"});
"/home/victor/projects/osmand/osm-gen/Map.obf"});*/
}
private void printToFile(String s) throws IOException {