Revert binary inspector
This commit is contained in:
parent
fdd32d1b8b
commit
de55303afb
1 changed files with 4 additions and 4 deletions
|
@ -67,14 +67,14 @@ public class BinaryInspector {
|
||||||
if(args.length == 1 && "test".equals(args[0])) {
|
if(args.length == 1 && "test".equals(args[0])) {
|
||||||
in.inspector(new String[]{
|
in.inspector(new String[]{
|
||||||
// "-vpoi",
|
// "-vpoi",
|
||||||
"-vmap", "-vmapobjects", // "-vmapcoordinates",
|
"-vmap", "-vmapobjects", // "-vmapcoordinates",
|
||||||
// "-vrouting",
|
// "-vrouting",
|
||||||
// "-vaddress", "-vcities","-vstreetgroups",
|
// "-vaddress", "-vcities","-vstreetgroups",
|
||||||
// "-vstreets", "-vbuildings", "-vintersections",
|
// "-vstreets", "-vbuildings", "-vintersections",
|
||||||
// "-zoom=15",
|
// "-zoom=15",
|
||||||
// "-bbox=1.74,51.17,1.75,51.16",
|
// "-bbox=1.74,51.17,1.75,51.16",
|
||||||
// "-vstats",
|
// "-vstats",
|
||||||
"/Users/victorshcherb/osmand/temp/Germany_bayern_europe_15_08_04.obf"
|
"/Users/victorshcherb/osmand/temp/Germany_bremen_europe_15_08_00.obf"
|
||||||
// "/Users/victorshcherb/osmand/maps/Synthetic_test_rendering.obf"
|
// "/Users/victorshcherb/osmand/maps/Synthetic_test_rendering.obf"
|
||||||
// "/Users/victorshcherb/osmand/maps/Map.obf"
|
// "/Users/victorshcherb/osmand/maps/Map.obf"
|
||||||
// "/Users/victorshcherb/osmand/temp/Czech-republic_jihovychod_europe_2.road.obf"
|
// "/Users/victorshcherb/osmand/temp/Czech-republic_jihovychod_europe_2.road.obf"
|
||||||
|
@ -814,8 +814,8 @@ public class BinaryInspector {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
} else if(obj.getId() == 363826871l) {
|
// } else if(obj.getId() >> 1 == 205743436l) {
|
||||||
// } else {
|
} else {
|
||||||
printMapDetails(obj, b, vInfo.vmapCoordinates);
|
printMapDetails(obj, b, vInfo.vmapCoordinates);
|
||||||
println(b.toString());
|
println(b.toString());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue