Fix osm version in BinaryInspector

This commit is contained in:
xmd5a 2016-01-21 17:13:08 +03:00
parent 266c085fbd
commit e550ba10d2

View file

@ -780,7 +780,7 @@ public class BinaryInspector {
final MapStats mapObjectStats = new MapStats(); final MapStats mapObjectStats = new MapStats();
if(vInfo.osm){ if(vInfo.osm){
printToFile("<?xml version='1.0' encoding='UTF-8'?>\n" + printToFile("<?xml version='1.0' encoding='UTF-8'?>\n" +
"<osm version='0.5'>\n"); "<osm version='0.6'>\n");
} }
if(vInfo.isVStats()) { if(vInfo.isVStats()) {
BinaryMapIndexReader.READ_STATS = true; BinaryMapIndexReader.READ_STATS = true;